@@ -466,12 +466,12 @@ Selecting Highlighted Content: the ''::selection'', ''::target-text'', ''::spel
466466 <dt> <dfn>::target-text</dfn>
467467 <dd>
468468 The ''::target-text'' pseudo-element represents text
469- directly targetted by the document URL’s [=URL /fragment=] , if any.
469+ directly targetted by the document URL’s [=url /fragment=] , if any.
470470
471471 Note: When a [=URL fragment=] targets an element,
472472 the '':target'' pseudo-element can be used to select it,
473473 but ''::target-text'' does not match anything.
474- It only matches text that is itself targetted by the [[=URL /fragment=]] .
474+ It only matches text that is itself targetted by the [[=url /fragment=]] .
475475
476476 <dt> <dfn>::spelling-error</dfn>
477477 <dd>
@@ -1075,17 +1075,21 @@ Changes</h2>
10751075 (<a href="https://github.com/w3c/csswg-drafts/issues/5154">Issue 5154</a> )
10761076 <li> Defined interaction of ''::marker'' and ''::first-letter'' .
10771077 <li> Made ''::before::marker'' and ''::after::marker'' valid.
1078- <li> Moved the <a href="https://www.w3.org/TR/css-lists-3/#marker-properties">list of properties</a> applying to ''::marker'' to [[CSS-LISTS-3]] ,
1079- (and also added 'content' , 'unicode-bidi' , and 'direction' ).
1078+ (<a href="https://github.com/w3c/csswg-drafts/issues/1793">Issue 1793</a> )
1079+ <li> Moved the <a href="https://www.w3.org/TR/css-lists-3/#marker-properties">list of properties</a> applying to ''::marker'' to [[CSS-LISTS-3]]
1080+ (also adding 'content' , 'unicode-bidi' , and 'direction' ).
10801081 <li> Added ''::marker'' to types allowed for {{CSSPseudoElement}} interface.
1082+ (<a href="https://github.com/w3c/csswg-drafts/issues/3763">Issue 3763</a> )
10811083 <li> Clarified return value of {{pseudo()}} .
1084+ (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> )
10821085 <li> Allowed highlight overlay of inline-level boxes to extend to the line box edges.
10831086 (<a href="https://github.com/w3c/csswg-drafts/issues/5395">Issue 5395</a> )
10841087 <li> Clarified that ''currentColor'' on a [=highlight pseudo-element=]
10851088 uses the color that would be used if the text were not “highlighted”,
10861089 even if that color was provided by a pseudo-element like ''::first-line'' .
10871090 (<a href="https://github.com/w3c/csswg-drafts/issues/4625">Issue 4625</a> )
10881091 <li> Defined how 'text-shadow' interacts with [=highlight pseudo-elements=] .
1092+ (<a href="https://github.com/w3c/csswg-drafts/issues/3932">Issue 3932</a> )
10891093 <li> Improved the [[#highlight-ua-styles|default UA style sheet]] rules applying to highlight pseudo-elements.
10901094 </ul>
10911095
0 commit comments