2
2
< html lang ="en ">
3
3
< head >
4
4
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
5
- < title > CSS TEMPLATE Module Level N (CSS3 TMPL) </ title >
5
+ < title > CSS TEMPLATE Module Level N</ title >
6
6
< link rel =contents href ="#contents ">
7
7
< link rel =index href ="#index ">
8
8
< link rel ="stylesheet " type ="text/css " href ="../default.css ">
33
33
< div class ="head ">
34
34
<!--logo-->
35
35
36
- < h1 class ="p-name "> CSS < var class =" replaceme " > TEMPLATE </ var > Module Level < var class =" replaceme " > N </ var > </ h1 >
36
+ < h1 class ="p-name "> [TITLE] </ h1 >
37
37
38
38
< h2 class ="no-num no-toc "> [LONGSTATUS] < time class ="dt-updated " datetime ="[CDATE] "> [DATE]</ time > <!-- for HTML4.x doctypes: <span class="dt-updated"><span class="value-title" title="[CDATE]">[DATE]</span></span> --> </ h2 >
39
39
< dl >
40
40
< dt > This version:
41
41
< dd > < a class ="u-url " href ="[VERSION] "> [VERSION]</ a >
42
42
43
43
< dt > Latest version:
44
- < dd > < a href ="http://www.w3.org/TR/[SHORTNAME]/ " > http://www.w3.org/TR/[SHORTNAME]/ </ a >
44
+ < dd > < a href ="[LATEST] " > < var class = replaceme > http://www.w3.org/TR/css-module/ </ var > </ a >
45
45
46
46
< dt > Editor's draft:
47
47
< dd > < a href ="http://dev.w3.org/csswg/[SHORTNAME]/ "> http://dev.w3.org/csswg/[SHORTNAME]/</ a >
@@ -161,7 +161,7 @@ <h2 id="sample-topic">
161
161
< p > To refer to HTML, use [[HTML40]] (note the double square brackets). To
162
162
make a normative reference, insert a “!”, like this:
163
163
[[!CSS3SYN]] The currently available
164
- < a href ="https ://www .w3.org/Style/Group/css3-src /biblio.ref "> list of bibliographic data</ a >
164
+ < a href ="http ://dev .w3.org/CSS/biblio /biblio.ref "> list of bibliographic data</ a >
165
165
can of course be extended.</ p >
166
166
167
167
< p > We write about a property such as 'display-model' like this and
@@ -307,7 +307,7 @@ <h3 id="conventions">
307
307
< h3 id ="conformance-classes ">
308
308
Conformance classes</ h3 >
309
309
310
- < p > Conformance to < var class =" replaceme " > CSS TEMPLATE Module </ var >
310
+ < p > Conformance to [TITLE]
311
311
is defined for three conformance classes:
312
312
< dl >
313
313
< dt > < dfn title ="style sheet!!as conformance class "> style sheet</ dfn >
@@ -322,21 +322,21 @@ <h3 id="conformance-classes">
322
322
that writes a style sheet.
323
323
</ dl >
324
324
325
- < p > A style sheet is conformant to < var class =" replaceme " > CSS TEMPLATE Module </ var >
325
+ < p > A style sheet is conformant to [TITLE]
326
326
if all of its statements that use syntax defined in this module are valid
327
327
according to the generic CSS grammar and the individual grammars of each
328
328
feature defined in this module.
329
329
330
- < p > A renderer is conformant to < var class =" replaceme " > CSS TEMPLATE Module </ var >
330
+ < p > A renderer is conformant to [TITLE]
331
331
if, in addition to interpreting the style sheet as defined by the
332
332
appropriate specifications, it supports all the features defined
333
- by < var class =" replaceme " > CSS TEMPLATE Module </ var > by parsing them correctly
333
+ by [TITLE] by parsing them correctly
334
334
and rendering the document accordingly. However, the inability of a
335
335
UA to correctly render a document due to limitations of the device
336
336
does not make the UA non-conformant. (For example, a UA is not
337
337
required to render color on a monochrome monitor.)
338
338
339
- < p > An authoring tool is conformant to < var class =" replaceme " > CSS TEMPLATE Module </ var >
339
+ < p > An authoring tool is conformant to [TITLE]
340
340
if it writes style sheets that are syntactically correct according to the
341
341
generic CSS grammar and the individual grammars of each feature in
342
342
this module, and meet all other conformance requirements of style sheets
0 commit comments