[Bug 14358] New: <track> and WebVTT cue.alignment need more values

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

           Summary: <track> and WebVTT cue.alignment need more values
           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


Created attachment 1033
  --> http://www.w3.org/Bugs/Public/attachment.cgi?id=1033
compare "start" to "left" alignment needs

The currently allowed alignment values of <track> and WebVTT cues are "start",
"end" and "middle".


These make sense when you just regard multi-line text rendering for a certain
area and want the text to be aligned based on its directionality.

However, where text is left (or right) aligned along the shape of a person or
other object or underneath a person, we actually need the value "left" (and
"right"), since a simple translation of the cues should not need to change the
cue settings.

See the attached image for an example.

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

Received on Monday, 3 October 2011 00:25:50 UTC