Skip to content

Commit 376969d

Browse files
committed
Fix markup/broken links
1 parent aab8657 commit 376969d

2 files changed

Lines changed: 33 additions & 35 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2012</h2>
6262
<dt>Issues List:
6363

6464
<dd><a
65-
href="http://www.w3.org/Style/CSS/Tracker/products/FIXME">http://www.w3.org/Style/CSS/Tracker/products/FIXME</a>
65+
href="http://www.w3.org/Style/CSS/Tracker/products/30">http://www.w3.org/Style/CSS/Tracker/products/30</a>
6666

6767

6868
<dt>Discussion:
@@ -1756,8 +1756,8 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
17561756
<p class=note>This value is at-risk and may be dropped during CR.
17571757
</dl>
17581758

1759-
<div class=figure class=data id=fig-text-orientation>
1760-
<table>
1759+
<div class=figure id=fig-text-orientation>
1760+
<table class=data>
17611761
<tbody>
17621762
<tr>
17631763
<td> <img alt="text-orientation: mixed-right" height=160
@@ -1912,14 +1912,14 @@ <h2 id=abstract-box><span class=secno>6. </span> Abstract Box Terminology</h2>
19121912
physical directions are <i>left</i>, <i>right</i>, <i>top</i>, and
19131913
<i>bottom</i>.
19141914

1915-
<dt><a href=logical-directions>flow-relative</a>
1915+
<dt><a href="#logical-directions">flow-relative</a>
19161916

19171917
<dd>Interpreted relative to the flow of content. The flow-relative
19181918
directions are <a href="#start"><i>start</i></a>, <a
19191919
href="#end"><i>end</i></a>, <a href="#before"><i>before</i></a>, and <a
19201920
href="#after"><i>after</i></a>.
19211921

1922-
<dt><a href=line-directions>line-relative</a>
1922+
<dt><a href="#line-directions">line-relative</a>
19231923

19241924
<dd>Interpreted relative to the orientation of the line box. The
19251925
line-relative directions are <a href="#line-left"><i>line-left</i></a>,
@@ -1930,7 +1930,7 @@ <h2 id=abstract-box><span class=secno>6. </span> Abstract Box Terminology</h2>
19301930
<p>The <dfn id=physical-dimensions>physical dimensions</dfn> are
19311931
<i>width</i> and <i>height</i>, which correspond to measurements along the
19321932
<i>x-axis</i> (<i>vertical dimension</i>) and <i>y-axis</i> (<i>horizontal
1933-
dimension</i>), respectively. <a href=abstract-dimensions>Abstract
1933+
dimension</i>), respectively. <a href="#abstract-dimensions">Abstract
19341934
dimensions</a> are identical in both flow-relative and line-relative
19351935
terms, so there is only one set of these terms.
19361936

@@ -2146,7 +2146,7 @@ <h3 id=line-directions><span class=secno>6.3. </span> Line-relative
21462146
href="#line-left"><i>line-left</i></a>.)
21472147
</dl>
21482148

2149-
<p>See the <a href=logical-to-physical>table below</a> for the exact
2149+
<p>See the <a href="#logical-to-physical">table below</a> for the exact
21502150
mappings between physical and line-relative directions.
21512151

21522152
<div class=figure> <a href="diagrams/line-orient-up.svg"
@@ -2586,12 +2586,12 @@ <h4 id=orthogonal-auto><span class=secno>7.3.1. </span> Auto-sizing in
25862586
(shrink-to-fit) size using a <a
25872587
href="#fill-available"><i>fill-available</i></a> fit into the minimum of
25882588
the <a href="#available-measure"><i>available measure</i></a> (when
2589-
definite) and the <a href="#fallback-available-measure"><i>fallback
2590-
available measure</i></a>. In other words, the calculation becomes
2591-
<code>max(<a href="#min-content"><i>min-content</i></a>, min(<a
2589+
definite) and the <a href="#fallback-measure"><i>fallback available
2590+
measure</i></a>. In other words, the calculation becomes <code>max(<a
2591+
href="#min-content"><i>min-content</i></a>, min(<a
25922592
href="#max-content"><i>max-content</i></a>, <a
25932593
href="#fill-available"><i>fill-available</i></a>, <i>fill-<a
2594-
href="#fallback-measure">fallback</a><i>))</i></i></code> (where <a
2594+
href="#fallback-measure">fallback</a></i>))</code> (where <a
25952595
href="#fill-available"><i>fill-available</i></a> is dropped when
25962596
indefinite).
25972597

