WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-05-22 17:21:18 PDT
"preview" was in
http://www.w3.org/TR/2011/WD-page-visibility-20110721/
but was replaced by "unloaded" in
http://www.w3.org/TR/2012/CR-page-visibility-20120726/
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug