[Webkit-unassigned] [Bug 34942] New: Full-screen API naming is inconsitent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 07:26:52 PST 2010


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

           Summary: Full-screen API naming is inconsitent
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ml at graougraou.com
                CC: eric.carlson at apple.com


We currently have the following custom APIs for the <video> element in order to
enter full-screen:

    readonly attribute boolean webkitSupportsFullscreen;
    readonly attribute boolean webkitDisplayingFullscreen;

    void webkitEnterFullScreen()
        raises (DOMException);
    void webkitExitFullScreen();

Note that the properties use a lower-case "s" for "screen" while the methods
use an uppercase "S" for "Screen". I believe the "S" should be uppercase in all
instances, but more importantly, the naming should be consistent.

-- 
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