aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/stylesheet/media/index.html
blob: 5d750c2e9ce70a4a74100654d80a786d662ec360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>&lt;Link rel = "StyleSheet" href = "document.css" type = "text / css" media = "screen" /&gt;
</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>