From da412bbfa23b6e02dc33331891c6d4aee2bb7242 Mon Sep 17 00:00:00 2001 From: Carolyn Wu <87150472+cw118@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:47:30 -0500 Subject: Markdown fixes part 1 (fr/web/a*) (#4316) * Fix MD038, no spaces inside code span elements * Fix MD037, no spaces inside emphasis markers * Fix MD039, no spaces inside link text * Missed link text fix in API file * Various typo fixes --- files/fr/web/api/cssrulelist/index.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'files/fr/web/api/cssrulelist') diff --git a/files/fr/web/api/cssrulelist/index.md b/files/fr/web/api/cssrulelist/index.md index 43a15df497..bf637d5319 100644 --- a/files/fr/web/api/cssrulelist/index.md +++ b/files/fr/web/api/cssrulelist/index.md @@ -1,10 +1,8 @@ --- title: CSSRuleList slug: Web/API/CSSRuleList -tags: - - CSSOM - - DOM translation_of: Web/API/CSSRuleList +browser-compat: api.CSSRuleList --- {{ APIRef("CSSOM") }} @@ -21,10 +19,6 @@ Chaque règle `CSSRule` peut être atteinte via `rules.item(index),` ou simpleme var firstRule = document.styleSheets[0].cssRules[0]; ``` -## Voir aussi - -- [`CSSRule`](/en/DOM/cssRule) - ### Implémentations de CSSRuleList Il existe plusieurs propriétés dans le CSSOM qui retourne une `CSSRuleList` : @@ -34,9 +28,14 @@ Il existe plusieurs propriétés dans le CSSOM qui retourne une `CSSRuleList` : - {{ domxref("CSSKeyframesRule") }} property {{ domxref("CSSKeyframesRule/cssRules", "cssRules") }} - {{ domxref("CSSMozDocumentRule") }} property {{ domxref("CSSMozDocumentRule/cssRules", "cssRules") }} -## Spécification +## Spécifications + +{{Specifications}} + +## Compatibilité des navigateurs + +{{Compat}} + +## Voir aussi -- [DOM Level 2 Style: `CSSRuleList` interface](http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSRuleList) -- [DOM Level 2 Style: `CSSStyleSheet` attribute `cssRules`](http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleSheet-cssRules) -- [DOM Level 2 Style: `CSSMediaRule` attribute ](http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule-cssRules)[`cssRules`](http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSMediaRule-cssRules) -- [CSS Animations: `CSSKeyframesRule` interface](http://dev.w3.org/csswg/css3-animations/#DOM-CSSKeyframesRule) +- [`CSSRule`](/fr/docs/Web/API/CSSRule) -- cgit v1.2.3-54-g00ecf