8000 [css-backgrounds-3] Fix link targets. Fixes #2005 · w3c/csswg-drafts@26fa2f7 · GitHub
Skip to content

Commit 26fa2f7

Browse files
committed
[css-backgrounds-3] Fix link targets. Fixes #2005
1 parent 338e472 commit 26fa2f7

2 files changed

Lines changed: 267 additions & 227 deletions

File tree

css-backgrounds-3/Overview.bs

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ color, if present, is painted below all of the other layers.
189189
can also define a background image, which, if present, is painted on top of
190190
the background created by the background properties.
191191

192-
<h3 id="the-background-color">Base Color: the 'background-color' property</h3>
192+
<h3 id="background-color" oldids="the-background-color">Base Color: the 'background-color' property</h3>
193193

194194
<table class="propdef">
195195
<tr>
@@ -233,7 +233,7 @@ color is drawn behind any background images.
233233
<p>The background color is clipped according to the 'background-clip'
234234
value associated with the bottom-most background image layer.
235235

236-
<h3 id="the-background-image">Image Sources: the 'background-image' property</h3>
236+
<h3 id="background-image" oldids="the-background-image">Image Sources: the 'background-image' property</h3>
237237

238238
<table class="propdef">
239239
<tr>
@@ -322,7 +322,7 @@ other, fully opaque images).
322322

323323

324324

325-
<h3 id="the-background-repeat">Tiling Images: the 'background-repeat' property</h3>
325+
<h3 id="background-repeat" oldids="the-background-repeat">Tiling Images: the 'background-repeat' property</h3>
326326

327327
<table class="propdef">
328328
<tr>
@@ -481,7 +481,7 @@ layer.
481481

482482

483483

484-
<h3 id="the-background-attachment">Affixing Images: the 'background-attachment' property</h3>
484+
<h3 id="background-attachment" oldids="the-background-attachment">Affixing Images: the 'background-attachment' property</h3>
485485

486486
<table class="propdef">
487487
<tr>
@@ -591,7 +591,7 @@ layer.
591591

592592

593593

594-
<h3 id="the-background-position">Positioning Images: the 'background-position' property</h3>
594+
<h3 id="background-position" oldids="the-background-position">Positioning Images: the 'background-position' property</h3>
595595

596596
<table class="propdef">
597597
<tr>
@@ -782,7 +782,7 @@ image layer.
782782

783783

784784

785-
<h3 id="the-background-clip">Painting Area: the 'background-clip' property</h3>
785+
<h3 id="background-clip" oldids="the-background-clip">Painting Area: the 'background-clip' property</h3>
786786

787787
<table class="propdef">
788788
<tr>
@@ -853,7 +853,7 @@ layer.
853853

854854

855855

856-
<h3 id="the-background-origin">Positioning Area: the 'background-origin' property</h3>
856+
<h3 id="background-origin" oldids="the-background-origin">Positioning Area: the 'background-origin' property</h3>
857857

858858
<table class="propdef">
859859
<tr>
@@ -921,7 +921,7 @@ layer.
921921

922922

923923

924-
<h3 id="the-background-size">Sizing Images: the 'background-size' property</h3>
924+
<h3 id="background-size" oldids="the-background-size">Sizing Images: the 'background-size' property</h3>
925925

926926
<table class="propdef">
927927
<tr>
@@ -1137,7 +1137,7 @@ images”</a> for how 'background-size' interacts with other
11371137
comma-separated background properties to form each background image
11381138
layer.
11391139

1140-
<h3 id="the-background">Backgrounds Shorthand: the 'background' property</h3>
1140+
<h3 id="background" oldids="the-background">Backgrounds Shorthand: the 'background' property</h3>
11411141

11421142
<table class="propdef">
11431143
<tr>
@@ -1385,7 +1385,7 @@ line, dotted line, pseudo-3D border, etc.) or it can be an image. In
13851385
the former case, various properties define the style ('border-style'),
13861386
color ('border-color'), and thickness ('border-width') of the border.
13871387

1388-
<h3 id="the-border-color">Line Colors: the 'border-color' properties</h3>
1388+
<h3 id="border-color" oldids="the-border-color">Line Colors: the 'border-color' properties</h3>
13891389

13901390
<table class="propdef">
13911391
<tr>
@@ -1461,7 +1461,7 @@ also the same as top.
14611461

14621462

14631463

1464-
<h3 id="the-border-style">Line Patterns: the 'border-style' properties</h3>
1464+
<h3 id="border-style" oldids="the-border-style">Line Patterns: the 'border-style' properties</h3>
14651465

14661466
<table class="propdef">
14671467
<tr>
@@ -1619,7 +1619,7 @@ of different styles should be joined in the corner. Also note that
16191619
rounded corners may cause the corners and the contents to overlap, if
16201620
the padding is less than the radius of the corner.
16211621

1622-
<h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
1622+
<h3 id="border-width" oldids="the-border-width">Line Thickness: the 'border-width' properties</h3>
16231623

16241624
<table class="propdef">
16251625
<tr>
@@ -1704,7 +1704,7 @@ same as top.
17041704
<p class="note">Note that the initial width is ''medium'', but the initial
17051705
style is ''border-style/none'' and therefore the used width is 0.
17061706

1707-
<h3 id="the-border-shorthands">Border Shorthand Properties</h3>
1707+
<h3 id="border-shorthands" oldids="the-border-shorthands">Border Shorthand Properties</h3>
17081708

