Skip to content

Commit 99904e8

Browse files
committed
Whoops, left out the type of the expandedSelectorText attribute.
1 parent 811cdc9 commit 99904e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-hierarchies/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h2 id=cssom><span class=secno>4. </span> CSS Object Model Modifications</h2>
410410
<pre class=idl>
411411
interface CSSStyleRule : CSSRule {
412412
attribute DOMString selectorText;
413-
<ins>readonly attribute expandedSelectorText;</ins>
413+
<ins>readonly attribute DOMString expandedSelectorText;</ins>
414414
<ins>readonly attribute CSSRuleList cssRules;</ins>
415415
readonly attribute CSSStyleDeclaration style;
416416
};</pre>

css3-hierarchies/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h2 id="cssom">
280280
<pre class='idl'>
281281
interface CSSStyleRule : CSSRule {
282282
attribute DOMString selectorText;
283-
<ins>readonly attribute expandedSelectorText;</ins>
283+
<ins>readonly attribute DOMString expandedSelectorText;</ins>
284284
<ins>readonly attribute CSSRuleList cssRules;</ins>
285285
readonly attribute CSSStyleDeclaration style;
286286
};</pre>

0 commit comments

Comments
 (0)