- From: SteveComstock via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Oct 2023 21:32:11 +0000
- To: public-css-archive@w3.org
SteveComstock has just created a new issue for https://github.com/w3c/csswg-drafts: == [cssom-view] "The Screen Interface As its name suggests, t..." == https://drafts.csswg.org/cssom-view/#the-screen-interface > The Screen Interface > > As its name suggests, the Screen interface represents information about the screen of the output device\. > > \[Exposed=​Window\] > interface Screen \{ > readonly attribute long availWidth; > readonly attribute long availHeight; > readonly attribute long width; > readonly attribute long height; > readonly attribute unsigned long colorDepth; > readonly attribute unsigned long pixelDepth; My experience is that "screen" must be lower case in code, so it would help if the text used that. Also it would help immensely to clarify better what is meant by "available width" versus "width"; the whole writeup involving width, height, availWidth, availHeight, innerWidth, outerWidth, innerHeight and outerHeight could use some clarifying examples. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9450 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 October 2023 21:32:12 UTC