17091709
<table class=propdef>
17101710
<tr>
@@ -1839,7 +1839,7 @@ the 'color' property. The fact that the
18391839

18401840
<h2 id="corners">Rounded Corners</h2>
18411841

1842-
<h3 id="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
1842+
<h3 id="border-radius" oldids="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
18431843

18441844
<table class=propdef>
18451845
<tr>
@@ -1908,7 +1908,7 @@ the 'color' property. The fact that the
19081908
</table>
19091909

19101910
<p>The two <<length-percentage>> values of the 'border-*-radius'
1911-
properties define the <dfn lt="border radius">radii</dfn> of a quarter ellipse that defines the
1911+
properties define the <dfn id="border-radii" lt="border radius">radii</dfn> of a quarter ellipse that defines the
19121912
shape of the corner of the outer border edge (see the diagram below).
19131913
The first value is the horizontal radius, the second the vertical
19141914 8026
radius. If the second value is omitted it is copied from the first.
@@ -2251,7 +2251,7 @@ this:
22512251
</pre>
22522252
</div>
22532253

2254-
<h3 id="the-border-image-source">Image Source: the 'border-image-source' property</h3>
2254+
<h3 id="border-image-source" oldids="the-border-image-source">Image Source: the 'border-image-source' property</h3>
22552255

22562256
<table class=propdef>
22572257
<tr>
@@ -2291,7 +2291,7 @@ If the value is ''border-image-source/none'' or if the image cannot be displayed
22912291
otherwise the element's 'border-style' borders are not drawn
22922292
and the border image is drawn as described in the sections below.
22932293

2294-
<h3 id="the-border-image-slice">Image Slicing: the 'border-image-slice' property</h3>
2294+
<h3 id="border-image-slice" oldids="the-border-image-slice">Image Slicing: the 'border-image-slice' property</h3>
22952295

22962296
<table class=propdef>
22972297
<tr>
@@ -2375,7 +2375,7 @@ with no <i>specified size</i> and the <i>border image area</i> as the <i>default
23752375
value ''25% 30% 12% 20%''
23762376
</div>
23772377

2378-
<h3 id="the-border-image-width">Drawing Areas: the 'border-image-width' property</h3>
2378+
<h3 id="border-image-width" oldids="the-border-image-width">Drawing Areas: the 'border-image-width' property</h3>
23792379

23802380
<table class=propdef>
23812381
<tr>
@@ -2451,7 +2451,7 @@ min(<var>L<sub>width</sub></var>/(<var>W<sub>left</sub></var>+<var>W<sub>right</
24512451
If <var>f</var> &lt; 1, then all <var>W</var> are reduced by multiplying
24522452
them by <var>f</var>.
24532453

2454-
<h3 id="the-border-image-outset">Edge Overhang: the 'border-image-outset' property</h3>
2454+
<h3 id="border-image-outset" oldids="the-border-image-outset">Edge Overhang: the 'border-image-outset' property</h3>
24552455

24562456
<table class=propdef>
24572457
<tr>
@@ -2509,7 +2509,7 @@ events and do not capture such events on behalf of the element.</p>
25092509
mechanism, outset images may still be clipped by an ancestor or by the
25102510
viewport.
25112511

2512-
<h3 id="the-border-image-repeat">Image Tiling: the 'border-image-repeat' property</h3>
2512+
<h3 id="border-image-repeat" oldids="the-border-image-repeat">Image Tiling: the 'border-image-repeat' property</h3>
25132513

25142514
<table class=propdef>
25152515
<tr>
@@ -2646,7 +2646,7 @@ in four steps:
26462646
</ul>
26472647
</ol>
26482648

2649-
<h3 id="the-border-image">Border Image Shorthand: the 'border-image' property</h3>
2649+
<h3 id="border-image" oldids="the-border-image">Border Image Shorthand: the 'border-image' property</h3>
26502650

26512651
<table class=propdef>
26522652
<tr>
@@ -2708,7 +2708,7 @@ The 'box-decoration-break' property,
27082708
which defines how backgrounds and borders apply to a fragmented box,
27092709
has been moved to the <a href="https://www.w3.org/TR/css3-break/">CSS Fragmentation Module</a>. [[CSS3-BREAK]]
27102710

2711-
<h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
2711+
<h3 id="box-shadow" oldids="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
27122712

27132713
<table class=propdef>
27142714
<tr>
@@ -3063,7 +3063,7 @@ Changes since the 17 October 2017 Candidate Recommendation</h3>
30633063
<li>Inverted order of <<shadow>> grammar to match browser serialization and 'text-shadow'/''drop-shadow()''.
30643064
(<a href="https://github.com/w3c/csswg-drafts/issues/2305">Issue 2305</a>)
30653065
<blockquote>
3066-
<pre><dfn><<shadow>></dfn> = <del>inset</del><ins><<color>></ins>? &amp;&amp; <<length>>{2,4} &amp;&amp; <del><<color>></del><ins>inset</ins>?</pre>
3066+
<pre><<shadow>> = <del>inset</del><ins><<color>></ins>? &amp;&amp; <<length>>{2,4} &amp;&amp; <del><<color>></del><ins>inset</ins>?</pre>
30673067
</blockquote>
30683068
</ul>
30693069

0 commit comments

Comments
 (0)