aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/css_generated_content/index.html
blob: 2c05f29990baae1a7657f4eaabeda7ef071be5e6 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: CSS 生成内容
slug: Web/CSS/CSS_Generated_Content
tags:
  - CSS
translation_of: Web/CSS/CSS_Generated_Content
---
<div>{{CSSRef}}</div>

<p><strong>CSS Generated Content 是CSS其中一个模块,定义了如何给一个元素添加内容</strong></p>

<h2 id="参考">参考</h2>

<h3 id="属性">属性</h3>

<div class="index">
<ul>
 <li>{{cssxref("content")}}</li>
 <li>{{cssxref("quotes")}}</li>
</ul>
</div>

<h2 id="规范">规范</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">规范</th>
   <th scope="col">状态</th>
   <th scope="col">注释</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("CSS3 Content")}}</td>
   <td>{{Spec2("CSS3 Content")}}</td>
   <td> </td>
  </tr>
  <tr>
   <td>{{SpecName('CSS2.1')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td>Initial definition</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

<h3 id="content_属性"><code>content</code> 属性</h3>

<p>{{Compat("css.properties.content")}}</p>

<h3 id="quotes_属性"><code>quotes</code> 属性</h3>

<article>
<p>{{Compat("css.properties.quotes")}}</p>
</article>