Skip to content

Commit 9e1731b

Browse files
committed
Remove vertical-align from properties required for ::first-line (per CSS2.1 resolution)
1 parent e91524d commit 9e1731b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

selectors3/Overview.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2458,7 +2458,6 @@ <h4 id=first-formatted-line><span class=secno>7.1.1. </span><dfn
24582458
class=property>word-spacing</code>&rsquo;, &lsquo;<code
24592459
class=property>letter-spacing</code>&rsquo;, &lsquo;<code
24602460
class=property>text-decoration</code>&rsquo;, &lsquo;<code
2461-
class=property>vertical-align</code>&rsquo;, &lsquo;<code
24622461
class=property>text-transform</code>&rsquo;, &lsquo;<code
24632462
class=property>line-height</code>&rsquo;. UAs may apply other properties
24642463
as well.

selectors3/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ <h4 id="first-formatted-line"><dfn>First formatted line</dfn> definition in CSS<
19451945
following CSS properties apply to a <code>::first-line</code>
19461946
pseudo-element: font properties, color property, background
19471947
properties, 'word-spacing', 'letter-spacing', 'text-decoration',
1948-
'vertical-align', 'text-transform', 'line-height'. UAs may apply other
1948+
'text-transform', 'line-height'. UAs may apply other
19491949
properties as well.</p>
19501950

19511951
<p>During CSS inheritance, the portion of a child element that occurs

0 commit comments

Comments
 (0)