[Webkit-unassigned] [Bug 59867] New: Add support for media pseudo-classes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 30 10:10:07 PDT 2011


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

           Summary: Add support for media pseudo-classes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dglazkov at chromium.org
            Blocks: 58345


See discussion on whatwg: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-April/thread.html#31315

Per WebKit contributor meeting discussion:

Ready states:
  - error
  - unknown
  - buffering

Runtime states:
  - playing

Media characteristics:
  - has-closed-captioning
  - has-audio
  - has-video
  - has-duration


Example of how to use for default UA stylesheets:
 - Browser A always wants to display a closed captioning button, but have it disabled when there are no closed captioning. Default style for video:has-closed-captioning is disabled.
 - Browser B only wants to display a closed captioning button when present. Default style for video:has-closed-captioning is display:none

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