- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Feb 2012 16:05:43 +0000
- To: public-css-commits@w3.org
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