Skip to content

Commit f765185

Browse files
committed
Fix markup/links.
1 parent b682933 commit f765185

4 files changed

Lines changed: 68 additions & 66 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ <h2 class="no-num no-toc" id=table>Table of contents</h2>
416416
<li><a href="#order-property"><span class=secno>5.4. </span> Display
417417
Order: the ‘<code class=property>order</code>’ property</a>
418418
<ul class=toc>
419-
<li><a href="#order-accessibility"><span class=secno>5.4.1.
420-
</span>Reordering and Accessibility</a>
419+
<li><a href="#order-accessibility"><span class=secno>5.4.1. </span>
420+
Reordering and Accessibility</a>
421421
</ul>
422422
</ul>
423423

@@ -1734,7 +1734,16 @@ <h3 id=order-property><span class=secno>5.4. </span> Display Order: the
17341734
}</pre>
17351735
</div>
17361736

1737-
<h4 id=order-accessibility><span class=secno>5.4.1. </span>Reordering and
1737+
<p> Unless otherwise specified by a future specification, this property has
1738+
no effect on elements that are not <a href="#flex-item"><i>flex
1739+
items</i></a>. <!--
1740+
<p class='note'>
1741+
It is expected that future layout modes like Grid Layout
1742+
will also use 'order' for similar purposes.
1743+
-->
1744+
1745+
1746+
<h4 id=order-accessibility><span class=secno>5.4.1. </span> Reordering and
17381747
Accessibility</h4>
17391748

17401749
<p> The ‘<a href="#order"><code class=property>order</code></a>
@@ -1817,14 +1826,6 @@ <h4 id=order-accessibility><span class=secno>5.4.1. </span>Reordering and
18171826
intelligent wrapping left as an exercise for the reader.)</small>
18181827
</div>
18191828

1820-
<p> Unless otherwise specified by a future specification, this property has
1821-
no effect on elements that are not <a href="#flex-item"><i>flex
1822-
items</i></a>.
1823-
1824-
<p class=note> It is expected that future layout modes like Grid Layout
1825-
will also use ‘<a href="#order"><code class=property>order</code></a>
1826-
for similar purposes.
1827-
18281829
<h2 id=flex-lines><span class=secno>6. </span> Flex Lines</h2>
18291830

18301831
<p> A flex container can be either <a

css3-flexbox/Overview.src.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,18 @@ <h3 id='order-property'>
12471247

12481248
</div>
12491249

1250-
<h4 id="order-accessibility">Reordering and Accessibility</h4>
1250+
<p>
1251+
Unless otherwise specified by a future specification,
1252+
this property has no effect on elements that are not <i>flex items</i>.
1253+
1254+
<!--
1255+
<p class='note'>
1256+
It is expected that future layout modes like Grid Layout
1257+
will also use 'order' for similar purposes.
1258+
-->
1259+
1260+
<h4 id="order-accessibility">
1261+
Reordering and Accessibility</h4>
12511262

12521263
<p>
12531264
The 'order' property <em>does not</em> affect ordering in non-visual media
@@ -1324,14 +1335,6 @@ <h4 id="order-accessibility">Reordering and Accessibility</h4>
13241335
<p><small>(Further use of multiline flex containers to achieve even more intelligent wrapping left as an exercise for the reader.)</small>
13251336
</div>
13261337

1327-
<p>
1328-
Unless otherwise specified by a future specification,
1329-
this property has no effect on elements that are not <i>flex items</i>.
1330-
1331-
<p class='note'>
1332-
It is expected that future layout modes like Grid Layout
1333-
will also use 'order' for similar purposes.
1334-
13351338
<h2 id='flex-lines'>
13361339
Flex Lines</h2>
13371340

css3-text/Overview.html

Lines changed: 40 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232

3333
<h1>CSS Text Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 August 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 August 2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS
4141
$Revision$)</a> <!--
42-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120802/">http://www.w3.org/TR/2012/WD-css3-text-20120802/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120808/">http://www.w3.org/TR/2012/WD-css3-text-20120808/</a></dd>
4343
-->
4444

