Skip to content

Commit

Permalink
[css-pseudo-4] Update changes list and fix spec references
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Nov 13, 2024
1 parent 6e2d507 commit 8702136
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions css-pseudo-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ Styling the ''::first-line'' Pseudo-element</h4>
<ul>
<li>all font properties (see [[CSS-FONTS-4]])
<li>the 'color' and 'opacity' properties (see [[CSS-COLOR-4]])
<li>all background properties (see [[CSS-BACKGROUNDS-4]])
<li>any typesetting properties that apply to inline elements (see [[CSS-TEXT-3]])
<li>all text decoration properties (see [[CSS-TEXT-DECOR-3]])
<li>all background properties (see [[CSS-BACKGROUNDS-3]])
<li>any typesetting properties that apply to inline elements (see [[CSS-TEXT-4]])
<li>all text decoration properties (see [[CSS-TEXT-DECOR-4]])
<li>the 'ruby-position' property (see [[CSS-RUBY-1]])
<li>any inline layout properties that apply to inline elements (see [[CSS-INLINE-3]])
<li>any other properties defined to apply to ''::first-line''
Expand Down Expand Up @@ -1902,16 +1902,25 @@ Changes</h2>
Significant changes since the <a href="https://www.w3.org/TR/2022/WD-css-pseudo-4-20221230/">30 December 2022 Working Draft</a> include:

<ul>
<!-- to 30 Aug 2024 -->
<li>Defined [=element-backed pseudo-element=].
<li>Defined [=element-backed pseudo-element=] and [=fully styleable pseudo-element=] as terms.
(<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>Reworked the property (and custom property)
application and inheritance model for [=highlight pseudo-elements=]
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/7591">7591</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/7580">7580</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/6641">6641</a>)
<li>Defined ''::highlight()'' and improved cross-referencing to [[CSS-HIGHLIGHT-API-1]].
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/6755">6755</a>)
<li>Added ''::search-text'' as a new [=highlight pseudo-element=].
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/10212">10212</a>
and <a href="https://github.com/w3c/csswg-drafts/issues/10213">10213</a>)
<li>Added ''::details-content'' pseudo-element
(<a href="https://github.com/w3c/csswg-drafts/pull/10379">Issue 10379</a>)
<li>Excluded inline layout properties from ''::placeholder''.
(<a href="https://github.com/w3c/csswg-drafts/issues/5379">Issue 5379</a>)
<li>Clarified that UAs must not tweak author-specified colors for [=highlight pseudo-elements=].
(<a href="https://github.com/w3c/csswg-drafts/issues/6853">Issue 6853</a>)
<li>Clarified that the inherited value of 'color' is ''currentColor'', not the [=initial value=].
<li>Clarified that a custom property may be defined and/or used inside a highlight pseudo-element.
<li>Defined the behavior when custom property values are not found in the
highlight cascade; they are taken from the root.
(<a href="https://github.com/w3c/csswg-drafts/issues/6641">Issue 6641</a>)
</ul>


Expand Down

0 comments on commit 8702136

Please sign in to comment.