Skip to content

Commit 580eb2d

Browse files
committed
[selectors-5][editorial] Fixed link errors
1 parent dab145b commit 580eb2d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

selectors-5/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ WPT Display: closed
1919
</pre>
2020

2121
<pre class="link-defaults">
22-
spec:selectors-4; type:dfn; text:selector
23-
spec:html; type:dfn; text:states set
24-
spec:html; type:dfn; text:heading level
22+
spec:html; type:dfn;
23+
text:heading level
24+
text:states set
25+
spec:selectors-4; type:dfn;
26+
text:host language
27+
text:selector
28+
text:type selector
2529
</pre>
2630

2731
<h2 id="intro">
@@ -276,7 +280,7 @@ The Future-element Pseudo-class: '':future''</h3>
276280

277281
The <dfn id='future-pseudo'>:future</dfn> pseudo-class represents any element that is
278282
defined to occur entirely after a '':current'' element.
279-
For example, the WebVTT spec defines the '':future'' pseudo-class <a href="http://dev.w3.org/html5/webvtt/#the-past-and-future-pseudo-classes">relative to the current playback position of a media element</a>.
283+
For example, the WebVTT spec defines the '':future'' pseudo-class <a href="https://w3c.github.io/webvtt/#the-past-and-future-pseudo-classes">relative to the current playback position of a media element</a>.
280284
If a time-based order of elements is not defined by the document language,
281285
then this represents any element that is a (possibly indirect) next
282286
sibling of a '':current'' element.
@@ -1480,7 +1484,3 @@ Acknowledgements</h2>
14801484
selection-image-002.html
14811485
spurious-brace-crash.html
14821486
</wpt>
1483-
1484-
1485-
1486-

0 commit comments

Comments
 (0)