Skip to content

Commit 2428ab4

Browse files
committed
[css2] Removed 'vertical-align' from ':first-line' (per telcon of 2011-02-17
http://lists.w3.org/Archives/Public/www-style/2011Feb/0525.html) Removed a comma and inserted an "and." --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403100
1 parent b5ed9ea commit 2428ab4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.118 2010-09-29 15:53:39 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.119 2011-03-03 18:23:32 bbos Exp $ -->
44
<head>
55
<title>Selectors</title>
66
</head>
@@ -1160,9 +1160,8 @@ properties,</a> <span
11601160
class="propinst-word-spacing">'word-spacing',</span> <span
11611161
class="propinst-letter-spacing">'letter-spacing',</span> <span
11621162
class="propinst-text-decoration">'text-decoration',</span> <span
1163-
class="propinst-vertical-align">'vertical-align',</span> <span
1164-
class="propinst-text-transform">'text-transform',</span> <span
1165-
class="propinst-line-height">'line-height',</span>. UAs may apply
1163+
class="propinst-text-transform">'text-transform',</span> and <span
1164+
class="propinst-line-height">'line-height'</span>. UAs may apply
11661165
other properties as well.</p>
11671166

11681167

0 commit comments

Comments
 (0)