[Webkit-unassigned] [Bug 116645] New: Need to update Page Visibility states

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 17:07:58 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116645

           Summary: Need to update Page Visibility states
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: jberlin at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list