From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/cssstylerule/index.html | 54 -------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 files/fr/web/api/cssstylerule/index.html (limited to 'files/fr/web/api/cssstylerule/index.html') diff --git a/files/fr/web/api/cssstylerule/index.html b/files/fr/web/api/cssstylerule/index.html deleted file mode 100644 index 01f85ea178..0000000000 --- a/files/fr/web/api/cssstylerule/index.html +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: CSSStyleRule -slug: Web/API/CSSStyleRule -translation_of: Web/API/CSSStyleRule ---- -

{{ APIRef("CSSOM") }}

- -

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).

- -

Syntax

- -

La syntaxe est décrite à l'aide du format WebIDL.

- -
interface CSSStyleRule : CSSRule {
-    attribute DOMString selectorText;
-    readonly attribute CSSStyleDeclaration style;
-};
- -

Properties

- -
-
{{domxref("CSSStyleRule.selectorText")}}
-
Obtient la représentation textuelle du sélecteur pour cette règle, par exemple "H1, H2".
-
{{domxref("CSSStyleRule.style")}}
-
Retourne l'objet {{domxref("CSSStyleDeclaration")}} pour cette règle.
-
- -

Specifications

- - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{ SpecName('CSSOM', '#the-cssstylerule-interface', 'CSSStyleRule') }}{{ Spec2('CSSOM') }}pas de changement
{{ SpecName('DOM2 Style', 'css.html#CSS-CSSStyleRule', 'CSSRule') }}{{ Spec2('DOM2 Style') }} 
- -

Compatibilité des navigateurs

- -

{{Compat("api.CSSStyleRule")}}

-- cgit v1.2.3-54-g00ecf