csswg/css3-hierarchies Overview.html,1.16,1.17 Overview.src.html,1.17,1.18

Update of /sources/public/csswg/css3-hierarchies
In directory hutz:/tmp/cvs-serv7073

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Whoops, left out the type of the expandedSelectorText attribute.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html	7 Feb 2012 15:58:34 -0000	1.16
+++ Overview.html	7 Feb 2012 16:05:41 -0000	1.17
@@ -410,7 +410,7 @@
   <pre class=idl>
 interface CSSStyleRule : CSSRule {
            attribute DOMString selectorText;
-  <ins>readonly attribute expandedSelectorText;</ins>
+  <ins>readonly attribute DOMString expandedSelectorText;</ins>
   <ins>readonly attribute CSSRuleList cssRules;</ins>
   readonly attribute CSSStyleDeclaration style;
 };</pre>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-hierarchies/Overview.src.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Overview.src.html	7 Feb 2012 15:58:34 -0000	1.17
+++ Overview.src.html	7 Feb 2012 16:05:41 -0000	1.18
@@ -280,7 +280,7 @@
 	<pre class='idl'>
 interface CSSStyleRule : CSSRule {
            attribute DOMString selectorText;
-  <ins>readonly attribute expandedSelectorText;</ins>
+  <ins>readonly attribute DOMString expandedSelectorText;</ins>
   <ins>readonly attribute CSSRuleList cssRules;</ins>
   readonly attribute CSSStyleDeclaration style;
 };</pre>

Received on Tuesday, 7 February 2012 16:07:43 UTC