File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ Computed {{StylePropertyMapReadOnly}} objects {#computed-stylepropertymapreadonl
170170--------------------------------------------------------------------------
171171
172172<pre class='idl'>
173- partial interface Document {
173+ partial interface Window {
174174 StylePropertyMapReadOnly getComputedStyleMap(Element element, optional DOMString? pseudoElt);
175175};
176176</pre>
177177
178178<dfn>Computed StylePropertyMap</dfn> objects represent the computed style of an
179179{{Element}} or pseudo element, and are accessed by calling the
180- <dfn method for=Document >getComputedStyleMap(Element, optional DOMString?)</dfn>
180+ <dfn method for=Window >getComputedStyleMap(Element, optional DOMString?)</dfn>
181181method.
182182
183183When constructed, the <a>property model</a> for <a>computed StylePropertyMap</a>
You can’t perform that action at this time.
0 commit comments