@@ -1298,6 +1298,32 @@ Changes</h2>
1298
1298
1299
1299
Significant changes since the <a href="https://www.w3.org/TR/2019/WD-css-pseudo-4-20190225/">25 February 2019 Working Draft</a> include:
1300
1300
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
+
1301
1327
<ul>
1302
1328
<li> Added ''::target-text'' pseudo-element.
1303
1329
(<a href="https://github.com/w3c/csswg-drafts/issues/5522">Issue 5522</a> )
0 commit comments