Skip to content

Commit 04b6d64

Browse files
committed
Add link to values interpretation section, fix illegal-example example, add Canonical order section per Anne's suggestion
1 parent 5339bd7 commit 04b6d64

File tree

2 files changed

+31
-21
lines changed

2 files changed

+31
-21
lines changed

css-module/Overview.html

+26-19
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"http://www.w3.org/TR/html4/strict.dtd">
33

44
<html lang=en>
5-
<head profile="http://www.w3.org/2006/03/hcard"><meta content="text/html;
6-
charset=utf-8" http-equiv=Content-Type>
5+
<head profile="http://www.w3.org/2006/03/hcard"><meta
6+
content="text/html; charset=utf-8" http-equiv=Content-Type>
77

88
<title>CSS TEMPLATE Module Level N</title>
99
<link href=default.css rel=stylesheet type="text/css">
@@ -37,13 +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 16 August 2011</h2>
40+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October
41+
2011</h2>
4142

4243
<dl>
4344
<dt>This version:
4445

4546
<dd><a class=replaceme
46-
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20110816/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20110816/</a>
47+
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/</a>
4748

4849

4950
<dt>Latest version:
@@ -77,13 +78,13 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2>
7778
<p class=copyright><a
7879
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
7980
rel=license>Copyright</a> &copy; 2011 <a
80-
href="http://www.w3.org/"><acronym title="World Wide Web
81-
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
82-
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
83-
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
84-
title="European Research Consortium for Informatics and
85-
Mathematics">ERCIM</acronym></a>, <a
86-
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
81+
href="http://www.w3.org/"><acronym
82+
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
83+
href="http://www.csail.mit.edu/"><acronym
84+
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
85+
href="http://www.ercim.eu/"><acronym
86+
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
87+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
8788
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
8889
<a
8990
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -295,7 +296,7 @@ <h2 id=sample-topic><span class=secno>2. </span> Sample section</h2>
295296
</div>
296297

297298
<p>Illegal CSS examples (examples of errors) are the same, but with class
298-
"illegal-example". Examples of HTML and XML code have class "html" and
299+
"illegal example". Examples of HTML and XML code have class "html" and
299300
"xml" respectively, but are otherwise ditto.
300301

301302
<p>A formal definition of a property looks like this:
@@ -312,7 +313,7 @@ <h3 id=the-display-model><span class=secno>2.1. </span> Inner Display
312313
<td><dfn id=display-model>display-model</dfn>
313314

314315
<tr>
315-
<th>Value:
316+
<th><a href="#values">Value</a>:
316317

317318
<td>inline-inside | block-inside | table | ruby | icon
318319

@@ -345,6 +346,12 @@ <h3 id=the-display-model><span class=secno>2.1. </span> Inner Display
345346
<th>Computed&nbsp;value:
346347

347348
<td>specified value
349+
350+
<tr>
351+
<th>Canonical order:
352+
353+
<td><abbr title="follows order of property value definition">per
354+
grammar<abbr> </abbr></abbr>
348355
</table>
349356

350357
<dl>
@@ -363,8 +370,8 @@ <h3 id=the-display-model><span class=secno>2.1. </span> Inner Display
363370
<p>And a figure with a caption is done like this:
364371

365372
<div class=figure>
366-
<p><img alt="A table with a caption above it; both have margins and the
367-
margins between them are collapsed, as is normal for vertical margins."
373+
<p><img
374+
alt="A table with a caption above it; both have margins and the margins between them are collapsed, as is normal for vertical margins."
368375
src=corner.png>
369376

370377
<p class=caption>Just a random image. SVG would be nice, but maybe SVG
@@ -643,8 +650,8 @@ <h2 class=no-num id=index>Index</h2>
643650
<!--begin-index-->
644651

645652
<ul class=indexlist>
646-
<li>authoring tool, <a href="#authoring-tool" title="authoring
647-
tool"><strong>3.2.</strong></a>
653+
<li>authoring tool, <a href="#authoring-tool"
654+
title="authoring tool"><strong>3.2.</strong></a>
648655

649656
<li>Cross-references, <a href="#cross-references"
650657
title=Cross-references><strong>2.1.</strong></a>
@@ -675,8 +682,8 @@ <h2 class=no-num id=index>Index</h2>
675682

676683
<li>style sheet
677684
<ul>
678-
<li>as conformance class, <a href="#style-sheet" title="style sheet, as
679-
conformance class"><strong>3.2.</strong></a>
685+
<li>as conformance class, <a href="#style-sheet"
686+
title="style sheet, as conformance class"><strong>3.2.</strong></a>
680687
</ul>
681688

682689
<li>terms, <a href="#terms" title=terms>2.</a>

css-module/Overview.src.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2 id="sample-topic">
167167
</div>
168168

169169
<p>Illegal CSS examples (examples of errors) are the same, but with class
170-
"illegal-example". Examples of HTML and XML code have class "html" and "xml"
170+
"illegal example". Examples of HTML and XML code have class "html" and "xml"
171171
respectively, but are otherwise ditto.</p>
172172

173173
<p>A formal definition of a property looks like this:</p>
@@ -180,7 +180,7 @@ <h3 id="the-display-model">
180180
<th>Name:
181181
<td><dfn>display-model</dfn>
182182
<tr>
183-
<th>Value:
183+
<th><a href="#values">Value</a>:
184184
<td>inline-inside | block-inside | table | ruby | icon
185185
<tr>
186186
<th>Initial:
@@ -200,6 +200,9 @@ <h3 id="the-display-model">
200200
<tr>
201201
<th>Computed&nbsp;value:
202202
<td>specified value
203+
<tr>
204+
<th>Canonical order:
205+
<td><abbr title="follows order of property value definition">per grammar<abbr>
203206
</table>
204207

205208
<dl>

0 commit comments

Comments
 (0)