Skip to content

Commit 3b996d3

Browse files
committed
[css-pseudo-4] Update Changes list
1 parent 5ed5940 commit 3b996d3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

css-pseudo-4/Overview.bs

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,32 @@ Changes</h2>
12981298

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

1301+
<ul>
1302+
<li>Added ''::first-letter::prefix'' and ''::first-letter::postfix'' [=sub-pseudo-elements=]
1303+
to address punctuation associated with the ''::first-letter'' [=pseudo-element=].
1304+
(<a href="https://github.com/w3c/csswg-drafts/issues/2040">Issue 2040</a>)
1305+
<li>Added Symbols to possible [=first letters=].
1306+
(<a href="https://github.com/w3c/csswg-drafts/issues/5099">Issue 5099</a>)
1307+
<li>Excluded word separators from [=first-letter text=].
1308+
(<a href="https://github.com/w3c/csswg-drafts/issues/5830">Issue 5830</a>)
1309+
<li>Excluded opening and dash punctuation from [=first-letter text=].
1310+
(<a href="https://github.com/w3c/csswg-drafts/issues/5830">Issue 5830</a>)
1311+
<li>Rewrote and clarified definition of '':first-letter'', and improved examples and notes.
1312+
<li>Rewrote and clarified definition of ''::first-line'', and improved examples.
1313+
<li>Defined interaction of 'line-height' and ''::first-line''.
1314+
<li>Defined box structure interaction of ''::first-line'' and ''::first-letter''.
1315+
<li>Clarified painting order of highlight text decorations.
1316+
<li>Removed 'caret-color' and 'cursor' from applying to [=highlight pseudo-elements=].
1317+
(<a href="https://github.com/w3c/csswg-drafts/issues/4100">Issue 4100</a>)
1318+
<li>Extended the {{CSSPseudoElement}} interface
1319+
with a {{CSSPseudoElement/parent}} attribute
1320+
and {{CSSPseudoElement/pseudo()}} method
1321+
to address [=sub-pseudo-elements=].
1322+
(<a href="https://github.com/w3c/csswg-drafts/issues/3836">Issue 3836</a>)
1323+
</ul>
1324+
1325+
Significant changes since the <a href="https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/">25 February 2019 Working Draft</a> include:
1326+
13011327
<ul>
13021328
<li>Added ''::target-text'' pseudo-element.
13031329
(<a href="https://github.com/w3c/csswg-drafts/issues/5522">Issue 5522</a>)

0 commit comments

Comments
 (0)