Skip to content

Commit c7e4dcd

Browse files
committed
Fix module naming
1 parent aa49914 commit c7e4dcd

2 files changed

Lines changed: 26 additions & 35 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 31 August
102102

103103
<h2 class="no-num no-toc" id=abstract> Abstract</h2>
104104

105-
<p>CSS3 Writing Modes defines CSS features to support for various
105+
<p>CSS Writing Modes Level 3 defines CSS features to support for various
106106
international writing modes, such as left-to-right (e.g. Latin or Indic),
107107
right-to-left (e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and
108108
Arabic) and vertical (e.g. Asian scripts).
@@ -373,7 +373,7 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
373373

374374
<h2 id=text-flow><span class=secno>1. </span> Introduction to Writing Modes</h2>
375375

376-
<p>CSS3 Writing Modes defines CSS features to support for various
376+
<p>CSS Writing Modes Level 3 defines CSS features to support for various
377377
international writing modes, such as left-to-right (e.g. Latin or Indic),
378378
right-to-left (e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and
379379
Arabic) and vertical (e.g. Asian scripts).
@@ -3218,8 +3218,8 @@ <h3 id=conventions><span class=secno>10.1. </span> Document Conventions</h3>
32183218
<h3 id=conformance-classes><span class=secno>10.2. </span> Conformance
32193219
Classes</h3>
32203220

3221-
<p>Conformance to CSS Writing Modes is defined for three conformance
3222-
classes:
3221+
<p>Conformance to CSS Writing Modes Level 3 is defined for three
3222+
conformance classes:
32233223

32243224
<dl>
32253225
<dt><dfn id=style-sheet title="style sheet!!as conformance class">style
@@ -3240,24 +3240,24 @@ <h3 id=conformance-classes><span class=secno>10.2. </span> Conformance
32403240
that writes a style sheet.
32413241
</dl>
32423242

3243-
<p>A style sheet is conformant to CSS Writing Modes if all of its
3243+
<p>A style sheet is conformant to CSS Writing Modes Level 3 if all of its
32443244
declarations that use properties defined in this module have values that
32453245
are valid according to the generic CSS grammar and the individual grammars
32463246
of each property as given in this module.
32473247

3248-
<p>A renderer is conformant to CSS Writing Modes if, in addition to
3248+
<p>A renderer is conformant to CSS Writing Modes Level 3 if, in addition to
32493249
interpreting the style sheet as defined by the appropriate specifications,
3250-
it supports all the features defined by CSS Writing Modes by parsing them
3251-
correctly and rendering the document accordingly. However, the inability
3252-
of a UA to correctly render a document due to limitations of the device
3253-
does not make the UA non-conformant. (For example, a UA is not required to
3254-
render color on a monochrome monitor.)
3255-
3256-
<p>An authoring tool is conformant to CSS Writing Modes if it writes style
3257-
sheets that are syntactically correct according to the generic CSS grammar
3258-
and the individual grammars of each feature in this module, and meet all
3259-
other conformance requirements of style sheets as described in this
3260-
module.
3250+
it supports all the features defined by CSS Writing Modes Level 3 by
3251+
parsing them correctly and rendering the document accordingly. However,
3252+
the inability of a UA to correctly render a document due to limitations of
3253+
the device does not make the UA non-conformant. (For example, a UA is not
3254+
required to render color on a monochrome monitor.)
3255+
3256+
<p>An authoring tool is conformant to CSS Writing Modes Level 3 if it
3257+
writes style sheets that are syntactically correct according to the
3258+
generic CSS grammar and the individual grammars of each feature in this
3259+
module, and meet all other conformance requirements of style sheets as
3260+
described in this module.
32613261

32623262
<h3 id=partial><span class=secno>10.3. </span> Partial Implementations</h3>
32633263

@@ -3311,11 +3311,6 @@ <h3 id=testing><span class=secno>10.5. </span>Non-Experimental
33113311

33123312
<h3 id=cr-exit-criteria><span class=secno>10.6. </span> CR Exit Criteria</h3>
33133313

3314-
<p class=issue>[Change or remove the following CR exit criteria if the spec
3315-
is not a module, but, e.g., a Note or a profile. This text was <a
3316-
href="http://www.w3.org/Style/CSS/Tracker/actions/44"> decided on
3317-
2008-06-04.</a>]
3318-
33193314
<p> For this specification to be advanced to Proposed Recommendation, there
33203315
must be at least two independent, interoperable implementations of each
33213316
feature. Each feature may be implemented by a different set of products,
@@ -3780,7 +3775,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
37803775

