Skip to content

Commit ea05feb

Browse files
committed
Fix lots of broken links...
1 parent 343378c commit ea05feb

28 files changed

+1345
-1144
lines changed

css-backgrounds-4/Overview.html

Lines changed: 643 additions & 352 deletions
Large diffs are not rendered by default.

css-backgrounds-4/Overview.src.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ <h3 id="the-border-style">
14131413
<dfn>border-left-style</dfn>
14141414
<tr>
14151415
<th>Value:
1416-
<td><var>&lt;border-style&gt;</var>
1416+
<td><var>&lt;line-style&gt;</var>
14171417
<tr>
14181418
<th>Initial:
14191419
<td>none
@@ -1440,7 +1440,7 @@ <h3 id="the-border-style">
14401440
<td><dfn>border-style</dfn>
14411441
<tr>
14421442
<th>Value:
1443-
<td><var>&lt;border-style&gt;</var>{1,4}
1443+
<td><var>&lt;line-style&gt;</var>{1,4}
14441444
<tr>
14451445
<th>Initial:
14461446
<td>(see individual properties)
@@ -1470,7 +1470,7 @@ <h3 id="the-border-style">
14701470
the same as top, and a missing right is also the same as top.
14711471

14721472
<p>Where
1473-
<pre class=prod><dfn><var>&lt;border-style&gt;</var></dfn> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset</pre>
1473+
<pre class=prod><dfn><var>&lt;line-style&gt;</var></dfn> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset</pre>
14741474

14751475
<p>Values have the following meanings:
14761476

@@ -1557,7 +1557,7 @@ <h3 id="the-border-width">
15571557
<dfn>border-bottom-width</dfn>, <dfn>border-left-width</dfn>
15581558
<tr>
15591559
<th>Value:
1560-
<td><var>&lt;border-width&gt;</var>
1560+
<td><var>&lt;line-width&gt;</var>
15611561
<tr>
15621562
<th>Initial:
15631563
<td>medium
@@ -1584,7 +1584,7 @@ <h3 id="the-border-width">
15841584
<td><dfn>border-width</dfn>
15851585
<tr>
15861586
<th>Value:
1587-
<td><var>&lt;border-width&gt;</var>{1,4}
1587+
<td><var>&lt;line-width&gt;</var>{1,4}
15881588
<tr>
15891589
<th>Initial:
15901590
<td>(see individual properties)
@@ -1608,7 +1608,7 @@ <h3 id="the-border-width">
16081608
<p>These properties set the thickness of the border.
16091609
Where
16101610

1611-
<pre class=prod><dfn><var>&lt;border-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
1611+
<pre class=prod><dfn><var>&lt;line-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
16121612

16131613
<p>The <var>&lt;length&gt;</var> may not be
16141614
negative. The lengths corresponding to ''thin'', ''medium'' and
@@ -1641,8 +1641,8 @@ <h3 id="the-border-shorthands">The border shorthand properties</h3>
16411641
<dfn>border-left</dfn>
16421642
<tr>
16431643
<th>Value:
1644-
<td><var>&lt;border-width&gt;</var> ||
1645-
<var>&lt;border-style&gt;</var> ||
1644+
<td><var>&lt;line-width&gt;</var> ||
1645+
<var>&lt;line-style&gt;</var> ||
16461646
<var>&lt;color&gt;</var>
16471647
<tr>
16481648
<th>Initial:
@@ -1674,8 +1674,8 @@ <h3 id="the-border-shorthands">The border shorthand properties</h3>
16741674
<td><dfn>border</dfn>
16751675
<tr>
16761676
<th>Value:
1677-
<td><var>&lt;border-width&gt;</var> ||
1678-
<var>&lt;border-style&gt;</var> ||
1677+
<td><var>&lt;line-width&gt;</var> ||
1678+
<var>&lt;line-style&gt;</var> ||
16791679
<var>&lt;color&gt;</var>
16801680
<tr>
16811681
<th>Initial:

css-backgrounds/Overview.src.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
15101510
<dfn>border-left-style</dfn>
15111511
<tr>
15121512
<th><a href="#values">Value</a>:
1513-
<td><var>&lt;border-style&gt;</var>
1513+
<td><var>&lt;line-style&gt;</var>
15141514
<tr>
15151515
<th>Initial:
15161516
<td>none
@@ -1540,7 +1540,7 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
15401540
<td><dfn>border-style</dfn>
15411541
<tr>
15421542
<th><a href="#values">Value</a>:
1543-
<td><var>&lt;border-style&gt;</var>{1,4}
1543+
<td><var>&lt;line-style&gt;</var>{1,4}
15441544
<tr>
15451545
<th>Initial:
15461546
<td>(see individual properties)
@@ -1573,7 +1573,7 @@ <h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
15731573
the same as top, and a missing right is also the same as top.
15741574

