Skip to content

Commit ccdbb9a

Browse files
committed
Linkify 'Value:' line in propdef tables
1 parent a3a2a71 commit ccdbb9a

6 files changed

Lines changed: 26 additions & 26 deletions

File tree

css3-images/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ <h3 id=the-object-fit><span class=secno>5.5. </span> Sizing Objects: the
19871987

19881988
<tbody>
19891989
<tr>
1990-
<th>Value:
1990+
<th><a href="#values">Value:</a>
19911991

19921992
<td>fill | contain | cover | none | scale-down
19931993

@@ -2125,7 +2125,7 @@ <h3 id=the-object-position><span class=secno>5.6. </span> Positioning
21252125

21262126
<tbody>
21272127
<tr>
2128-
<th>Value:
2128+
<th><a href="#values">Value:</a>
21292129

21302130
<td>&lt;position>
21312131

@@ -2201,7 +2201,7 @@ <h3 id=the-image-resolution><span class=secno>6.1. </span> Overriding Image
22012201

22022202
<tbody>
22032203
<tr>
2204-
<th>Value:
2204+
<th><a href="#values">Value:</a>
22052205

22062206
<td>[from-image || &lt;resolution>] && snap?
22072207

@@ -2370,7 +2370,7 @@ <h3 id=the-image-orientation><span class=secno>6.2. </span> Orienting an
23702370

23712371
<tbody>
23722372
<tr>
2373-
<th>Value:
2373+
<th><a href="#values">Value:</a>
23742374

23752375
<td>&lt;angle>
23762376

css3-images/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ <h3 id="the-object-fit">
12371237
<td><dfn>object-fit</dfn>
12381238
<tbody>
12391239
<tr>
1240-
<th>Value:
1240+
<th><a href="#values">Value:</a>
12411241
<td>fill | contain | cover | none | scale-down
12421242
<tr>
12431243
<th>Initial:
@@ -1340,7 +1340,7 @@ <h3 id="the-object-position">
13401340
<td><dfn>object-position</dfn>
13411341
<tbody>
13421342
<tr>
1343-
<th>Value:
1343+
<th><a href="#values">Value:</a>
13441344
<td>&lt;position>
13451345
<tr>
13461346
<th>Initial:
@@ -1391,7 +1391,7 @@ <h3 id="the-image-resolution">
13911391
<td><dfn>image-resolution</dfn>
13921392
<tbody>
13931393
<tr>
1394-
<th>Value:
1394+
<th><a href="#values">Value:</a>
13951395
<td>[from-image || &lt;resolution>] && snap?
13961396
<tr>
13971397
<th>Initial:
@@ -1513,7 +1513,7 @@ <h3 id="the-image-orientation">
15131513
<td><dfn>image-orientation</dfn>
15141514
<tbody>
15151515
<tr>
1516-
<th>Value:
1516+
<th><a href="#values">Value:</a>
15171517
<td>&lt;angle>
15181518
<tr>
15191519
<th>Initial:

css3-text/Overview.html

Lines changed: 3 additions & 3 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 27 March 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 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-20120327/">http://www.w3.org/TR/2012/WD-css3-text-20120327/</a></dd>
42+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120329/">http://www.w3.org/TR/2012/WD-css3-text-20120329/</a></dd>
4343
-->
4444

4545

@@ -1493,7 +1493,7 @@ <h3 id=hyphens><span class=secno>5.1. </span>Hyphenation Control: the
14931493
<td><dfn id=hyphens0>hyphens</dfn>
14941494

14951495
<tr>
1496-
<th>Value:
1496+
<th><a href="#values">Value:</a>
14971497

14981498
<td>none | manual | auto
14991499

css3-text/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ <h3 id="hyphens">Hyphenation Control: the 'hyphens' property</h3>
10131013
<td>Name:
10141014
<td><dfn>hyphens</dfn>
10151015
<tr>
1016-
<th>Value:
1016+
<th><a href="#values">Value:</a>
10171017
<td>none | manual | auto
10181018
<tr>
10191019
<th>Initial:

css3-writing-modes/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 March 2012</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 March 2012</h2>
3636

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

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120327/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120327/</a>
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120329/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120329/</a>
4444
-->
4545

4646

@@ -582,7 +582,7 @@ <h3 id=direction><span class=secno>2.1. </span> Specifying Directionality:
582582
<td><dfn id=direction0>direction</dfn>
583583

584584
<tr>
585-
<th>Value:
585+
<th><a href="#values">Value</a>:
586586

