[csswg-drafts] [cssom-view] Window#outerWidth and Window#outerHeight don't have units specified

gsnedders has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom-view] Window#outerWidth and Window#outerHeight don't have units specified ==
The current definition is:

> The outerWidth attribute must return the width of the client window. If there is no client window this attribute must return zero.

This doesn't state what units the width of the client window is measured using.

We probably want:

> The outerWidth attribute must return the width of the client window as a number of 'CSS pixels'. If there is no client window this attribute must return zero.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2016 using your GitHub account

Received on Wednesday, 29 November 2017 14:34:10 UTC