4545

@@ -196,8 +196,7 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
196196
</ul>
197197

198198
<li><a href="#white-space"><span class=secno>3. </span> White Space and
199-
Wrapping: the ‘<code class=property>white-space</code>’ property </a>
200-
199+
Wrapping: the ‘<code class=property>white-space</code>’ property</a>
201200

202201
<li><a href="#white-space-processing"><span class=secno>4. </span> White
203202
Space Processing Details</a>
@@ -468,7 +467,8 @@ <h3 id=terms><span class=secno>1.3. </span> Terminology</h3>
468467

469468
<p>The <dfn id=content-language>content language</dfn> of an element is the
470469
(human) language the element is declared to be in, according to the rules
471-
of the <a href="http://www.w3.org/CSS21/conform.html#doclanguage">document
470+
of the <a
471+
href="http://www.w3.org/TR/CSS21/conform.html#doclanguage">document
472472
language</a>. For example, the rules for determining the content language
473473
of an HTML element use the <code>lang</code> attribute and are defined in
474474
<a href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a>, and the
@@ -1453,8 +1453,7 @@ <h3 id=word-break><span class=secno>5.3. </span> Breaking Rules for
14531453
<dd>
14541454
<pre>这·是·一·些·汉·字,·and·some·Latin,<!--
14551455
-->·و·کمی·نوشتنن·عربی·<!--
1456-
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.
1457-
</pre>
1456+
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
14581457

14591458
<dt><code class=css>word-break: break-all</code>
14601459

@@ -1918,10 +1917,9 @@ <h4 id=bidi-linebox><span class=secno>7.1.1. </span> Bidirectionality and
19181917
<code>&lt;para&gt;</code>, and is thus irrelevent to the line box's
19191918
alignment. From from the standpoint of the bidi paragraph immediately
19201919
contained by the <code>&lt;para&gt;</code> containing block, the
1921-
<code>&lt;quote&gt;</code>&apos;s bidi-isolated paragraph inside it is,
1922-
by definition, just a neutral U+FFFC character, so the
1923-
immediately-contained paragraph becomes LTR by virtue of the "he"
1924-
following it.
1920+
<code>&lt;quote&gt;</code>’s bidi-isolated paragraph inside it is, by
1921+
definition, just a neutral U+FFFC character, so the immediately-contained
1922+
paragraph becomes LTR by virtue of the "he" following it.
19251923
</div>
19261924

19271925
<div class=example>
@@ -5286,22 +5284,6 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
52865284

52875285
<td>visual
52885286

5289-
<tr>
5290-
<th><a class=property href="#text-align0">text-align</a>
5291-
5292-
<td>[ [ start | end | left | right | center ] || &lt;string&gt; ] |
5293-
justify | match-parent | start end
5294-
5295-
<td>start
5296-
5297-
<td>block containers
5298-
5299-
<td>yes
5300-
5301-
<td>N/A
5302-
5303-
<td>visual
5304-
53055287
<tr>
53065288
<th><a class=property href="#text-align-last0">text-align-last</a>
53075289

@@ -5318,16 +5300,16 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
53185300
<td>visual
53195301

53205302
<tr>
5321-
<th><a class=property href="#text-decoration0">text-decoration</a>
5303+
<th><a class=property href="#text-align0">text-align</a>
53225304

5323-
<td>&lt;text-decoration-line&gt; || &lt;text-decoration-style&gt; ||
5324-
&lt;text-decoration-color&gt; || blink
5305+
<td>[ [ start | end | left | right | center ] || &lt;string&gt; ] |
5306+
justify | match-parent | start end
53255307

5326-
<td>none
5308+
<td>start
53275309

5328-
<td>all elements
5310+
<td>block containers
53295311

5330-
<td>no
5312+
<td>yes
53315313

53325314
<td>N/A
53335315

@@ -5382,12 +5364,12 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
53825364
<td>visual
53835365

