blob: 2892d25b2f019bdfe0d73daa162f1c7df24669b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
title: StyleSheet.title
slug: Web/API/StyleSheet/title
translation_of: Web/API/StyleSheet/title
---
<div>
<div>{{APIRef ("CSSOM")}}</div>
</div>
<p><code>title</code> Renvoie le titre de conseil de la feuille de style actuelle.</p>
<h2 id="Notes">Remarques</h2>
<p>Le titre est souvent spécifié dans {{domxref ("StyleSheet / OwnerNode", "ownerNode")}}.</p>
<h2 id="Specification">spécification</h2>
<ul>
<li><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html#StyleSheets-StyleSheet-title">Titre </a></li>
</ul>
|