37813776
<dd>Called the <i>shrink-to-fit</i> width in <a
37823777
href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1&sect;10.3.5</a>,
3783-
and <a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS3
3778+
and <a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS
37843779
Multi-column Layout &sect; 3.4</a>, the <dfn
37853780
id=fit-content-measure>fit-content measure</dfn> is defined as
37863781
<code>max(<a href="#min-content"><i>min-content</i></a>, min(<a

css3-writing-modes/Overview.src.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6363
<h2 class="no-num no-toc" id="abstract">
6464
Abstract</h2>
6565

66-
<p>CSS3 Writing Modes defines CSS features to support for various international
66+
<p>CSS Writing Modes Level 3 defines CSS features to support for various international
6767
writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left
6868
(e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and Arabic) and
6969
vertical (e.g. Asian scripts).</p>
@@ -92,7 +92,7 @@ <h2 class="no-num no-toc" id="Contents">
9292
<h2 id="text-flow">
9393
Introduction to Writing Modes</h2>
9494

95-
<p>CSS3 Writing Modes defines CSS features to support for various international
95+
<p>CSS Writing Modes Level 3 defines CSS features to support for various international
9696
writing modes, such as left-to-right (e.g. Latin or Indic), right-to-left
9797
(e.g. Hebrew or Arabic), bidirectional (e.g. mixed Latin and Arabic) and
9898
vertical (e.g. Asian scripts).</p>
@@ -2374,7 +2374,7 @@ <h3 id="conventions">
23742374
<h3 id="conformance-classes">
23752375
Conformance Classes</h3>
23762376

2377-
<p>Conformance to CSS Writing Modes
2377+
<p>Conformance to CSS Writing Modes Level 3
23782378
is defined for three conformance classes:
23792379
<dl>
23802380
<dt><dfn title="style sheet!!as conformance class">style sheet</dfn>
@@ -2389,21 +2389,21 @@ <h3 id="conformance-classes">
23892389
that writes a style sheet.
23902390
</dl>
23912391

2392-
<p>A style sheet is conformant to CSS Writing Modes
2392+
<p>A style sheet is conformant to CSS Writing Modes Level 3
23932393
if all of its declarations that use properties defined in this module
23942394
have values that are valid according to the generic CSS grammar and the
23952395
individual grammars of each property as given in this module.
23962396

2397-
<p>A renderer is conformant to CSS Writing Modes
2397+
<p>A renderer is conformant to CSS Writing Modes Level 3
23982398
if, in addition to interpreting the style sheet as defined by the
23992399
appropriate specifications, it supports all the features defined
2400-
by CSS Writing Modes by parsing them correctly
2400+
by CSS Writing Modes Level 3 by parsing them correctly
24012401
and rendering the document accordingly. However, the inability of a
24022402
UA to correctly render a document due to limitations of the device
24032403
does not make the UA non-conformant. (For example, a UA is not
24042404
required to render color on a monochrome monitor.)
24052405

2406-
<p>An authoring tool is conformant to CSS Writing Modes
2406+
<p>An authoring tool is conformant to CSS Writing Modes Level 3
24072407
if it writes style sheets that are syntactically correct according to the
24082408
generic CSS grammar and the individual grammars of each feature in
24092409
this module, and meet all other conformance requirements of style sheets
@@ -2463,10 +2463,6 @@ <h3 id="testing">Non-Experimental Implementations</h3>
24632463
<h3 id="cr-exit-criteria">
24642464
CR Exit Criteria</h3>
24652465

2466-
<p class=issue>[Change or remove the following CR exit criteria if
2467-
the spec is not a module, but, e.g., a Note or a profile. This text was <a
2468-
href="http://www.w3.org/Style/CSS/Tracker/actions/44"> decided on 2008-06-04.</a>]</p>
2469-
24702466
<p>
24712467
For this specification to be advanced to Proposed Recommendation,
24722468
there must be at least two independent, interoperable implementations
@@ -2801,7 +2797,7 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
28012797
<dd>Called the <i>shrink-to-fit</i> width in
28022798
<a href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1&sect;10.3.5</a>,
28032799
and
2804-
<a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS3 Multi-column Layout &sect; 3.4</a>,
2800+
<a href="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout &sect; 3.4</a>,
28052801
the <dfn>fit-content measure</dfn> is defined as
28062802
<code>max(<i>min-content</i>, min(<i>max-content</i>, <i>fill-available</i>))</code>
28072803
if the available measure is finite, and as the <i>max-content</i>

0 commit comments

Comments
 (0)