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/stylesheet/media/index.md | |
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/stylesheet/media/index.md')
-rw-r--r-- | files/fr/web/api/stylesheet/media/index.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/fr/web/api/stylesheet/media/index.md b/files/fr/web/api/stylesheet/media/index.md new file mode 100644 index 0000000000..5d750c2e9c --- /dev/null +++ b/files/fr/web/api/stylesheet/media/index.md @@ -0,0 +1,33 @@ +--- +title: StyleSheet.media +slug: Web/API/StyleSheet/media +translation_of: Web/API/StyleSheet/media +--- +<div>{{APIRef ("CSSOM")}}</div> + +<p><strong>Media</strong> spécifie le support de destination prévu pour les informations de style.</p> + +<h2 id="Syntax">Syntaxe</h2> + +<pre class="eval"><em>Medium</em> = stylesheet.media +Stylesheet.media = <em>medium</em> +</pre> + +<h2 id="Parameters">Paramètres</h2> + +<ul> + <li><code>medium</code> Est une chaîne décrivant un seul moyen ou une liste séparée par des virgules.</li> +</ul> + +<h2 id="Example">Exemple</h2> + +<pre><Link rel = "StyleSheet" href = "document.css" type = "text / css" media = "screen" /> +</pre> + +<h2 id="Notes">Remarques</h2> + +<p>La valeur par défaut pour les médias est "écran".</p> + +<h2 id="Specification">spécification</h2> + +<p>DOM Styles de niveau 2 - FEUILLE DE STYLES</p> |