@@ -2611,9 +2611,8 @@ <h4 id=orthogonal-multicol><span class=secno>7.3.2. </span> Multi-column
26112611
as the <a href="#fill-available-measure"><i>fill-available
26122612
measure</i></a> using the minimum of the <a
26132613
href="#available-measure"><i>available measure</i></a> (when definite)
2614-
and the <a href="#fallback-available-measure"><i>fallback available
2615-
measure</i></a> as the <a href="#available-measure"><i>available
2616-
measure</i></a>.
2614+
and the <a href="#fallback-measure"><i>fallback available measure</i></a>
2615+
as the <a href="#available-measure"><i>available measure</i></a>.
26172616

26182617
<li>If the columns' extent is not fixed, the <a
26192618
href="#fill-available-extent"><i>fill-available extent</i></a> of the
@@ -3340,10 +3339,9 @@ <h3 class=no-num id=recent-changes> Changes from the <a
33403339

33413340
<li>Removed concept of "typographic modes".
33423341

3343-
<li>Altered <a
3344-
href="file:///home/fantasai/w3c/csswg/css3-writing-modes/Overview.html#orthogonal-auto">orthogonal
3345-
sizing</a> to take into account the fill-available size; now the minimum
3346-
of the fill-available and ICB size is used to resolve &lsquo;<code
3342+
<li>Altered <a href="#orthogonal-auto">orthogonal sizing</a> to take into
3343+
account the fill-available size; now the minimum of the fill-available
3344+
and ICB size is used to resolve &lsquo;<code
33473345
class=property>auto</code>&rsquo; sizes.
33483346

33493347
<li>Renamed &lsquo;<code class=css>digits</code>&rsquo; to &lsquo;<code
@@ -3777,7 +3775,6 @@ <h2 class=no-num id=vertical-typesetting-details>Appendix C: Vertical
37773775
tailoring group.) This is due to OpenType fonts commonly having
37783776
vertical alternates and expecting them to be used to "rotate" the
37793777
shape of the bracket.
3780-
<ul></ul>
37813778
</ul>
37823779
</div>
37833780

@@ -4029,10 +4026,10 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
40294026
calculated by subtracting out the element's margins, borders, and padding
40304027
from the <a href="#available-measure"><i>available measure</i></a> and
40314028
flooring the result at zero. If the available measure is infinite, then a
4032-
<dfn id=fallback-available-measure>fallback available measure</dfn> is
4033-
used in place of the <a href="#available-measure"><i>available
4034-
measure</i></a> in this calculation. (In the case of orthogonal flows,
4035-
this is the measure of the initial containing block.) The <dfn
4029+
<dfn id=fallback-measure>fallback available measure</dfn> is used in
4030+
place of the <a href="#available-measure"><i>available measure</i></a> in
4031+
this calculation. (In the case of orthogonal flows, this is the measure
4032+
of the initial containing block.) The <dfn
40364033
id=fill-available-extent>fill-available extent</dfn> is similarly
40374034
calculated by using the corresponding values from the block dimension.
40384035

css3-writing-modes/Overview.src.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4747
<dt>Previous version:</dt>
4848
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/</a></dd>
4949
<dt>Issues List:</dt>
50-
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/FIXME">http://www.w3.org/Style/CSS/Tracker/products/FIXME</a>
50+
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/30">http://www.w3.org/Style/CSS/Tracker/products/30</a>
5151
<dt>Discussion:</dt>
5252
<dd><a href="http://lists.w3.org/Archives/Public/www-style/">www-style@w3.org</a> with subject line &ldquo;<kbd>[[SHORTNAME]] <var>&hellip; message topic &hellip;</var></kbd>&rdquo;
5353
<dt>Editors:</dt>
@@ -431,7 +431,7 @@ <h3 id="unicode-bidi">
431431

432432
<p class=note>Note that 'unicode-bidi' does not affect the 'direction'
433433
property even in the case of ''plaintext'', and thus does not affect
434-
'direction'-dependent layout calculations.</span>
434+
'direction'-dependent layout calculations.
435435

436436
<p>The final order of characters within in each bidi paragraph is the
437437
same as if the bidi control codes had been added as described above,
@@ -1231,8 +1231,8 @@ <h3 id="text-orientation">
12311231
<p class="note">This value is at-risk and may be dropped during CR.
12321232
</dl>
12331233

