Title: [183837] trunk/Source/WebCore
Revision
183837
Author
[email protected]
Date
2015-05-05 16:03:32 -0700 (Tue, 05 May 2015)

Log Message

[iOS] AirPlay placeholder in inline videos uses Helvetica or Times, should be system font
https://bugs.webkit.org/show_bug.cgi?id=144643

Reviewed by Brent Fulgham.

The Airplay placard should use "-apple-system" as a font-family.

* Modules/mediacontrols/mediaControlsiOS.css:
(audio::-webkit-media-controls-wireless-playback-status):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183836 => 183837)


--- trunk/Source/WebCore/ChangeLog	2015-05-05 22:58:07 UTC (rev 183836)
+++ trunk/Source/WebCore/ChangeLog	2015-05-05 23:03:32 UTC (rev 183837)
@@ -1,3 +1,15 @@
+2015-05-05  Dean Jackson  <[email protected]>
+
+        [iOS] AirPlay placeholder in inline videos uses Helvetica or Times, should be system font
+        https://bugs.webkit.org/show_bug.cgi?id=144643
+
+        Reviewed by Brent Fulgham.
+
+        The Airplay placard should use "-apple-system" as a font-family.
+
+        * Modules/mediacontrols/mediaControlsiOS.css:
+        (audio::-webkit-media-controls-wireless-playback-status):
+
 2015-05-05  Zalan Bujtas  <[email protected]>
 
         Navigating to www.apple.com hits assertion in WebCore::TextIteratorCopyableText::set()

Modified: trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css (183836 => 183837)


--- trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css	2015-05-05 22:58:07 UTC (rev 183836)
+++ trunk/Source/WebCore/Modules/mediacontrols/mediaControlsiOS.css	2015-05-05 23:03:32 UTC (rev 183837)
@@ -570,7 +570,7 @@
     background-position: 50% calc(.5 * (100% - 25px) - 21pt);
     background-size: 131px auto;
     color: rgb(145,145,145);
-    font: -webkit-small-control;
+    font: -apple-system;
     vertical-align: text-bottom;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to