Skip to content

Commit 7fc4547

Browse files
committed
[css-pseudo-4] Update Changes list.
1 parent fa6e619 commit 7fc4547

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

css-pseudo-4/Overview.bs

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Work Status: Exploring
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/2019/WD-css-pseudo-4-20190225/
1011
Previous Version: https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/
1112
Previous Version: https://www.w3.org/TR/2015/WD-css-pseudo-4-20150115/
1213
!Issues List: <a href="https://drafts.csswg.org/css-pseudo/#issues-index">Tracked in Editor's Draft</a>
@@ -840,8 +841,11 @@ List Markers: the ''::marker'' pseudo-element</h3>
840841
the automatically generated [=marker box=] of a [=list item=].
841842
(See [[CSS-DISPLAY-3]] and [[CSS-LISTS-3]].)
842843

843-
Inheritance for a ''::marker'' pseudo-element ignores any ''::first-line'' styles
844-
and the contents of a ''::marker'' are ignored (not selected) by ''::first-letter''.
844+
<!-- under discussion in https://github.com/w3c/csswg-drafts/issues/1442 and https://github.com/w3c/csswg-drafts/issues/4506
845+
Inheritance for a ''::marker'' pseudo-element ignores any ''::first-line'' styles -->
846+
The contents of a ''::marker'' are ignored (not selected) by ''::first-letter''.
847+
848+
ISSUE: Interaction of ''::marker'' and ''::first-line'' is currently under discussion in <a href='https://github.com/w3c/csswg-drafts/issues/4506'>Issue 4506</a>.
845849

846850
Only a limited set of properties can be used on the ''::marker'' pseudo-element.
847851
This list is defined in [[css-lists-3#marker-properties]].
@@ -1050,30 +1054,39 @@ Compatibility Syntax</h2>
10501054
<h2 class="no-num" id="changes">
10511055
Changes</h2>
10521056

1053-
Changes since the <a href="https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/">25 February 2019 Working Draft</a> include:
1057+
Significant changes since the <a href="https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/">25 February 2019 Working Draft</a> include:
10541058

10551059
<ul>
10561060
<li>Added ''::target-text'' pseudo-element.
1061+
(<a href="https://github.com/w3c/csswg-drafts/issues/5522">Issue 5522</a>)
10571062
<li>Removed ''::inactive-selection''.
10581063
(<a href="https://github.com/w3c/csswg-drafts/issues/4579">Issue 4579</a>)
1059-
<li>Included spaces between the first letter and its surrounding punctuation in ''::first-letter''.
1060-
(<a href="https://github.com/w3c/csswg-drafts/issues/5154">Issue 5154</a>)
1061-
<li>Adjust rules for inheritance of properties from ''::first-line''
1062-
and define interaction with custom properties.
1064+
<li>Added ''::file-selectors-button'' pseudo-element.
1065+
(<a href="https://github.com/w3c/csswg-drafts/issues/5049">Issue 5049</a>)
1066+
<li>Adjusted rules for inheritance of properties from ''::first-line''
1067+
to handle inheritable vs non-inheritable properties differently,
1068+
specifically excluded applicability of properties that control [=writing mode=] because they affect the cascade,
1069+
and defined interaction with custom properties.
10631070
(<a href="https://github.com/w3c/csswg-drafts/issues/1097">Issue 1097</a>)
1064-
<li>Added ''::marker'' to types allowed for {{CSSPseudoElement}} interface.
1065-
<li>Clarified return value of {{pseudo()}}.
1066-
<li>Added 'content', 'unicode-bidi', and 'direction' to properties allowed on ''::marker''.
10671071
<li>Added 'ruby-position' to properties allowed on ''::first-line'',
10681072
analogous with 'text-emphasis-position'.
10691073
(<a href="https://github.com/w3c/csswg-drafts/issues/2998">Issue 2998</a>)
1074+
<li>Included spaces between the first letter and its surrounding punctuation in ''::first-letter''.
1075+
(<a href="https://github.com/w3c/csswg-drafts/issues/5154">Issue 5154</a>)
1076+
<li>Defined interaction of ''::marker'' and ''::first-letter''.
1077+
<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').
1080+
<li>Added ''::marker'' to types allowed for {{CSSPseudoElement}} interface.
1081+
<li>Clarified return value of {{pseudo()}}.
10701082
<li>Allowed highlight overlay of inline-level boxes to extend to the line box edges.
10711083
(<a href="https://github.com/w3c/csswg-drafts/issues/5395">Issue 5395</a>)
1072-
<li>Clarify that ''currentColor'' on a [=highlight pseudo-element=]
1084+
<li>Clarified that ''currentColor'' on a [=highlight pseudo-element=]
10731085
uses the color that would be used if the text were not “highlighted”,
10741086
even if that color was provided by a pseudo-element like ''::first-line''.
10751087
(<a href="https://github.com/w3c/csswg-drafts/issues/4625">Issue 4625</a>)
1076-
<li>Define how 'text-shadow' interacts with [=highlight pseudo-elements=].
1088+
<li>Defined how 'text-shadow' interacts with [=highlight pseudo-elements=].
1089+
<li>Improved the [[#highlight-ua-styles|default UA style sheet]] rules applying to highlight pseudo-elements.
10771090
</ul>
10781091

10791092
Changes since the <a href="https://www.w3.org/TR/2016/WD-css-pseudo-4-20160607/">7 June 2016 Working Draft</a> include:

0 commit comments

Comments
 (0)