aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/cssstylerule/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/cssstylerule/index.html')
-rw-r--r--files/fr/web/api/cssstylerule/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/api/cssstylerule/index.html b/files/fr/web/api/cssstylerule/index.html
index 28bf895067..01f85ea178 100644
--- a/files/fr/web/api/cssstylerule/index.html
+++ b/files/fr/web/api/cssstylerule/index.html
@@ -5,11 +5,11 @@ translation_of: Web/API/CSSStyleRule
---
<p>{{ APIRef("CSSOM") }}</p>
-<p><span id="noHighlight_0.9203101251653377">CSSStyleRule représente une règle de style CSS unique. Il implémente l'interface {{domxref ("CSSRule")}} avec une valeur de type 1 (CSSRule STYLE_RULE).</span></p>
+<p>CSSStyleRule représente une règle de style CSS unique. Il implémente l'interface {{domxref ("CSSRule")}} avec une valeur de type 1 (CSSRule STYLE_RULE).</p>
<h2 id="Syntax">Syntax</h2>
-<p><span id="noHighlight_0.41769108826443613">La syntaxe est décrite à l'aide du format WebIDL.</span></p>
+<p>La syntaxe est décrite à l'aide du format WebIDL.</p>
<pre>interface CSSStyleRule : CSSRule {
    attribute DOMString selectorText;
@@ -19,9 +19,9 @@ translation_of: Web/API/CSSStyleRule
<h2 id="Properties">Properties</h2>
<dl>
- <dt id="selectorText">{{domxref("CSSStyleRule.selectorText")}}</dt>
- <dd><span id="noHighlight_0.5203750065288182">Obtient la représentation textuelle du sélecteur pour cette règle, par exemple "H1, H2".</span></dd>
- <dt id="style">{{domxref("CSSStyleRule.style")}}</dt>
+ <dt>{{domxref("CSSStyleRule.selectorText")}}</dt>
+ <dd>Obtient la représentation textuelle du sélecteur pour cette règle, par exemple "H1, H2".</dd>
+ <dt>{{domxref("CSSStyleRule.style")}}</dt>
<dd>Retourne l'objet {{domxref("CSSStyleDeclaration")}} pour cette règle.</dd>
</dl>