587587
<td>ltr | rtl
588588

@@ -679,7 +679,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and
679679
<td><dfn id=unicode-bidi0>unicode-bidi</dfn>
680680

681681
<tr>
682-
<th>Value:
682+
<th><a href="#values">Value</a>:
683683

684684
<td>normal | embed | [ isolate || bidi-override ] | plaintext
685685

@@ -1067,7 +1067,7 @@ <h3 id=writing-mode><span class=secno>3.1. </span> Block Flow Direction:
10671067
<td><dfn id=writing-mode1>writing-mode</dfn>
10681068

10691069
<tr>
1070-
<th>Value:
1070+
<th><a href="#values">Value</a>:
10711071

10721072
<td>horizontal-tb | vertical-rl | vertical-lr
10731073

@@ -1597,7 +1597,7 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
15971597
<td><dfn id=text-orientation0>text-orientation</dfn>
15981598

15991599
<tr>
1600-
<th>Value:
1600+
<th><a href="#values">Value</a>:
16011601

16021602
<td>mixed-right | upright | sideways-right | sideways-left | sideways |
16031603
use-glyph-orientation
@@ -2951,7 +2951,7 @@ <h3 id=text-combine-horizontal><span class=secno>9.1. </span>
29512951
<td><dfn id=text-combine-horizontal0>text-combine-horizontal</dfn>
29522952

29532953
<tr>
2954-
<th>Value:
2954+
<th><a href="#values">Value</a>:
29552955

29562956
<td>none | all | [ [digits &lt;integer> | ascii-digits &lt;integer> ] ||
29572957
[ alpha &lt;integer> | latin &lt;integer> ] || alphanumeric
@@ -3156,7 +3156,7 @@ <h3 id=text-combine-mode><span class=secno>9.2. </span>
31563156
<td><dfn id=text-combine-mode0>text-combine-mode</dfn>
31573157

31583158
<tr>
3159-
<th>Value:
3159+
<th><a href="#values">Value</a>:
31603160

31613161
<td>auto | compress | [ no-compress || use-glyphs ]
31623162

css3-writing-modes/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ <h3 id="direction">
270270
<td><dfn>direction</dfn></td>
271271
</tr>
272272
<tr>
273-
<th>Value:</th>
273+
<th><a href="#values">Value</a>:</th>
274274
<td>ltr | rtl </td>
275275
</tr>
276276
<tr>
@@ -347,7 +347,7 @@ <h3 id="unicode-bidi">
347347
<td><dfn>unicode-bidi</dfn></td>
348348
</tr>
349349
<tr>
350-
<th>Value:</th>
350+
<th><a href="#values">Value</a>:</th>
351351
<td>normal | embed | [ isolate || bidi-override ] | plaintext
352352
</tr>
353353
<tr>
@@ -696,7 +696,7 @@ <h3 id="writing-mode">
696696
<td><dfn>writing-mode</dfn></td>
697697
</tr>
698698
<tr>
699-
<th>Value:</th>
699+
<th><a href="#values">Value</a>:</th>
700700
<td>horizontal-tb | vertical-rl | vertical-lr</td>
701701
</tr>
702702
<tr>
@@ -1127,7 +1127,7 @@ <h3 id="text-orientation">
11271127
<td><dfn>text-orientation</dfn></td>
11281128
</tr>
11291129
<tr>
1130-
<th>Value:</th>
1130+
<th><a href="#values">Value</a>:</th>
11311131
<td>mixed-right | upright | sideways-right | sideways-left | sideways
11321132
| use-glyph-orientation
11331133
</tr>
@@ -2174,7 +2174,7 @@ <h3 id="text-combine-horizontal">
21742174
<td><dfn>text-combine-horizontal</dfn></td>
21752175
</tr>
21762176
<tr>
2177-
<th>Value:</th>
2177+
<th><a href="#values">Value</a>:</th>
21782178
<td>none | all |
21792179
[ [digits &lt;integer> | ascii-digits &lt;integer> ]
21802180
|| [ alpha &lt;integer> | latin &lt;integer> ]
@@ -2341,7 +2341,7 @@ <h3 id="text-combine-mode">
23412341
<td><dfn>text-combine-mode</dfn>
23422342
</tr>
23432343
<tr>
2344-
<th>Value:
2344+
<th><a href="#values">Value</a>:
23452345
<td>auto | compress | [ no-compress || use-glyphs ]
23462346
</tr>
23472347
<tr>

0 commit comments

Comments
 (0)