22"http://www.w3.org/TR/html4/strict.dtd">
33
44< html lang =en >
5- < head profile ="http://www.w3.org/2006/03/hcard ">
6- < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
5+ < head profile ="http://www.w3.org/2006/03/hcard "> < meta content ="text/html;
6+ charset=utf-8 " http-equiv =Content-Type >
7+
78 < title > CSS TEMPLATE Module Level N</ title >
89 < link href ="../default.css " rel =stylesheet type ="text/css ">
910 < link href ="http://www.w3.org/StyleSheets/TR/W3C-ED.css " rel =stylesheet
1718 < h1 > CSS < var class =issue > TEMPLATE</ var > Module Level < var
1819 class =issue > N</ var > </ h1 >
1920
20- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 23 February
21- 2011</ h2 >
21+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 May 2011</ h2 >
2222
2323 < dl >
2424 < dt > This version:
2525
26- < dd > < a href ="http://www.w3.org/TR/2011/ED-css3-TEMPLATE-20110223 ">
27- http://www.w3.org/TR/2011/ED-css3-TEMPLATE-20110223 </ a >
26+ < dd > < a href ="http://www.w3.org/TR/2011/ED-css3-TEMPLATE-20110529/ ">
27+ http://www.w3.org/TR/2011/ED-css3-TEMPLATE-20110529 </ a >
2828
2929 < dt > Latest version:
3030
@@ -142,18 +142,18 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
142142 class =property > display-model</ code > ’ property</ a >
143143 </ ul >
144144
145- < li > < a href ="#conformance "> < span class =secno > 3. </ span > Conformance</ a >
145+ < li > < a href ="#conformance "> < span class =secno > 3. </ span > Conformance</ a >
146146 < ul class =toc >
147- < li > < a href ="#conformance-classes "> < span class =secno > 3.1.
148- </ span > Conformance Classes</ a >
147+ < li > < a href ="#conformance-classes "> < span class =secno > 3.1. </ span >
148+ Conformance Classes</ a >
149149
150- < li > < a href ="#partial "> < span class =secno > 3.2. </ span > Partial
150+ < li > < a href ="#partial "> < span class =secno > 3.2. </ span > Partial
151151 Implementations</ a >
152152
153- < li > < a href ="#experimental "> < span class =secno > 3.3. </ span > Experimental
153+ < li > < a href ="#experimental "> < span class =secno > 3.3. </ span > Experimental
154154 Implementations</ a >
155155
156- < li > < a href ="#cr-exit-criteria "> < span class =secno > 3.4. </ span > CR Exit
156+ < li > < a href ="#cr-exit-criteria "> < span class =secno > 3.4. </ span > CR Exit
157157 Criteria</ a >
158158 </ ul >
159159
@@ -240,17 +240,16 @@ <h3 id=values><span class=secno>1.4. </span>Values</h3>
240240 < h2 id =sample-section > < span class =secno > 2. </ span > Sample section</ h2 >
241241
242242 < p > Look at the mark-up in this section for examples. See the < a
243- href ="../bin/README "> documentation</ a > for more precise instructions. The
244- companion of this template shows the < a href =Overview.html > processed
245- result</ a > . (The icon of Woolly is just for fun. It will not appear on
246- public WDs.)
243+ href ="https://www.w3.org/Style/Group/css3-src/bin/README "> documentation</ a >
244+ for more precise instructions. The companion of this template shows the < a
245+ href =Overview.html > processed result</ a > .
247246
248247 < p > To refer to HTML, use < a href ="#HTML40 "
249248 rel =biblioentry > [HTML40]<!--{{HTML40}}--> </ a > (note the double square
250249 brackets). To make a normative reference, insert a “!”, like
251250 this: < a href ="#CSS3SYN " rel =biblioentry > [CSS3SYN]<!--{{!CSS3SYN}}--> </ a >
252251 The currently available < a
253- href ="http ://www.w3.org/Style/Group/css3-src/biblio.ref "> list of
252+ href ="https ://www.w3.org/Style/Group/css3-src/biblio.ref "> list of
254253 bibliographic data</ a > can of course be extended.
255254
256255 < p > We write about a property such as ‘< a href ="#display-model "> < code
@@ -381,9 +380,9 @@ <h3 id=the-display-model><span class=secno>2.1. </span>Inner Display Model:
381380 should be resolved/removed before the document goes to “CR”
382381 (Candidate Recommendation). Use class=“issue”.
383382
384- < h2 id =conformance > < span class =secno > 3. </ span > Conformance</ h2 >
383+ < h2 id =conformance > < span class =secno > 3. </ span > Conformance</ h2 >
385384
386- < h3 id =conformance-classes > < span class =secno > 3.1. </ span > Conformance
385+ < h3 id =conformance-classes > < span class =secno > 3.1. </ span > Conformance
387386 Classes</ h3 >
388387
389388 < p > Conformance to < var class =issue > CSS TEMPLATE Module</ var > is defined for
@@ -428,7 +427,7 @@ <h3 id=conformance-classes><span class=secno>3.1. </span>Conformance
428427 the generic CSS grammar and the individual grammars of each property in
429428 this module.
430429
431- < h3 id =partial > < span class =secno > 3.2. </ span > Partial Implementations</ h3 >
430+ < h3 id =partial > < span class =secno > 3.2. </ span > Partial Implementations</ h3 >
432431
433432 < p > So that authors can exploit the forward-compatible parsing rules to
434433 assign fallback values, CSS renderers < strong > must</ strong > treat as
@@ -442,7 +441,7 @@ <h3 id=partial><span class=secno>3.2. </span>Partial Implementations</h3>
442441 unsupported values must be), CSS requires that the entire declaration be
443442 ignored.
444443
445- < h3 id =experimental > < span class =secno > 3.3. </ span > Experimental
444+ < h3 id =experimental > < span class =secno > 3.3. </ span > Experimental
446445 Implementations</ h3 >
447446
448447 < p > To avoid clashes with future CSS features, the CSS specifications
@@ -456,11 +455,12 @@ <h3 id=experimental><span class=secno>3.3. </span>Experimental
456455 should implement the non-prefixed syntax for any feature they consider to
457456 be correctly implemented according to spec.
458457
459- < h3 id =cr-exit-criteria > < span class =secno > 3.4. </ span > CR Exit Criteria</ h3 >
458+ < h3 id =cr-exit-criteria > < span class =secno > 3.4. </ span > CR Exit Criteria</ h3 >
460459
461460 < p class =issue > [Change or remove the following CR exit criteria if the spec
462461 is not a module, but, e.g., a Note or a profile. This text was < a
463- href ="/Style/CSS/Tracker/actions/44 "> decided on 2008-06-04.</ a > ]
462+ href ="http://www.w3.org/Style/CSS/Tracker/actions/44 "> decided on
463+ 2008-06-04.</ a > ]
464464
465465 < p id =cr-exit-criteria > For this specification to be advanced to Proposed
466466 Recommendation, there must be at least two independent, interoperable
@@ -525,10 +525,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
525525 < dt id =CSS21 > [CSS21]
526526
527527 < dd > Bert Bos; et al. < a
528- href ="http://www.w3.org/TR/2010/WD -CSS2-20101207 "> < cite > Cascading Style
529- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 December
530- 2010 . W3C Working Draft . (Work in progress.) URL: < a
531- href ="http://www.w3.org/TR/2010/WD -CSS2-20101207 "> http://www.w3.org/TR/2010/WD -CSS2-20101207 </ a >
528+ href ="http://www.w3.org/TR/2009/CR -CSS2-20090423 "> < cite > Cascading Style
529+ Sheets Level 2 Revision 1 (CSS  2.1) Specification.</ cite > </ a > 23
530+ April 2009 . W3C Candidate Recommendation . (Work in progress.) URL: < a
531+ href ="http://www.w3.org/TR/2009/CR -CSS2-20090423 "> http://www.w3.org/TR/2009/CR -CSS2-20090423 </ a >
532532 </ dd >
533533 <!---->
534534
@@ -574,10 +574,10 @@ <h3 class=no-num id=other-references>Other references</h3>
574574 < dt id =CSS21 > [CSS21]
575575
576576 < dd > Bert Bos; et al. < a
577- href ="http://www.w3.org/TR/2010/WD -CSS2-20101207 "> < cite > Cascading Style
578- Sheets Level 2 Revision 1 (CSS 2.1) Specification.</ cite > </ a > 7 December
579- 2010 . W3C Working Draft . (Work in progress.) URL: < a
580- href ="http://www.w3.org/TR/2010/WD -CSS2-20101207 "> http://www.w3.org/TR/2010/WD -CSS2-20101207 </ a >
577+ href ="http://www.w3.org/TR/2009/CR -CSS2-20090423 "> < cite > Cascading Style
578+ Sheets Level 2 Revision 1 (CSS  2.1) Specification.</ cite > </ a > 23
579+ April 2009 . W3C Candidate Recommendation . (Work in progress.) URL: < a
580+ href ="http://www.w3.org/TR/2009/CR -CSS2-20090423 "> http://www.w3.org/TR/2009/CR -CSS2-20090423 </ a >
581581 </ dd >
582582 <!---->
583583
@@ -674,7 +674,7 @@ <h2 class=no-num id=property-index>Property index</h2>
674674 < th > Media
675675
676676 < tbody >
677- < tr valign = baseline >
677+ < tr >
678678 < td > < a class =property href ="#display-model "> display-model</ a >
679679
680680 < td > inline-inside | block-inside | table | ruby | icon
0 commit comments