Skip to content

Commit 172b86d

Browse files
committed
Fix Conformance section wording
1 parent 91e909a commit 172b86d

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

css-module/Overview.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
<h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
3838
class=replaceme>N</var></h1>
3939

40-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
40+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December
4141
2011</h2>
4242

4343
<dl>
4444
<dt>This version:
4545

4646
<dd><a class=replaceme
47-
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/</a>
47+
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111213/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111213/</a>
4848

4949

5050
<dt>Latest version:
@@ -445,10 +445,9 @@ <h3 id=conformance-classes><span class=secno>3.2. </span> Conformance
445445
</dl>
446446

447447
<p>A style sheet is conformant to <var class=replaceme>CSS TEMPLATE
448-
Module</var> if all of its declarations that use properties defined in
449-
this module have values that are valid according to the generic CSS
450-
grammar and the individual grammars of each property as given in this
451-
module.
448+
Module</var> if all of its statements that use syntax defined in this
449+
module are valid according to the generic CSS grammar and the individual
450+
grammars of each feature defined in this module.
452451

453452
<p>A renderer is conformant to <var class=replaceme>CSS TEMPLATE
454453
Module</var> if, in addition to interpreting the style sheet as defined by

css-module/Overview.src.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ <h3 id="conformance-classes">
285285
</dl>
286286

287287
<p>A style sheet is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
288-
if all of its declarations that use properties defined in this module
289-
have values that are valid according to the generic CSS grammar and the
290-
individual grammars of each property as given in this module.
288+
if all of its statements that use syntax defined in this module are valid
289+
according to the generic CSS grammar and the individual grammars of each
290+
feature defined in this module.
291291

292292
<p>A renderer is conformant to <var class="replaceme">CSS TEMPLATE Module</var>
293293
if, in addition to interpreting the style sheet as defined by the

css-module/default.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ div.example {
185185
div.example:before { color: #B9AB2D; }
186186

187187
/* ToC not indented, but font style shows hierarchy */
188-
ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; text-transform: uppercase; }
188+
ul.toc {margin: 1em 0; padding: 0; line-height: 1.3; font-weight: bold; xtext-transform: uppercase; }
189189
ul.toc ul {margin: 0; padding: 0; font-weight: normal; text-transform: none; }
190190
ul.toc ul ul {margin: 0 0 0 2em; font-style: italic; }
191191
ul.toc ul ul ul {margin: 0}

0 commit comments

Comments
 (0)