diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:28:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 17:28:54 +0200 |
commit | f223964e7c5c62237914625780565de982015f04 (patch) | |
tree | b4dcbc083b8c31e5df972b507bb0874bfe956a39 /files/fr/web/css | |
parent | 8fa8486a913466c012e0376c1d1a0075220aabb4 (diff) | |
download | translated-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/web/css')
4 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/web/css/css_transforms/using_css_transforms/index.html b/files/fr/web/css/css_transforms/using_css_transforms/index.html index 3f5eb410b5..93716e66d0 100644 --- a/files/fr/web/css/css_transforms/using_css_transforms/index.html +++ b/files/fr/web/css/css_transforms/using_css_transforms/index.html @@ -79,6 +79,6 @@ original_slug: Web/CSS/CSS_Transforms/Utilisation_des_transformations_CSS <ul> <li><a href="/fr/docs/Web/Guide/Events/Using_device_orientation_with_3D_transforms" title="Using Deviceorientation with 3D Transforms">Utiliser <code>deviceorientation</code> avec les transformations 3D</a></li> - <li><a href="https://desandro.github.com/3dtransforms/" title="http://desandro.github.com/3dtransforms/">Une introduction aux transformations CSS, un billet de David DeSandro (en anglais)</a></li> + <li><a href="https://desandro.github.com/3dtransforms/">Une introduction aux transformations CSS, un billet de David DeSandro (en anglais)</a></li> <li><a href="https://css-transform.moro.es/">CSS Transform playground (outil en ligne qui permet de visualiser des transformations CSS)</a></li> </ul> diff --git a/files/fr/web/css/font-feature-settings/index.html b/files/fr/web/css/font-feature-settings/index.html index 1c4f27fe3a..40af85146d 100644 --- a/files/fr/web/css/font-feature-settings/index.html +++ b/files/fr/web/css/font-feature-settings/index.html @@ -113,6 +113,6 @@ td.tabular { font-feature-settings: "tnum"; } <h2 id="Voir_aussi">Voir aussi</h2> <ul> - <li><a href="https://www.microsoft.com/typography/otspec/featurelist.htm" title="http://www.microsoft.com/typography/otspec/featurelist.htm">La liste des fonctionnalités OpenType</a></li> + <li><a href="https://www.microsoft.com/typography/otspec/featurelist.htm">La liste des fonctionnalités OpenType</a></li> <li><a href="http://blogs.msdn.com/b/ie/archive/2012/01/09/css-corner-using-the-whole-font.aspx"><em>Using the whole font</em>, un article MSDN en anglais</a></li> </ul> diff --git a/files/fr/web/css/font-smooth/index.html b/files/fr/web/css/font-smooth/index.html index 38a5afbb43..2c1696ddde 100644 --- a/files/fr/web/css/font-smooth/index.html +++ b/files/fr/web/css/font-smooth/index.html @@ -45,7 +45,7 @@ font-smooth: 2em; <h2 id="Spécifications">Spécifications</h2> -<p>Bien que mentionnée dans les premiers brouillons pour <a href="http://www.w3.org/TR/WD-font/#font-smooth" title="http://www.w3.org/TR/WD-font/#font-smooth">CSS3 Fonts</a>, <code>font-smooth</code> a été retirée de cette spécification et ne fait plus partie du standard.</p> +<p>Bien que mentionnée dans les premiers brouillons pour <a href="http://www.w3.org/TR/WD-font/#font-smooth">CSS3 Fonts</a>, <code>font-smooth</code> a été retirée de cette spécification et ne fait plus partie du standard.</p> <p> </p> diff --git a/files/fr/web/css/webkit_extensions/index.html b/files/fr/web/css/webkit_extensions/index.html index f96018217b..c3d2bab9c9 100644 --- a/files/fr/web/css/webkit_extensions/index.html +++ b/files/fr/web/css/webkit_extensions/index.html @@ -515,7 +515,7 @@ translation_of: Web/CSS/WebKit_Extensions <h2 id="Voir_aussi">Voir aussi</h2> <ul> - <li><a href="https://trac.webkit.org/wiki/Styling%20Form%20Controls" title="https://trac.webkit.org/wiki/Styling Form Controls">La mise en forme des contrôles de formulaires sur le Trac WebKit (en anglais)</a></li> + <li><a href="https://trac.webkit.org/wiki/Styling%20Form%20Controls">La mise en forme des contrôles de formulaires sur le Trac WebKit (en anglais)</a></li> <li>Une liste complémentaire d'extensions WebKit <a href="https://gist.github.com/afabbro/3759334">https://gist.github.com/afabbro/3759334</a></li> <li><a href="/fr/docs/Web/CSS/Microsoft_CSS_extensions">Les extensions CSS relatives à Microsoft</a></li> <li><a href="/fr/docs/Web/CSS/Mozilla_Extensions">Les extensions CSS relatives à Mozilla</a></li> |