@@ -3,10 +3,11 @@ Title: CSS Pseudo-Elements Module Level 4
33Shortname : css-pseudo
44Level : 4
55Status : ED
6- Work Status : Exploring
6+ Work Status : Refining
77Group : csswg
88ED : https://drafts.csswg.org/css-pseudo-4/
99TR : https://www.w3.org/TR/css-pseudo-4/
10+ Previous Version : https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/
1011Previous Version : https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/
1112Previous Version : https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/
1213Previous 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