csswg/selectors3 Overview.html,1.75,1.76 Overview.src.html,1.8,1.9

Update of /sources/public/csswg/selectors3
In directory hutz:/tmp/cvs-serv19727

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Remove vertical-align from properties required for ::first-line (per CSS2.1 resolution)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors3/Overview.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Overview.html	17 Feb 2011 00:33:20 -0000	1.75
+++ Overview.html	17 Feb 2011 23:39:42 -0000	1.76
@@ -2458,7 +2458,6 @@
    class=property>word-spacing</code>&rsquo;, &lsquo;<code
    class=property>letter-spacing</code>&rsquo;, &lsquo;<code
    class=property>text-decoration</code>&rsquo;, &lsquo;<code
-   class=property>vertical-align</code>&rsquo;, &lsquo;<code
    class=property>text-transform</code>&rsquo;, &lsquo;<code
    class=property>line-height</code>&rsquo;. UAs may apply other properties
    as well.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors3/Overview.src.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.src.html	17 Feb 2011 00:33:20 -0000	1.8
+++ Overview.src.html	17 Feb 2011 23:39:42 -0000	1.9
@@ -1945,7 +1945,7 @@
 following CSS properties apply to a <code>::first-line</code>
 pseudo-element: font properties, color property, background
 properties, 'word-spacing', 'letter-spacing', 'text-decoration',
-'vertical-align', 'text-transform', 'line-height'. UAs may apply other
+'text-transform', 'line-height'. UAs may apply other
 properties as well.</p>
 
 <p>During CSS inheritance, the portion of a child element that occurs

Received on Thursday, 17 February 2011 23:39:46 UTC