Title: [187144] trunk/Source/WebCore
Revision
187144
Author
d...@apple.com
Date
2015-07-21 18:39:17 -0700 (Tue, 21 Jul 2015)

Log Message

Default media controls use a serif font, which seems wrong
https://bugs.webkit.org/show_bug.cgi?id=147179
<rdar://problem/21931728>

Reviewed by Simon Fraser.

The captions menu (and other text) should use a system style,
-webkit-small-control.

* Modules/mediacontrols/mediaControlsApple.css:
(::-webkit-media-controls):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (187143 => 187144)


--- trunk/Source/WebCore/ChangeLog	2015-07-22 00:37:55 UTC (rev 187143)
+++ trunk/Source/WebCore/ChangeLog	2015-07-22 01:39:17 UTC (rev 187144)
@@ -1,3 +1,17 @@
+2015-07-21  Dean Jackson  <d...@apple.com>
+
+        Default media controls use a serif font, which seems wrong
+        https://bugs.webkit.org/show_bug.cgi?id=147179
+        <rdar://problem/21931728>
+
+        Reviewed by Simon Fraser.
+
+        The captions menu (and other text) should use a system style,
+        -webkit-small-control.
+
+        * Modules/mediacontrols/mediaControlsApple.css:
+        (::-webkit-media-controls):
+
 2015-07-21  Matthew Daiter  <mdai...@apple.com>
 
         Exposed method to query device by UID

Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css (187143 => 187144)


--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2015-07-22 00:37:55 UTC (rev 187143)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsApple.css	2015-07-22 01:39:17 UTC (rev 187144)
@@ -56,6 +56,7 @@
     -webkit-align-items: stretch;
     -webkit-justify-content: flex-end;
     -webkit-flex-direction: column;
+    font: -webkit-small-control;
     white-space: nowrap;
     -webkit-font-smoothing: subpixel-antialiased;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to