NEW 116645
Need to update Page Visibility states
https://bugs.webkit.org/show_bug.cgi?id=116645
Summary Need to update Page Visibility states
Simon Fraser (smfr)
Reported 2013-05-22 17:06:27 PDT
WebKit currently has: enum PageVisibilityState { PageVisibilityStateVisible, PageVisibilityStateHidden, PageVisibilityStatePrerender, PageVisibilityStatePreview }; but the current spec lists: On getting, visibilityState attribute MUST return one of the following DOMStrings or a vendor prefixed DOMString as defined in 4.5 Vendor Prefixes: hidden, visible, prerender, unloaded.
Attachments
Simon Fraser (smfr)
Comment 1 2013-05-22 17:21:18 PDT
Note You need to log in before you can comment on or make changes to this bug.