blob: 834dfb3e4015a77ceac905c89001af7b74f06d10 (
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
|
---
title: StyleSheet.title
slug: Web/API/StyleSheet/title
translation_of: Web/API/StyleSheet/title
---
<div>
<div>{{APIRef("CSSOM")}}</div>
</div>
<h2 id="Summary" name="Summary">概述</h2>
<p>The <strong><code>title</code></strong> property of the {{domxref("StyleSheet")}} interface returns the advisory title of the current style sheet.</p>
<p>The title is often specified in the {{domxref("StyleSheet/OwnerNode", "ownerNode")}}.</p>
<p> </p>
<h2 id="Notes" name="Notes">注意</h2>
<p>The title is often specified in the {{domxref("StyleSheet/OwnerNode", "ownerNode")}}.</p>
<h2 id="Specification" name="Specification">Specification</h2>
<ul>
<li><a class="external" href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/stylesheets.html#StyleSheets-StyleSheet-title">title </a></li>
</ul>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
<p>{{Compat("api.StyleSheet.title")}}</p>
|