Title: [168570] trunk/Source/WebCore
Revision
168570
Author
d...@apple.com
Date
2014-05-09 19:20:37 -0700 (Fri, 09 May 2014)

Log Message

[fullscreen] cursor should auto-hide when over video
https://bugs.webkit.org/show_bug.cgi?id=132758

Unreviewed followup based on test failure.

* css/fullscreen.css: Append the previous rule - video children of fullscreen elements.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (168569 => 168570)


--- trunk/Source/WebCore/ChangeLog	2014-05-10 02:18:19 UTC (rev 168569)
+++ trunk/Source/WebCore/ChangeLog	2014-05-10 02:20:37 UTC (rev 168570)
@@ -17,6 +17,15 @@
         [fullscreen] cursor should auto-hide when over video
         https://bugs.webkit.org/show_bug.cgi?id=132758
 
+        Unreviewed followup based on test failure.
+
+        * css/fullscreen.css: Append the previous rule - video children of fullscreen elements.
+
+2014-05-09  Dean Jackson  <d...@apple.com>
+
+        [fullscreen] cursor should auto-hide when over video
+        https://bugs.webkit.org/show_bug.cgi?id=132758
+
         Reviewed by Brent Fulgham.
 
         Cursors were not auto-hiding over fullscreen video. There was

Modified: trunk/Source/WebCore/css/fullscreen.css (168569 => 168570)


--- trunk/Source/WebCore/css/fullscreen.css	2014-05-10 02:18:19 UTC (rev 168569)
+++ trunk/Source/WebCore/css/fullscreen.css	2014-05-10 02:20:37 UTC (rev 168570)
@@ -32,6 +32,7 @@
     -webkit-transition: none !important;
 }
 
+:-webkit-full-screen video,
 video:-webkit-full-screen {
     -webkit-cursor-visibility: auto-hide;
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to