Skip to content

Commit 0fb8090

Browse files
committed
Add at-rule index
1 parent 47c45ef commit 0fb8090

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

css-2010/Overview.html

+25-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
<h1>Cascading Style Sheets (CSS) Snapshot 2010</h1>
1717

18-
<h2 class="no-num no-toc" id=w3c-note-date>W3C Note 25 April 2011</h2>
18+
<h2 class="no-num no-toc" id=w3c-note-date>W3C Note 26 April 2011</h2>
1919

2020
<dl>
2121
<dt>This version:</dt>
22-
<!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110425">http://www.w3.org/TR/2011/ED-css-2010-20110425</a></dd> -->
22+
<!-- <dd><a href="http://www.w3.org/TR/2011/WD-css-2010-20110426">http://www.w3.org/TR/2011/ED-css-2010-20110426</a></dd> -->
2323

2424
<dd><a
2525
href="http://dev.w3.org/csswg/css-2010/">http://dev.w3.org/csswg/css-2010/</a>
@@ -145,6 +145,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
145145
<li><a href="#properties"><span class=secno>4. </span>Property Index</a>
146146

147147
<li><a href="#selectors"><span class=secno>5. </span>Selector Index</a>
148+
149+
<li><a href="#at-rules"><span class=secno>6. </span>At-Rule Index</a>
148150
</ul>
149151
<!--end-toc-->
150152

@@ -2785,3 +2787,24 @@ <h2 id=selectors><span class=secno>5. </span>Selector Index</h2>
27852787

27862788
<td>3
27872789
</table>
2790+
2791+
<h2 id=at-rules><span class=secno>6. </span>At-Rule Index</h2>
2792+
2793+
<p><em>This section is non-normative.</em>
2794+
2795+
<ul>
2796+
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
2797+
2798+
2799+
<li><a
2800+
href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with
2801+
the media list replaced by a <a
2802+
href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
2803+
2804+
<li><a
2805+
href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a>
2806+
with the media list replaced by a <a
2807+
href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
2808+
2809+
<li><a href="http://www.w3.org/TR/CSS21/page.html#page-box">@page</a>
2810+
</ul>

css-2010/Overview.src.html

+11
Original file line numberDiff line numberDiff line change
@@ -1569,3 +1569,14 @@ <h2 id="selectors">Selector Index</h2>
15691569
sibling combinator</a>
15701570
<td>3
15711571
</table>
1572+
1573+
<h2 id="at-rules">At-Rule Index</h2>
1574+
1575+
<p><em>This section is non-normative.</em></p>
1576+
1577+
<ul>
1578+
<li><a href="http://www.w3.org/TR/CSS21/syndata.html#charset">@charset</a>
1579+
<li><a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">@import</a> with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
1580+
<li><a href="http://www.w3.org/TR/CSS21/media.html#at-media-rule">@media</a> with the media list replaced by a <a href="http://www.w3.org/TR/css3-mediaqueries/">media query list</a>
1581+
<li><a href="http://www.w3.org/TR/CSS21/page.html#page-box">@page</a>
1582+
</ul>

0 commit comments

Comments
 (0)