53845366
<tr>
5385-
<th><a class=property
5386-
href="#text-decoration-style0">text-decoration-style</a>
5367+
<th><a class=property href="#text-decoration0">text-decoration</a>
53875368

5388-
<td>solid | double | dotted | dashed | wavy
5369+
<td>&lt;text-decoration-line&gt; || &lt;text-decoration-style&gt; ||
5370+
&lt;text-decoration-color&gt; || blink
53895371

5390-
<td>solid
5372+
<td>none
53915373

53925374
<td>all elements
53935375

@@ -5398,16 +5380,16 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
53985380
<td>visual
53995381

54005382
<tr>
5401-
<th><a class=property href="#text-emphasis0">text-emphasis</a>
5383+
<th><a class=property
5384+
href="#text-decoration-style0">text-decoration-style</a>
54025385

5403-
<td>‘&lt;text-emphasis-style&gt;’ ||
5404-
‘&lt;text-emphasis-color&gt;’
5386+
<td>solid | double | dotted | dashed | wavy
54055387

5406-
<td>see individual properties
5388+
<td>solid
54075389

54085390
<td>all elements
54095391

5410-
<td>yes
5392+
<td>no
54115393

54125394
<td>N/A
54135395

@@ -5445,6 +5427,22 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
54455427

54465428
<td>visual
54475429

5430+
<tr>
5431+
<th><a class=property href="#text-emphasis0">text-emphasis</a>
5432+
5433+
<td>‘&lt;text-emphasis-style&gt;’ ||
5434+
‘&lt;text-emphasis-color&gt;’
5435+
5436+
<td>see individual properties
5437+
5438+
<td>all elements
5439+
5440+
<td>yes
5441+
5442+
<td>N/A
5443+
5444+
<td>visual
5445+
54485446
<tr>
54495447
<th><a class=property
54505448
href="#text-emphasis-style0">text-emphasis-style</a>

css3-text/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3 id="terms">
201201

202202
<p>The <dfn>content language</dfn> of an element is the (human) language
203203
the element is declared to be in, according to the rules of the
204-
<a href="http://www.w3.org/CSS21/conform.html#doclanguage">document language</a>.
204+
<a href="http://www.w3.org/TR/CSS21/conform.html#doclanguage">document language</a>.
205205
For example, the rules for determining the content language of an HTML
206206
element use the <code>lang</code> attribute and are defined in [[HTML5]],
207207
and the rules for determining the content language of an XML element use
@@ -367,7 +367,7 @@ <h3 id="text-transform">
367367

368368

369369
<h2 id="white-space"><a id="white-space-collapsing"></a><a id='text-wrap'></a>
370-
White Space and Wrapping: the 'white-space' property</h3>
370+
White Space and Wrapping: the 'white-space' property</h2>
371371

372372
<p>This property specifies two things:
373373
<ul>
@@ -1002,7 +1002,7 @@ <h3 id="word-break">
10021002
<dd>
10031003
<pre>这·是·一·些·汉·字,·and·some·Latin,<!--
10041004
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;·<!--
1005-
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.</.pre>
1005+
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
10061006
<dt>''word-break: break-all''</dt>
10071007
<dd>
10081008
<pre>这·是·一·些·汉·字,·a·n·d·s·o·m·e·L·a·t·i·n,<!--
@@ -1353,7 +1353,7 @@ <h4 id=bidi-linebox>
13531353
and is thus irrelevent to the line box's alignment.
13541354
From from the standpoint of the bidi paragraph immediately contained
13551355
by the <code>&lt;para&gt;</code> containing block,
1356-
the <code>&lt;quote&gt;</code>&apos;s bidi-isolated paragraph inside it is,
1356+
the <code>&lt;quote&gt;</code>&rsquo;s bidi-isolated paragraph inside it is,
13571357
by definition, just a neutral U+FFFC character,
13581358
so the immediately-contained paragraph becomes LTR by virtue
13591359
of the "he" following it.

0 commit comments

Comments
 (0)