Title: [149438] trunk/Source/WebCore
Revision
149438
Author
jer.no...@apple.com
Date
2013-05-01 10:38:56 -0700 (Wed, 01 May 2013)

Log Message

Closed caption lines overlap
https://bugs.webkit.org/show_bug.cgi?id=115438
<rdar://problem/13351747>

Reviewed by Eric Carlson.

Take the line-box padding into account when determining line hight by setting
the -webkit-line-box-contain property to include 'inline-box'.

* css/mediaControls.css:
(video::-webkit-media-text-track-container):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (149437 => 149438)


--- trunk/Source/WebCore/ChangeLog	2013-05-01 17:29:18 UTC (rev 149437)
+++ trunk/Source/WebCore/ChangeLog	2013-05-01 17:38:56 UTC (rev 149438)
@@ -1,3 +1,17 @@
+2013-04-30  Jer Noble  <jer.no...@apple.com>
+
+        Closed caption lines overlap
+        https://bugs.webkit.org/show_bug.cgi?id=115438
+        <rdar://problem/13351747>
+
+        Reviewed by Eric Carlson.
+
+        Take the line-box padding into account when determining line hight by setting
+        the -webkit-line-box-contain property to include 'inline-box'.
+
+        * css/mediaControls.css:
+        (video::-webkit-media-text-track-container):
+
 2013-05-01  David Kilzer  <ddkil...@apple.com>
 
         BUILD FIX (r149410): CFRunLoopStop() doesn't know what to do with a RetainPtr<CFRunLoopRef>

Modified: trunk/Source/WebCore/css/mediaControls.css (149437 => 149438)


--- trunk/Source/WebCore/css/mediaControls.css	2013-05-01 17:29:18 UTC (rev 149437)
+++ trunk/Source/WebCore/css/mediaControls.css	2013-05-01 17:38:56 UTC (rev 149438)
@@ -237,6 +237,8 @@
     word-break: break-word;
 
     -webkit-flex: 1 1;
+
+    -webkit-line-box-contain: block inline-box replaced;
 }
 
 video::cue {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to