[Webkit-unassigned] [Bug 110703] Multi-line WebVTT cues are not positioned correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 08:52:55 PST 2013


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





--- Comment #4 from Eric Carlson <eric.carlson at apple.com>  2013-02-25 08:55:19 PST ---
Setting 'padding' on -webkit-media-text-track-display causes the problem I am seeing. Try adding this to a page with a <track>:

        video::-webkit-media-text-track-display {
            background-color:rgba(0, 0, 0, 0.5);
            padding: .4em !important;
        }

I suspect that other CSS properties will also cause problems.

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