15751575
<p>Where
1576-
<pre class=prod><dfn><var>&lt;border-style&gt;</var></dfn> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset</pre>
1576+
<pre class=prod><dfn><var>&lt;line-style&gt;</var></dfn> = none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset</pre>
15771577

15781578
<p>Values have the following meanings:
15791579

@@ -1661,7 +1661,7 @@ <h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
16611661
<dfn>border-bottom-width</dfn>, <dfn>border-left-width</dfn>
16621662
<tr>
16631663
<th><a href="#values">Value</a>:
1664-
<td><var>&lt;border-width&gt;</var>
1664+
<td><var>&lt;line-width&gt;</var>
16651665
<tr>
16661666
<th>Initial:
16671667
<td>medium
@@ -1691,7 +1691,7 @@ <h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
16911691
<td><dfn>border-width</dfn>
16921692
<tr>
16931693
<th><a href="#values">Value</a>:
1694-
<td><var>&lt;border-width&gt;</var>{1,4}
1694+
<td><var>&lt;line-width&gt;</var>{1,4}
16951695
<tr>
16961696
<th>Initial:
16971697
<td>(see individual properties)
@@ -1718,7 +1718,7 @@ <h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
17181718
<p>These properties set the thickness of the border.
17191719
Where
17201720

1721-
<pre class=prod><dfn><var>&lt;border-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
1721+
<pre class=prod><dfn><var>&lt;line-width&gt;</var></dfn> = <var>&lt;length&gt;</var> | thin | medium | thick</pre>
17221722

17231723
<p>The lengths corresponding to ''thin'', ''medium'' and
17241724
''thick'' are not specified, but the values are constant throughout a
@@ -1750,8 +1750,8 @@ <h3 id="the-border-shorthands">Border Shorthand Properties</h3>
17501750
<dfn>border-left</dfn>
17511751
<tr>
17521752
<th><a href="#values">Value</a>:
1753-
<td><var>&lt;border-width&gt;</var> ||
1754-
<var>&lt;border-style&gt;</var> ||
1753+
<td><var>&lt;line-width&gt;</var> ||
1754+
<var>&lt;line-style&gt;</var> ||
17551755
<var>&lt;color&gt;</var>
17561756
<tr>
17571757
<th>Initial:
@@ -1786,8 +1786,8 @@ <h3 id="the-border-shorthands">Border Shorthand Properties</h3>
17861786
<td><dfn>border</dfn>
17871787
<tr>
17881788
<th><a href="#values">Value</a>:
1789-
<td><var>&lt;border-width&gt;</var> ||
1790-
<var>&lt;border-style&gt;</var> ||
1789+
<td><var>&lt;line-width&gt;</var> ||
1790+
<var>&lt;line-style&gt;</var> ||
17911791
<var>&lt;color&gt;</var>
17921792
<tr>
17931793
<th>Initial:
@@ -3287,7 +3287,7 @@ <h3 id="exit">
32873287
<h2 id="changes">
32883288
Changes</h2>
32893289

3290-
<h3 id="changes-2012">
3290+
<h3 id="changes-2012-07">
32913291
Changes since the 24 July 2012 Candidate Recommendation</h3>
32923292

32933293
<p>The following (non-trivial) changes were made to this specification since the
@@ -3304,7 +3304,7 @@ <h3 id="changes-2012">
33043304
(since 'border-image-width' is initially set to the computed 'border-width', which in this case is zero).
33053305
</ul>
33063306

3307-
<h3 id="changes-2012">
3307+
<h3 id="changes-2012-04">
33083308
Changes since the 17 April 2012 Candidate Recommendation</h3>
33093309

33103310
<p>The following (non-editorial) changes were made to this specification since the

css-color/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h3 id=foreground><span class=secno>3.1. </span>Foreground color: the ‘<a
439439

440440
<dl>
441441
<dt><a class="prop-value index-inst" href="#valuea-def-color"
442-
id=color>&lt;color&gt;</a>
442+
id=color-color>&lt;color&gt;</a>
443443

444444
<dd>Color units are defined in a <a href="#colorunits">following</a>
445445
section.

css-color/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h3 id="foreground">Foreground color: the 'color' property</h3>
255255
</div>
256256

257257
<dl>
258-
<dt><span class="prop-value index-inst">&lt;color&gt;</span></dt>
258+
<dt><dfn title="color:<color>"><var>&lt;color&gt;</var></dfn></dt>
259259

260260
<dd>Color units are defined in a <a href="#colorunits">following</a> section.
261261
</dd>

0 commit comments

Comments
 (0)