Skip to content

Commit a6b6a8c

Browse files
committed
[css-pseudo-4][editorial] Update changes
1 parent 52cf483 commit a6b6a8c

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

css-pseudo-4/Overview.bs

+16-3
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,22 @@ Privacy Considerations</h2>
17911791
<h2 class="no-num" id="changes">
17921792
Changes</h2>
17931793

1794+
Significant changes since the <a href="https://www.w3.org/TR/2022/WD-css-pseudo-4-20221230/">30 December 2022 Working Draft</a> include:
1795+
1796+
<ul>
1797+
<!-- to 30 Aug 2024 -->
1798+
<li>Added ::details-content pseudo-element (<a href="https://github.com/w3c/csswg-drafts/pull/10379">Issue 10379</a>) </li>
1799+
<li>Defined "part-like pseudo-element" (<a href="https://github.com/w3c/csswg-drafts/pull/10199">Issue 10199</a>, <a href="https://github.com/w3c/csswg-drafts/issues/10083">Issue 10083</a>) </li>
1800+
<li>Clarified that the inherited value of 'color' is ''currentColor'', not the [=initial value=].
1801+
</li>
1802+
<li>Clarified that a custom property may be defined and/or used inside a highlight pseudo-element.
1803+
</li>
1804+
<li>Defined the behavior when custom property values are not found in the
1805+
highlight cascade; they are taken from the root.
1806+
(<a href="https://github.com/w3c/csswg-drafts/issues/6641">Issue 6641</a>)
1807+
</li>
1808+
</ul>
1809+
17941810

17951811
Significant changes since the <a href="https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/">31 December 2020 Working Draft</a> include:
17961812

@@ -1840,9 +1856,6 @@ Changes</h2>
18401856
and {{CSSPseudoElement/pseudo()}} method
18411857
to address [=sub-pseudo-elements=].
18421858
(<a href="https://github.com/w3c/csswg-drafts/issues/3836">Issue 3836</a>)
1843-
<li>Defined the behavior when custom property values are not found in the
1844-
highlight cascade; they are taken from the root.
1845-
(<a href="https://github.com/w3c/csswg-drafts/issues/6641">Issue 6641</a>)
18461859
</ul>
18471860

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

0 commit comments

Comments
 (0)