Skip to content

Commit f29f982

Browse files
committed
[css-pseudo-4] Update Changes list
1 parent 7262158 commit f29f982

1 file changed

Lines changed: 34 additions & 9 deletions

File tree

css-pseudo-4/Overview.bs

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,25 +1419,50 @@ Compatibility Syntax</h2>
14191419
<h2 class="no-num" id="changes">
14201420
Changes</h2>
14211421

1422-
Significant changes since the <a href="https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/">25 February 2019 Working Draft</a> include:
1422+
1423+
Significant changes since the <a href="https://www.w3.org/TR/2020/WD-css-pseudo-4-20201231/">31 December 2020 Working Draft</a> include:
14231424

14241425
<ul>
14251426
<li>Added ''::first-letter::prefix'' and ''::first-letter::postfix'' [=sub-pseudo-elements=]
14261427
to address punctuation associated with the ''::first-letter'' [=pseudo-element=].
14271428
(<a href="https://github.com/w3c/csswg-drafts/issues/2040">Issue 2040</a>)
1428-
<li>Added Symbols to possible [=first letters=].
1429-
(<a href="https://github.com/w3c/csswg-drafts/issues/5099">Issue 5099</a>)
1430-
<li>Excluded word separators from [=first-letter text=].
1431-
(<a href="https://github.com/w3c/csswg-drafts/issues/5830">Issue 5830</a>)
1432-
<li>Excluded opening and dash punctuation from [=first-letter text=].
1433-
(<a href="https://github.com/w3c/csswg-drafts/issues/5830">Issue 5830</a>)
1429+
<li>Fine-tuned the [=first-letter text=] pattern:
1430+
<ul>
1431+
<li>Excluded word-separating spaces from [=first-letter text=].
1432+
(<a href="https://github.com/w3c/csswg-drafts/issues/5830">Issue 5830</a>)
1433+
<li>Excluded dashes and opening punctuation from following punctuation.
1434+
(<a href="https://github.com/w3c/csswg-drafts/issues/5830">Issue 5830</a>)
1435+
<li>Allowed symbols to represent the [=first letter=].
1436+
(<a href="https://github.com/w3c/csswg-drafts/issues/5099">Issue 5099</a>)
1437+
<li>Clarified that the [=first-letter text=] is truncated by a line break.
1438+
(<a href="https://github.com/w3c/csswg-drafts/issues/2254">Issue 2254</a>)
1439+
</ul>
14341440
<li>Rewrote and clarified definition of '':first-letter'', and improved examples and notes.
14351441
<li>Rewrote and clarified definition of ''::first-line'', and improved examples.
1436-
<li>Defined interaction of 'line-height' and ''::first-line''.
1442+
<li>Defined application of 'line-height' to ''::first-line''.
1443+
(<a href="https://github.com/w3c/csswg-drafts/issues/2282">Issue 2282</a>)
14371444
<li>Defined box structure interaction of ''::first-line'' and ''::first-letter''.
1438-
<li>Clarified painting order of highlight text decorations.
1445+
<li>Defined hierarchy order of ''::first-line'' and the [=root inline box=].
1446+
(<a href="https://github.com/w3c/csswg-drafts/issues/1384">Issue 1384</a>)
1447+
<li>Clarified [[#paired-defaults|paired default]] behavior of [=highlight pseudo-element=] 'color' and 'background-color'.
1448+
(<a href="https://github.com/w3c/csswg-drafts/issues/6386">Issue 6386</a>,
1449+
<a href="https://github.com/w3c/csswg-drafts/issues/6774">Issue 6774</a>,
1450+
<a href="https://github.com/w3c/csswg-drafts/issues/6779">Issue 6779</a>,
1451+
<a href="https://github.com/w3c/csswg-drafts/issues/7837">Issue 7837</a>)
1452+
<li>Defined application of [=forced colors mode=] to [=highlight pseudo-elements=].
1453+
(<a href="https://github.com/w3c/csswg-drafts/issues/7264">Issue 7264</a>)
1454+
<li>Clarified painting order, propagation, and application of [=highlight pseudo-element=] text decorations.
1455+
(<a href="https://github.com/w3c/csswg-drafts/issues/6022">Issue 6022</a>,
1456+
<a href="https://github.com/w3c/csswg-drafts/issues/6829">Issue 6829</a>,
1457+
<a href="https://github.com/w3c/csswg-drafts/issues/7101">Issue 7101</a>)
14391458
<li>Removed 'caret-color' and 'cursor' from applying to [=highlight pseudo-elements=].
14401459
(<a href="https://github.com/w3c/csswg-drafts/issues/4100">Issue 4100</a>)
1460+
<li>Clarified interaction of [=highlight pseudo-elements=] and {{Window/getComputedStyle()}}.
1461+
(<a href="https://github.com/w3c/csswg-drafts/issues/6818">Issue 6818</a>)
1462+
<li>Clarified application of [=custom properties=] to [=pseudo-elements=].
1463+
(<a href="https://github.com/w3c/csswg-drafts/issues/6264">Issue 6264</a>)
1464+
<li>
1465+
14411466
<li>Extended the {{CSSPseudoElement}} interface
14421467
with a {{CSSPseudoElement/parent}} attribute
14431468
and {{CSSPseudoElement/pseudo()}} method

0 commit comments

Comments
 (0)