File tree 2 files changed +36
-2
lines changed
2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 15
15
16
16
< h1 > Cascading Style Sheets (CSS) Snapshot 2010</ h1 >
17
17
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 >
19
19
20
20
< dl >
21
21
< 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> -->
23
23
24
24
< dd > < a
25
25
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>
145
145
< li > < a href ="#properties "> < span class =secno > 4. </ span > Property Index</ a >
146
146
147
147
< 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 >
148
150
</ ul >
149
151
<!--end-toc-->
150
152
@@ -2785,3 +2787,24 @@ <h2 id=selectors><span class=secno>5. </span>Selector Index</h2>
2785
2787
2786
2788
< td > 3
2787
2789
</ 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 >
Original file line number Diff line number Diff line change @@ -1569,3 +1569,14 @@ <h2 id="selectors">Selector Index</h2>
1569
1569
sibling combinator</ a >
1570
1570
< td > 3
1571
1571
</ 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 >
You can’t perform that action at this time.
0 commit comments