diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:04:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 17:04:20 +0200 |
commit | b52221bb6d3225912e801cc87c74f970cbef58b6 (patch) | |
tree | 7c084c8c00c53656aac581a717421eb49b30c5f6 /files/fr/tools | |
parent | bf5ed718d72f225c1ce67c36dd695238e580d3b1 (diff) | |
download | translated-content-b52221bb6d3225912e801cc87c74f970cbef58b6.tar.gz translated-content-b52221bb6d3225912e801cc87c74f970cbef58b6.tar.bz2 translated-content-b52221bb6d3225912e801cc87c74f970cbef58b6.zip |
remove link 'title' attributes that's just the 'href' (fr, part 2) (#1731)
Diffstat (limited to 'files/fr/tools')
4 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/tools/3d_view/index.html b/files/fr/tools/3d_view/index.html index 8e0bf71ced..8a6203a92e 100644 --- a/files/fr/tools/3d_view/index.html +++ b/files/fr/tools/3d_view/index.html @@ -98,5 +98,5 @@ original_slug: Outils/Vue_3D <li><a href="/fr/Tools/Page_Inspector/HTML_panel" title="HTML panel">Panneau HTML</a></li> <li><a href="/fr/Tools/Page_Inspector/Style_panel" title="en/Tools/Page_Inspector/Style panel">Panneau Style</a></li> <li><a href="/fr/Tools" title="Outils">Outils</a></li> - <li><a class="external" href="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/" title="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/">Nouveaux outils de développement dans Firefox 11 Aurora</a> (blog post)</li> + <li><a class="external" href="http://hacks.mozilla.org/2011/12/new-developer-tools-in-firefox-11-aurora/">Nouveaux outils de développement dans Firefox 11 Aurora</a> (blog post)</li> </ul> diff --git a/files/fr/tools/keyboard_shortcuts/index.html b/files/fr/tools/keyboard_shortcuts/index.html index 9f9525c213..37e0075cfc 100644 --- a/files/fr/tools/keyboard_shortcuts/index.html +++ b/files/fr/tools/keyboard_shortcuts/index.html @@ -751,7 +751,7 @@ original_slug: Outils/Raccourcis_claviers </tbody> </table> -<p><a name="mac-function-key-note"></a>1. Sur certains Mac, les touches fonctions sont reconfigurées par défaut pour une fonction particulière, comme le réglage du volume ou de la luminosité. Consultez ce <a href="http://support.apple.com/kb/HT3399" title="http://sHautport.apple.com/kb/HT3399">guide pour utiliser ces touches comme des touches fonctions standards</a>. Pour utiliser une touche reconfigurée comme une touche standard, maintenir la touche fonction enfoncée (ainsi pour ouvrir le profileur, utiliser <kbd>Maj + Function + F5</kbd>).</p> +<p><a name="mac-function-key-note"></a>1. Sur certains Mac, les touches fonctions sont reconfigurées par défaut pour une fonction particulière, comme le réglage du volume ou de la luminosité. Consultez ce <a href="http://support.apple.com/kb/HT3399">guide pour utiliser ces touches comme des touches fonctions standards</a>. Pour utiliser une touche reconfigurée comme une touche standard, maintenir la touche fonction enfoncée (ainsi pour ouvrir le profileur, utiliser <kbd>Maj + Function + F5</kbd>).</p> <div class="blockIndicator note"> <p><strong>Note:</strong> Avant Firefox 66, la combinaison <kbd>Ctrl</kbd> + <kbd>Maj</kbd> + <kbd>S</kbd> sur Windows et Linux ou <kbd>Cmd</kbd> + <kbd>Opt</kbd> + <kbd>S</kbd> sur macOS ouvrait/fermait le Débogueur. Depuis Firefox 66, ce n'est plus le cas</p> diff --git a/files/fr/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html b/files/fr/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html index e48c0d9233..7a8ea23caf 100644 --- a/files/fr/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html +++ b/files/fr/tools/remote_debugging/debugging_firefox_for_android_with_webide/index.html @@ -42,7 +42,7 @@ original_slug: Outils/Débogage_distant/Debugging_Firefox_for_Android_with_WebID <h3 id="Configurer_l'appareil_Android">Configurer l'appareil Android</h3> -<p>Tout d'abord, activez le débogage USB en suivant les étapes<a class="external external-icon" href="http://developer.android.com/guide/developing/device.html#setting-up" title="http://developer.android.com/guide/developing/device.html#setting-up">2 et 3 de ce lien et uniquement ce lien</a>.</p> +<p>Tout d'abord, activez le débogage USB en suivant les étapes<a class="external external-icon" href="http://developer.android.com/guide/developing/device.html#setting-up">2 et 3 de ce lien et uniquement ce lien</a>.</p> <p>Ensuite, activez le débogage distant dans Firefox pour Android : Ouvrez le navigateur, ouvre le menu et sélectionnez "Options" puis "Outils de développement" (sur certains appareils il peut être nécessaire de sélectionner "Plus" pour voir "Options"). Maintenant, cochez la case "Débogage distant" :</p> diff --git a/files/fr/tools/view_source/index.html b/files/fr/tools/view_source/index.html index 7f353884b8..9f2f23c2d3 100644 --- a/files/fr/tools/view_source/index.html +++ b/files/fr/tools/view_source/index.html @@ -76,5 +76,5 @@ original_slug: Outils/View_source <h2 id="A_voir_également">A voir également</h2> <ul> - <li><a class="external" href="http://hsivonen.iki.fi/view-source/" title="http://hsivonen.iki.fi/view-source/">HTML5 Parser-Based View Source Syntax Highlighting</a> (post de blog)</li> + <li><a class="external" href="http://hsivonen.iki.fi/view-source/">HTML5 Parser-Based View Source Syntax Highlighting</a> (post de blog)</li> </ul> |