Skip to content

Commit 240e409

Browse files
committed
[css-module] Removed the unusual parenthesized part from the TITLE
element. Used the new [TITLE] macro to avoid hand-editing in the conformance section. Gave the document a syntactically valid shortname (css-module). Updated the URL for the bibliography database.
1 parent 3eb1588 commit 240e409

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-module/Overview.src.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link rel=contents href="#contents">
77
<link rel=index href="#index">
88
<link rel="stylesheet" type="text/css" href="../default.css">
@@ -33,15 +33,15 @@
3333
<div class="head">
3434
<!--logo-->
3535

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>
3737

3838
<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>
3939
<dl>
4040
<dt>This version:
4141
<dd><a class="u-url" href="[VERSION]">[VERSION]</a>
4242

4343
<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>
4545

4646
<dt>Editor's draft:
4747
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
@@ -161,7 +161,7 @@ <h2 id="sample-topic">
161161
<p>To refer to HTML, use [[HTML40]] (note the double square brackets). To
162162
make a normative reference, insert a &ldquo;!&rdquo;, like this:
163163
[[!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>
165165
can of course be extended.</p>
166166

167167
<p>We write about a property such as 'display-model' like this and
@@ -307,7 +307,7 @@ <h3 id="conventions">
307307
<h3 id="conformance-classes">
308308
Conformance classes</h3>
309309

310-
<p>Conformance to <var class="replaceme">CSS TEMPLATE Module</var>
310+
<p>Conformance to [TITLE]
311311
is defined for three conformance classes:
312312
<dl>
313313
<dt><dfn title="style sheet!!as conformance class">style sheet</dfn>
@@ -322,21 +322,21 @@ <h3 id="conformance-classes">
322322
that writes a style sheet.
323323
</dl>
324324

325-
<p>A style sheet is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
325+
<p>A style sheet is conformant to [TITLE]
326326
if all of its statements that use syntax defined in this module are valid
327327
according to the generic CSS grammar and the individual grammars of each
328328
feature defined in this module.
329329

330-
<p>A renderer is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
330+
<p>A renderer is conformant to [TITLE]
331331
if, in addition to interpreting the style sheet as defined by the
332332
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
334334
and rendering the document accordingly. However, the inability of a
335335
UA to correctly render a document due to limitations of the device
336336
does not make the UA non-conformant. (For example, a UA is not
337337
required to render color on a monochrome monitor.)
338338

339-
<p>An authoring tool is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
339+
<p>An authoring tool is conformant to [TITLE]
340340
if it writes style sheets that are syntactically correct according to the
341341
generic CSS grammar and the individual grammars of each feature in
342342
this module, and meet all other conformance requirements of style sheets

0 commit comments

Comments
 (0)