Skip to content

Commit eed931a

Browse files
committed
[css-background-4] Fix the most serious of the bikeshed linking warnings.
1 parent 0657d1d commit eed931a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
128128
</pre>
129129

130130
This property specifies the background position's inline-axis component.
131-
An omitted origin keyword is assumed to be ''start''.
131+
An omitted origin keyword is assumed to be ''background-position-inline/start''.
132132

133133
<pre class='propdef'>
134134
Name: background-position-block
@@ -142,7 +142,7 @@ Background Positioning Longhands: the 'background-position-x', 'background-posit
142142
</pre>
143143

144144
This property specifies the background position's block-axis component.
145-
An omitted origin keyword is assumed to be ''start''.
145+
An omitted origin keyword is assumed to be ''background-position-block/start''.
146146

147147
<h2 id="corners">
148148
Corners</h2>

css-backgrounds-4/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h4 class="heading settled" data-level="2.1.1" id="background-position-longhands
345345
<td>no
346346
</table>
347347
<p>This property specifies the background position’s inline-axis component.
348-
An omitted origin keyword is assumed to be <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-transitions-1/#valdef-steps-start">start</a>.</p>
348+
An omitted origin keyword is assumed to be <span class="css">start</span>.</p>
349349
<table class="def propdef" data-link-for-hint="background-position-block">
350350
<tbody>
351351
<tr>
@@ -379,7 +379,7 @@ <h4 class="heading settled" data-level="2.1.1" id="background-position-longhands
379379
<td>no
380380
</table>
381381
<p>This property specifies the background position’s block-axis component.
382-
An omitted origin keyword is assumed to be <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-transitions-1/#valdef-steps-start">start</a>.</p>
382+
An omitted origin keyword is assumed to be <span class="css">start</span>.</p>
383383
<h2 class="heading settled" data-level="3" id="corners"><span class="secno">3. </span><span class="content"> Corners</span><a class="self-link" href="#corners"></a></h2>
384384
<h3 class="heading settled" data-level="3.1" id="corner-sizing"><span class="secno">3.1. </span><span class="content"> Corner Sizing: the 'border-radius property</span><a class="self-link" href="#corner-sizing"></a></h3>
385385
<table class="def propdef" data-link-for-hint="border-radius">
@@ -1031,7 +1031,6 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
10311031
<a data-link-type="biblio">[css-transitions-1]</a> defines the following terms:
10321032
<ul>
10331033
<li><a href="https://drafts.csswg.org/css-transitions-1/#funcdef-transition-timing-function-cubic-bezier">cubic-bezier()</a>
1034-
<li><a href="https://drafts.csswg.org/css-transitions-1/#valdef-steps-start">start</a>
10351034
</ul>
10361035
<li>
10371036
<a data-link-type="biblio">[css-values]</a> defines the following terms:

0 commit comments

Comments
 (0)