1234-
<div class="figure" class=data id="fig-text-orientation">
1235-
<table>
1234+
<div class="figure" id="fig-text-orientation">
1235+
<table class=data>
12361236
<tr>
12371237
<td>
12381238
<img
@@ -1364,10 +1364,10 @@ <h2 id="abstract-box">
13641364
<dd>Interpreted relative to the page, independent of writing mode.
13651365
The physical directions are <i>left</i>, <i>right</i>, <i>top</i>, and
13661366
<i>bottom</i>.
1367-
<dt><a href="logical-directions">flow-relative</a>
1367+
<dt><a href="#logical-directions">flow-relative</a>
13681368
<dd>Interpreted relative to the flow of content. The flow-relative
13691369
directions are <i>start</i>, <i>end</i>, <i>before</i>, and <i>after</i>.
1370-
<dt><a href="line-directions">line-relative</a>
1370+
<dt><a href="#line-directions">line-relative</a>
13711371
<dd>Interpreted relative to the orientation of the line box.
13721372
The line-relative directions are <i>line-left</i>, <i>line-right</i>,
13731373
<i>over</i>, and <i>under</i>.
@@ -1376,7 +1376,7 @@ <h2 id="abstract-box">
13761376
<p>The <dfn>physical dimensions</dfn> are <i>width</i> and <i>height</i>,
13771377
which correspond to measurements along the <i>x-axis</i>
13781378
(<i>vertical dimension</i>) and <i>y-axis</i> (<i>horizontal dimension</i>),
1379-
respectively. <a href="abstract-dimensions">Abstract dimensions</a>
1379+
respectively. <a href="#abstract-dimensions">Abstract dimensions</a>
13801380
are identical in both flow-relative and line-relative terms, so there
13811381
is only one set of these terms.
13821382

@@ -1533,7 +1533,7 @@ <h3 id="line-directions">
15331533
text would start. (Opposite of <i>line-left</i>.)
15341534
</dl>
15351535

1536-
<p>See the <a href="logical-to-physical">table below</a> for the exact
1536+
<p>See the <a href="#logical-to-physical">table below</a> for the exact
15371537
mappings between physical and line-relative directions.
15381538

15391539
<div class="figure">
@@ -1870,7 +1870,8 @@ <h4 id="orthogonal-auto">
18701870
a <i>fill-available</i> fit into the minimum of the
18711871
<i>available measure</i> (when definite) and the <i>fallback available measure</i>.
18721872
In other words, the calculation becomes
1873-
<code>max(<a href="#min-content"><i>min-content</i></a>, min(<a href="#max-content"><i>max-content</i></a>, <a href="#fill-available"><i>fill-available</i></a>, <i>fill-<a href="#fallback-measure">fallback</a><i>))</code>
1873+
<code>max(<a href="#min-content"><i>min-content</i></a>,
1874+
min(<a href="#max-content"><i>max-content</i></a>, <a href="#fill-available"><i>fill-available</i></a>, <i>fill-<a href="#fallback-measure">fallback</a></i>))</code>
18741875
(where <i>fill-available</i> is dropped when indefinite).
18751876

18761877
<h4 id="orthogonal-multicol">
@@ -2472,7 +2473,7 @@ <h3 class="no-num" id="recent-changes">
24722473
<li>Renamed ''upright-right'' value of 'text-orientation' to ''mixed-right''.
24732474
<li>Hooked up vertical typesetting details to UTR50.
24742475
<li>Removed concept of "typographic modes".
2475-
<li>Altered <a href="file:///home/fantasai/w3c/csswg/css3-writing-modes/Overview.html#orthogonal-auto">orthogonal sizing</a>
2476+
<li>Altered <a href="#orthogonal-auto">orthogonal sizing</a>
24762477
to take into account the fill-available size; now the minimum of the
24772478
fill-available and ICB size is used to resolve 'auto' sizes.
24782479
<li>Renamed ''digits'' to ''numeric'' and ''ascii-digits'' to ''digits'' for 'text-combine-horizontal'.
@@ -2811,7 +2812,7 @@ <h2 id="vertical-typesetting-details" class="no-num">Appendix C:
28112812
all East Asian fullwidth (F) and wide (W) bracketing punctuation
28122813
(Ps, Pe, Pi, Pf). (The UTR&sect;6.1 tailoring group.)
28132814
This is due to OpenType fonts commonly having vertical alternates and expecting them to be used to "rotate" the shape of the bracket.
2814-
<ul>
2815+
</ul>
28152816
</div>
28162817
<dt id=typeset-quotes>Upright-Transforming (SVO=T &amp; MVO=R)</dt>
28172818
<dd>Like transforms, these characters' gyphs change significantly
@@ -2993,7 +2994,7 @@ <h2 id="intrinsic-sizing" class="no-num">Appendix D:
29932994
the <dfn>fill-available measure</dfn> is calculated by subtracting out
29942995
the element's margins, borders, and padding from the <i>available measure</i>
29952996
and flooring the result at zero.
2996-
If the available measure is infinite, then a <dfn>fallback available measure</dfn>
2997+
If the available measure is infinite, then a <dfn id=fallback-measure>fallback available measure</dfn>
29972998
is used in place of the <i>available measure</i> in this calculation.
29982999
(In the case of orthogonal flows, this is the measure of the initial
29993000
containing block.)

0 commit comments

Comments
 (0)