diff options
| author | julieng <julien.gattelier@gmail.com> | 2021-10-02 17:20:14 +0200 |
|---|---|---|
| committer | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-10-02 17:30:20 +0200 |
| commit | c05efa8d7ae464235cf83d7c0956e42dc6974103 (patch) | |
| tree | 6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/css/index.html | |
| parent | 13a5e017558b248ee1647d4a5825f183b51f09ad (diff) | |
| download | translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2 translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip | |
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/css/index.html')
| -rw-r--r-- | files/fr/web/api/css/index.html | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/files/fr/web/api/css/index.html b/files/fr/web/api/css/index.html deleted file mode 100644 index 93f55c6ad4..0000000000 --- a/files/fr/web/api/css/index.html +++ /dev/null @@ -1,64 +0,0 @@ ---- -title: CSS -slug: Web/API/CSS -translation_of: Web/API/CSS ---- -<div>{{APIRef("CSSOM")}}</div> - -<p>L'interface CSS possède les méthodes utiles au CSS. Aucun objet de cette interface ne sont implémentés : il ne contient que des méthodes statiques et est donc une interface abstraite.</p> - -<h2 id="Propriétés">Propriétés</h2> - -<p>L'interface CSS est une interface et aucun objet de ce type ne peut être créé: seules les méthodes statiques sont définies.</p> - -<h2 id="Méthodes">Méthodes</h2> - -<p>L'interface CSS est une interface et aucun objet de ce type ne peut être créé: seules les méthodes statiques sont définies.</p> - -<h2 id="Static_methods">Static methods</h2> - -<p><em>Aucun héritage de méthode statique</em>.</p> - -<dl> - <dt>{{domxref("CSS.supports()")}}</dt> - <dd>Retourne un {{domxref("Boolean")}} qui indique si la paire <em>propriété/valeur</em>, ou si la condition, passée en paramètre est supportée.</dd> -</dl> - -<dl> - <dt>{{domxref("CSS.escape()")}} {{experimental_inline}}</dt> - <dd>Utilisée pour protéger une chaine de caractère qui sera utiliser comme sélecteur CSS.</dd> -</dl> - -<h2 id="Spécifications">Spécifications</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Spécification</th> - <th scope="col">Status</th> - <th scope="col">Commentaire</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSSOM', '#the-css.escape%28%29-method', 'CSS')}}</td> - <td>{{Spec2('CSSOM')}}</td> - <td>Ajoute la méthode statique escape()</td> - </tr> - <tr> - <td>{{SpecName('CSS3 Conditional', '#the-css-interface', 'CSS')}}</td> - <td>{{Spec2('CSS3 Conditional')}}</td> - <td>Définition initiale</td> - </tr> - </tbody> -</table> - -<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> - -<p>{{Compat("api.CSS")}}</p> - -<h2 id="Voir_également">Voir également</h2> - -<ul> - <li><a href="/en-US/docs/Components.utils.importGlobalProperties">Components.utils.importGlobalProperties</a></li> -</ul> |
