w3c/csswg-drafts

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

Open

#2,016 opened on Nov 29, 2017

View on GitHub
 (1 comment) (1 reaction) (0 assignees)HTML (545 forks)batch import
Help Wantedcssom-view-1

Repository metrics

Stars
 (3,546 stars)
PR merge metrics
 (Avg merge 87d 7h) (24 merged PRs in 30d)

Description

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.

Contributor guide