aboutsummaryrefslogtreecommitdiff
path: root/files/fr/learn/forms
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:28:54 -0400
committerGitHub <noreply@github.com>2021-07-27 17:28:54 +0200
commitf223964e7c5c62237914625780565de982015f04 (patch)
treeb4dcbc083b8c31e5df972b507bb0874bfe956a39 /files/fr/learn/forms
parent8fa8486a913466c012e0376c1d1a0075220aabb4 (diff)
downloadtranslated-content-f223964e7c5c62237914625780565de982015f04.tar.gz
translated-content-f223964e7c5c62237914625780565de982015f04.tar.bz2
translated-content-f223964e7c5c62237914625780565de982015f04.zip
Remove link title attributes thats just the href fr part 3 (#1734)
* remove link 'title' attributes that's just the 'href' (fr, part 3) * a couple more
Diffstat (limited to 'files/fr/learn/forms')
-rw-r--r--files/fr/learn/forms/advanced_form_styling/index.html2
-rw-r--r--files/fr/learn/forms/basic_native_form_controls/index.html2
-rw-r--r--files/fr/learn/forms/html_forms_in_legacy_browsers/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/learn/forms/advanced_form_styling/index.html b/files/fr/learn/forms/advanced_form_styling/index.html
index baa26070b4..b34fcc2065 100644
--- a/files/fr/learn/forms/advanced_form_styling/index.html
+++ b/files/fr/learn/forms/advanced_form_styling/index.html
@@ -89,7 +89,7 @@ original_slug: Web/Guide/HTML/Formulaires/Advanced_styling_for_HTML_forms
<li><a href="/fr/docs/CSS/CSS_Reference/Webkit_Extensions" title="/en-US/docs/CSS/CSS_Reference/Webkit_Extensions">Extensions des CSS WebKit </a>
<ul>
<li>{{cssxref("::-webkit-input-placeholder")}}</li>
- <li><a href="http://trac.webkit.org/wiki/Styling%20Form%20Controls" rel="external" title="http://trac.webkit.org/wiki/Styling Form Controls">et beaucoup d'autres</a></li>
+ <li><a href="http://trac.webkit.org/wiki/Styling%20Form%20Controls" rel="external">et beaucoup d'autres</a></li>
</ul>
</li>
<li><a href="http://msdn.microsoft.com/en-us/library/ie/hh869403%28v=vs.85%29.aspx" rel="external">Extensions des CSS Microsoft</a>
diff --git a/files/fr/learn/forms/basic_native_form_controls/index.html b/files/fr/learn/forms/basic_native_form_controls/index.html
index a586a4ab3d..92efc020da 100644
--- a/files/fr/learn/forms/basic_native_form_controls/index.html
+++ b/files/fr/learn/forms/basic_native_form_controls/index.html
@@ -662,7 +662,7 @@ beans<span class="punctuation token">.</span>oninput <span class="operator token
<ul>
<li><a href="http://wufoo.com/html5/" rel="external">L'état actuelle des formulaires HTML5</a> par Wufoo (en anglais)</li>
- <li><a href="http://www.quirksmode.org/html5/inputs.html" rel="external" title="http://www.quirksmode.org/html5/inputs.html">Tests HTML5 - inputs</a> sur Quirksmode (en anglais) (et <a href="http://www.quirksmode.org/html5/inputs_mobile.html" rel="external">pour les navigateurs mobiles</a>)</li>
+ <li><a href="http://www.quirksmode.org/html5/inputs.html" rel="external">Tests HTML5 - inputs</a> sur Quirksmode (en anglais) (et <a href="http://www.quirksmode.org/html5/inputs_mobile.html" rel="external">pour les navigateurs mobiles</a>)</li>
</ul>
<p>{{PreviousMenuNext("Web/Guide/HTML/Formulaires/Comment_structurer_un_formulaire_HTML", "Web/Guide/HTML/Formulaires/Envoyer_et_extraire_les_données_des_formulaires", "Web/Guide/HTML/Formulaires")}}</p>
diff --git a/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html b/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html
index fa2357210e..6b9dc84cc2 100644
--- a/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html
+++ b/files/fr/learn/forms/html_forms_in_legacy_browsers/index.html
@@ -32,7 +32,7 @@ original_slug: Web/Guide/HTML/Formulaires/HTML_forms_in_legacy_browsers
<ul>
<li><a href="http://caniuse.com" rel="external">Can I Use</a> a des informations sur la prise en charge des techniques avancées. </li>
- <li><a href="http://www.quirksmode.org" rel="external" title="http://www.quirksmode.org">Quirks Mode</a> est une surprenante ressource sur la compatibilité des divers navigateurs. <a href="http://www.quirksmode.org/mobile/" rel="external">La partie sur les mobiles</a> est la meilleure actuellement disponible.</li>
+ <li><a href="http://www.quirksmode.org" rel="external">Quirks Mode</a> est une surprenante ressource sur la compatibilité des divers navigateurs. <a href="http://www.quirksmode.org/mobile/" rel="external">La partie sur les mobiles</a> est la meilleure actuellement disponible.</li>
<li><a href="http://positioniseverything.net/" rel="external">Position Is Everything</a> est la meilleure ressource disponible sur les bogues de rendu dans les navigateurs historiques et leur solution de contournement (le cas échéant).</li>
<li><a href="http://mobilehtml5.org" rel="external">Mobile HTML5</a> dispose d'informations de compatibilité pour une large gamme de navigateurs pour mobiles, et pas seulement pour le « top 5 » (y compris Nokia, Amazon et Blackberry).</li>
</ul>