aboutsummaryrefslogtreecommitdiff
path: root/files/ru/tools
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 02:54:07 -0400
committerGitHub <noreply@github.com>2021-07-27 09:54:07 +0300
commita3d3f72729edf1ff829150bf7ddccfbc0a70497d (patch)
tree95cdc5554055d40267679708305e124e2ab52470 /files/ru/tools
parent40b2b076975760cb8d519d53fe40bc78282114ad (diff)
downloadtranslated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.gz
translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.tar.bz2
translated-content-a3d3f72729edf1ff829150bf7ddccfbc0a70497d.zip
remove link 'title' attributes that's just the 'href' (ru) (#1715)
Diffstat (limited to 'files/ru/tools')
-rw-r--r--files/ru/tools/browser_console/index.html6
-rw-r--r--files/ru/tools/firefox_os_1.1_simulator/index.html6
-rw-r--r--files/ru/tools/remote_debugging/firefox_for_android/index.html4
3 files changed, 8 insertions, 8 deletions
diff --git a/files/ru/tools/browser_console/index.html b/files/ru/tools/browser_console/index.html
index 00d49816ff..53e6c8b9ca 100644
--- a/files/ru/tools/browser_console/index.html
+++ b/files/ru/tools/browser_console/index.html
@@ -114,7 +114,7 @@ clearBtn.addEventListener('mouseover', function() {
<h4 id="Bonus_Features_Available">Bonus Features Available</h4>
-<p>For <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/index.html" title="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/index.html">Add-on SDK</a> add-ons, the console API is available automatically. Here's an example add-on that just logs an error when the user clicks a widget:</p>
+<p>For <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/index.html">Add-on SDK</a> add-ons, the console API is available automatically. Here's an example add-on that just logs an error when the user clicks a widget:</p>
<pre class="brush: js">widget = require("sdk/widget").Widget({
  id: "an-error-happened",
@@ -128,13 +128,13 @@ function logError() {
  console.error("something went wrong!");
}</pre>
-<p>If you <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/installation.html" title="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/installation.html">build this as an XPI file</a>, then open the Browser Console, then open the XPI file in Firefox and install it, you'll see a widget labeled "Error!" in the Add-on bar:</p>
+<p>If you <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/installation.html">build this as an XPI file</a>, then open the Browser Console, then open the XPI file in Firefox and install it, you'll see a widget labeled "Error!" in the Add-on bar:</p>
<p><img alt="" src="https://mdn.mozillademos.org/files/5937/browser-console-addon.png" style="display: block; margin-left: auto; margin-right: auto;">Click the icon. You'll see output like this in the Browser Console:</p>
<p><img alt="" src="https://mdn.mozillademos.org/files/5851/browser-console-addon-output.png" style="display: block; margin-left: auto; margin-right: auto;"></p>
-<p>For Add-on SDK-based add-ons only, the message is prefixed with the name of the add-on ("log-error"), making it easy to find all messages from this add-on using the <a href="/en-US/docs/Tools/Web_Console#Filtering_and_searching" title="/en-US/docs/Tools/Web_Console#Filtering_and_searching">"Filter output"</a> search box. By default, only error messages are logged to the console, although <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/console.html#Logging%20Levels" title="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/console.html#Logging%20Levels">you can change this in the browser's preferences</a>.</p>
+<p>For Add-on SDK-based add-ons only, the message is prefixed with the name of the add-on ("log-error"), making it easy to find all messages from this add-on using the <a href="/en-US/docs/Tools/Web_Console#Filtering_and_searching" title="/en-US/docs/Tools/Web_Console#Filtering_and_searching">"Filter output"</a> search box. By default, only error messages are logged to the console, although <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/console.html#Logging%20Levels">you can change this in the browser's preferences</a>.</p>
<h2 id="Browser_Console_command_line">Browser Console command line</h2>
diff --git a/files/ru/tools/firefox_os_1.1_simulator/index.html b/files/ru/tools/firefox_os_1.1_simulator/index.html
index 57079732b6..08e5674e79 100644
--- a/files/ru/tools/firefox_os_1.1_simulator/index.html
+++ b/files/ru/tools/firefox_os_1.1_simulator/index.html
@@ -50,7 +50,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator
<p>The Simulator is packaged and distributed as a Firefox add-on. To install it:</p>
<ol>
- <li>Using Firefox, go to <a href="https://addons.mozilla.org/ru/firefox/addon/firefox-os-simulator/" title="https://addons.mozilla.org/ru/firefox/addon/firefox-os-simulator/">the Simulator's page on addons.mozilla.org</a>.</li>
+ <li>Using Firefox, go to <a href="https://addons.mozilla.org/ru/firefox/addon/firefox-os-simulator/">the Simulator's page on addons.mozilla.org</a>.</li>
<li>Click "Add to Firefox".</li>
<li>Once the add-on has downloaded you will be prompted to install it: click "Install Now".</li>
</ol>
@@ -252,7 +252,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator
<h3 id="Network_Monitor">Network Monitor</h3>
-<p>Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (<a href="https://hacks.mozilla.org/2013/06/network-monitor-now-in-firefox-beta/" title="https://hacks.mozilla.org/2013/06/network-monitor-now-in-firefox-beta/">Learn more about the Network Monitor.</a>)</p>
+<p>Thanks to the new Network Monitor, you can analyze the status, headers, content, and timing of all the network requests initiated by the app through a friendly interface. (<a href="https://hacks.mozilla.org/2013/06/network-monitor-now-in-firefox-beta/">Learn more about the Network Monitor.</a>)</p>
<h2 id="Receipts"><a name="Simulator-receipts"></a>Receipts</h2>
@@ -299,7 +299,7 @@ translation_of: Tools/Firefox_OS_1.1_Simulator
<h3 id="Troubleshooting_on_Linux">Troubleshooting on Linux</h3>
-<p>If you are unable to connect your device after creating udev rules, please see this <a href="https://github.com/mozilla/r2d2b2g/issues/515" title="https://github.com/mozilla/r2d2b2g/issues/515">bug</a>.</p>
+<p>If you are unable to connect your device after creating udev rules, please see this <a href="https://github.com/mozilla/r2d2b2g/issues/515">bug</a>.</p>
<h2 id="Limitations_of_the_Simulator"><a name="Limitations">Limitations of the Simulator</a></h2>
diff --git a/files/ru/tools/remote_debugging/firefox_for_android/index.html b/files/ru/tools/remote_debugging/firefox_for_android/index.html
index 6bcd7b2b47..ed33d8c453 100644
--- a/files/ru/tools/remote_debugging/firefox_for_android/index.html
+++ b/files/ru/tools/remote_debugging/firefox_for_android/index.html
@@ -19,13 +19,13 @@ translation_of: Tools/Remote_Debugging/Firefox_for_Android
<ul>
<li>a desktop or laptop computer with Firefox 15 or higher running on it</li>
- <li>an Android device <a href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device" title="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">capable of running Firefox for Android</a> with Firefox for Android 15 or higher running on it</li>
+ <li>an Android device <a href="https://support.mozilla.org/en-US/kb/will-firefox-work-my-mobile-device">capable of running Firefox for Android</a> with Firefox for Android 15 or higher running on it</li>
<li>a USB cable to connect the two devices</li>
</ul>
<h3 id="ADB_setup">ADB setup</h3>
-<p>Next, you'll need to get the desktop and the Android device talking to each other using the <a href="https://developer.android.com/tools/help/adb.html" title="https://developer.android.com/tools/help/adb.html">adb</a> command-line tool.</p>
+<p>Next, you'll need to get the desktop and the Android device talking to each other using the <a href="https://developer.android.com/tools/help/adb.html">adb</a> command-line tool.</p>
<h4 class="note" id="On_the_Android_device">On the Android device</h4>