[Bug 13546] New: Video: make positioning of caption cues more flexible

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13546

           Summary: Video: make positioning of caption cues more flexible
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: silviapfeiffer1@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


Currently, it is possible to apply certain styles to the cue text content
through the ::cue pseudo-element:
'color'
'text-decoration'
'text-outline'
'text-shadow'
the properties corresponding to the 'background' shorthand
the properties corresponding to the 'outline' shorthand
the properties corresponding to the 'font' shorthand, including 'line-height'

However, the automatic rendering location of the cues is on top of the video
and it is not possible to change the positioning via CSS.

Can we find a way to use 'display', 'position', 'top/left/bottom/right' on the
cues, too? (And possibly also 'overflow', 'z-index', 'clip' and 'cursor'?)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 3 August 2011 00:26:24 UTC