File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ <h2 id=cssom><span class=secno>4. </span> CSS Object Model Modifications</h2>
410410 < pre class =idl >
411411interface 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 >
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ <h2 id="cssom">
280280 < pre class ='idl '>
281281interface 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 >
You can’t perform that action at this time.
0 commit comments