File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3052,11 +3052,11 @@ The <code>ElementCSSInlineStyle</code> mixin provides access to inline style pro
3052
3052
3053
3053
<pre class=idl>
3054
3054
interface mixin ElementCSSInlineStyle {
3055
- [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
3055
+ [SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
3056
3056
};
3057
3057
</pre>
3058
3058
3059
- The <dfn attribute for=ElementCSSInlineStyle>style</dfn> attribute must return a <a>CSS declaration block </a> object whose
3059
+ The <dfn attribute for=ElementCSSInlineStyle>style</dfn> attribute must return a <a>CSSStyleProperties </a> object whose
3060
3060
<a for="CSSStyleDeclaration">readonly flag</a> is unset, whose <a for="CSSStyleDeclaration">parent CSS rule</a> is null, and
3061
3061
whose <a for="CSSStyleDeclaration">owner node</a> is [=this=] .
3062
3062
@@ -3083,7 +3083,7 @@ Extensions to the {{Window}} Interface {#extensions-to-the-window-interface}
3083
3083
3084
3084
<pre class=idl>
3085
3085
partial interface Window {
3086
- [NewObject] CSSStyleDeclaration getComputedStyle(Element elt, optional CSSOMString? pseudoElt);
3086
+ [NewObject] CSSStyleProperties getComputedStyle(Element elt, optional CSSOMString? pseudoElt);
3087
3087
};
3088
3088
</pre>
3089
3089
You can’t perform that action at this time.
0 commit comments