Skip to content

Commit 976742e

Browse files
committed
[css-pseudo-4] Publication fixes.
1 parent 7625d6d commit 976742e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-pseudo-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Title: CSS Pseudo-Elements Module Level 4
33
Shortname: css-pseudo
44
Level: 4
55
Status: ED
6-
Work Status: Exploring
6+
Work Status: Refining
77
Group: csswg
88
ED: https://drafts.csswg.org/css-pseudo-4/
99
TR: https://www.w3.org/TR/css-pseudo-4/
10+
Previous Version: https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/
1011
Previous Version: https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/
1112
Previous Version: https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/
1213
Previous Version: https://www.w3.org/TR/2015/WD-css-pseudo-4-20150115/
@@ -468,7 +469,7 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
468469
The ''::target-text'' pseudo-element represents text
469470
directly targetted by the document URL’s [=url/fragment=], if any.
470471

471-
Note: When a [=URL fragment=] targets an element,
472+
Note: When a [=url/fragment|URL fragment=] targets an element,
472473
the '':target'' pseudo-element can be used to select it,
473474
but ''::target-text'' does not match anything.
474475
It only matches text that is itself targetted by the [[=url/fragment=]].
@@ -1083,7 +1084,7 @@ Changes</h2>
10831084
<li>Clarified return value of {{pseudo()}}.
10841085
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/3603">3603</a> and <a href="https://github.com/w3c/csswg-drafts/issues/3607">3607</a>)
10851086
<li>Allowed highlight overlay of inline-level boxes to extend to the line box edges.
1086-
(<a href="https://github.com/w3c/csswg-drafts/issues/5395">Issue 5395</a>)
1087+
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/5395">5395</a> and <a href="https://github.com/w3c/csswg-drafts/issues/4624">4624</a>)
10871088
<li>Clarified that ''currentColor'' on a [=highlight pseudo-element=]
10881089
uses the color that would be used if the text were not “highlighted”,
10891090
even if that color was provided by a pseudo-element like ''::first-line''.

0 commit comments

Comments
 (0)