[Webkit-unassigned] [Bug 136627] New: WebVTT: vertical cue text alignment is the wrong way around

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 06:22:44 PDT 2014


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

           Summary: WebVTT: vertical cue text alignment is the wrong way
                    around
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: silviapf at chromium.org
                CC: eric.carlson at apple.com, vcarbune at chromium.org


I'm using a WebVTT file like this:

WEBVTT

00:00:15.042 --> 00:00:18.042 vertical:lr
<ruby>左<rt>ひだり</rt></ruby>に<ruby> 見<rt>み</rt></ruby>えるのは...

00:00:18.750 --> 00:00:20.333 vertical:rl 
<ruby>右<rt>みぎ</rt></ruby>に<ruby> 見<rt>み</rt></ruby>えるのは...

However, the first cue is rendered on the right edge of the video viewport (it should be growing from left to right), and the second one is rendered on the left edge (it should be growing from right to left). I think they are the wrong way around.

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