3636
3737 < h1 > CSS Syntax Module Level 3</ h1 >
3838
39- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 27 April 2012</ h2 >
39+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 25 May 2012</ h2 >
4040
4141 < dl >
4242 < dt > This version:
@@ -72,8 +72,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2012</h2>
7272
7373 < dd > < a
7474 href ="http://lists.w3.org/Archives/Public/www-style/ "> www-style@w3.org</ a >
75- with subject line “ < kbd > [css3-syntax] < var > … message topic
76- … </ var > </ kbd > ”
75+ with subject line “ < kbd > [css3-syntax] < var > … message topic
76+ … </ var > </ kbd > ”
7777
7878 < dt > Editors:
7979
@@ -85,8 +85,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2012</h2>
8585 <!--begin-copyright-->
8686 < p class =copyright > < a
8787 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
88- rel =license > Copyright</ a > © 2012 < a href ="http://www.w3.org/ "> < abbr
89- title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ® </ sup > (< a
88+ rel =license > Copyright</ a > © 2012 < a href ="http://www.w3.org/ "> < abbr
89+ title ="World Wide Web Consortium "> W3C</ abbr > </ a > < sup > ® </ sup > (< a
9090 href ="http://www.csail.mit.edu/ "> < abbr
9191 title ="Massachusetts Institute of Technology "> MIT</ abbr > </ a > , < a
9292 href ="http://www.ercim.eu/ "> < abbr
@@ -126,9 +126,8 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
126126 www-style@w3.org</ a > (see < a
127127 href ="http://www.w3.org/Mail/Request "> instructions</ a > ) is preferred for
128128 discussion of this specification. When sending e-mail, please put the text
129- “css3-syntax” in the subject, preferably like this:
130- “[<!----> css3-syntax<!----> ] < em > …summary of
131- comment…</ em > ”
129+ “css3-syntax” in the subject, preferably like this:
130+ “[<!----> css3-syntax<!----> ] < em > …summary of comment…</ em > ”
132131
133132 < p > This document was produced by the < a href ="/Style/CSS/members "> CSS
134133 Working Group</ a > (part of the < a href ="/Style/ "> Style Activity</ a > ).
@@ -146,7 +145,7 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
146145 W3C Patent Policy</ a > .</ p >
147146 <!--end-status-->
148147
149- < p > The following features are at risk: …
148+ < p > The following features are at risk: …
150149
151150 < h2 class ="no-num no-toc " id =contents > Table of contents</ h2 >
152151 <!--begin-toc-->
@@ -353,11 +352,11 @@ <h2 id=syntax-description><span class=secno>2. </span> Description of CSS's
353352 are children of a < code > <p> </ code > element.
354353
355354 < p > "< code > color: blue;</ code > " is a declaration specifying that, for the
356- elements that match the selector, their ‘ < code
357- class =property > color</ code > ’ property should have the value
358- ‘ < code class =css > blue</ code > ’ . Similiarly, their ‘ < code
359- class =property > text-decoration</ code > ’ property should have the
360- value ‘ < code class =css > underline</ code > ’ .
355+ elements that match the selector, their ‘ < code
356+ class =property > color</ code > ’ property should have the value ‘ < code
357+ class =css > blue</ code > ’ . Similiarly, their ‘ < code
358+ class =property > text-decoration</ code > ’ property should have the value
359+ ‘ < code class =css > underline</ code > ’ .
361360 </ div >
362361
363362 < p > < dfn id =at-rules title =at-rule > At-rules</ dfn > are all different, but
@@ -379,19 +378,18 @@ <h2 id=syntax-description><span class=secno>2. </span> Description of CSS's
379378
380379 < pre > @import "my-styles.css";</ pre >
381380
382- < p > The ‘ < code class =css > @import</ code > ’ < a
381+ < p > The ‘ < code class =css > @import</ code > ’ < a
383382 href ="#at-rules "> < i > at-rule</ i > </ a > is a simple statement. After its
384- name, it takes a single string or ‘< code
385- class =css > url()</ code > ’ function to indicate the stylesheet that it
386- should import.
383+ name, it takes a single string or ‘< code class =css > url()</ code > ’
384+ function to indicate the stylesheet that it should import.
387385
388386 < pre >
389387@page :left {
390388 margin-left: 4cm;
391389 margin-right: 3cm;
392390}</ pre >
393391
394- < p > The ‘ < code class =css > @page</ code > ’ < a
392+ < p > The ‘ < code class =css > @page</ code > ’ < a
395393 href ="#at-rules "> < i > at-rule</ i > </ a > consists of an optional page selector
396394 (the ":left" pseudoclass), followed by a block of properties that apply
397395 to the page when printed. In this way, it's very similar to a normal < a
@@ -403,11 +401,11 @@ <h2 id=syntax-description><span class=secno>2. </span> Description of CSS's
403401 body { font-size: 10pt }
404402}</ pre >
405403
406- < p > The ‘ < code class =css > @media</ code > ’ < a
404+ < p > The ‘ < code class =css > @media</ code > ’ < a
407405 href ="#at-rules "> < i > at-rule</ i > </ a > begins with a media type and a list
408406 of optional media queries. Its block contains entire rules, which are
409- only applied when the ‘ < code class =css > @media</ code > ’s
410- conditions are fulfilled.
407+ only applied when the ‘ < code class =css > @media</ code > ’s conditions are
408+ fulfilled.
411409 </ div >
412410
413411 < p > Property names and < a href ="#at-rules "> < i > at-rule</ i > </ a > names are
@@ -1796,10 +1794,11 @@ <h4 id=unicode-range-state><span class=secno>3.4.24. </span> <dfn
17961794 < p > Create a new unicode-range token with an empty range.
17971795
17981796 < p > Consume as many < a href ="#hex-digit "> < i > hex digits</ i > </ a > as possible,
1799- but no more than 6. If less than 6 < i > hex digits were consumed</ i > ,
1800- consume as many U+003F QUESTION MARK (?) character as possible, but no
1801- more than enough to make the total of < a href ="#hex-digit "> < i > hex
1802- digits</ i > </ a > and U+003F QUESTION MARK (?) characters equal to 6.
1797+ but no more than 6. If less than 6 < a href ="#hex-digit "> < i > hex
1798+ digits</ i > </ a > were consumed, consume as many U+003F QUESTION MARK (?)
1799+ character as possible, but no more than enough to make the total of < a
1800+ href ="#hex-digit "> < i > hex digits</ i > </ a > and U+003F QUESTION MARK (?)
1801+ characters equal to 6.
18031802
18041803 < p > If any U+003F QUESTION MARK (?) characters were consumed, first
18051804 interpret the consumed characters as a hexadecimal number, with the U+003F
@@ -2407,7 +2406,7 @@ <h2 class=no-num id=property-index> Property index</h2>
24072406
24082407 < th > Initial
24092408
2410- < th > Applies to
2409+ < th > Applies to
24112410
24122411 < th > Inh.
24132412
0 commit comments