Skip to content

Commit 6516384

Browse files
committed
[css-typed-om] Move getComputedStyleMap to Window.
(w3c#81)
1 parent 04aa429 commit 6516384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>
181181
method.
182182

183183
When constructed, the <a>property model</a> for <a>computed StylePropertyMap</a>

0 commit comments

Comments
 (0)