@@ -1791,6 +1791,22 @@ Privacy Considerations</h2>
1791
1791
<h2 class="no-num" id="changes">
1792
1792
Changes</h2>
1793
1793
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
+
1794
1810
1795
1811
Significant changes since the <a href="https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/">31 December 2020 Working Draft</a> include:
1796
1812
@@ -1840,9 +1856,6 @@ Changes</h2>
1840
1856
and {{CSSPseudoElement/pseudo()}} method
1841
1857
to address [=sub-pseudo-elements=] .
1842
1858
(<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> )
1846
1859
</ul>
1847
1860
1848
1861
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