w3c / csswg-drafts

CSS Working Group Editor Drafts
https://drafts.csswg.org/
Other
4.43k stars 656 forks source link

[cssom-view] Screen#availLeft/availTop #1090

Open foolip opened 7 years ago

foolip commented 7 years ago

https://drafts.csswg.org/cssom-view/#the-screen-interface

availWidth and availHeight are in the spec, but not availLeft or availTop.

Those two attributes are in Chromium, Gecko and WebKit, but not EdgeHTML.

Use counters: https://www.chromestatus.com/metrics/feature/timeline/popularity/786 https://www.chromestatus.com/metrics/feature/timeline/popularity/787

There are 24,256 hits in httparchive for 'screen.availLeft', enough that I didn't try looking at how they're used.

@zcorpan

foolip commented 7 years ago

Chromium tracking issue: https://bugs.chromium.org/p/chromium/issues/detail?id=699877