Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: third_party/WebKit/Source/core/css/html.css

Issue 2202493002: NOT FOR REVIEW: Fullscreen WIP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/html.css
diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
index 586eef8a472c3ea73fac1a12bb94b0c504f501f1..f90246c4ffcf85afd99ce8640011e2e32928e3b6 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -1090,6 +1090,8 @@ dialog {
color: black
}
+/* TODO(foolip): In the Fullscreen spec, there's a ::backdrop block with the
+ properties shared with :fullscreen::backdrop (see fullscreen.css). */
dialog::backdrop {
position: fixed;
top: 0;
« no previous file with comments | « third_party/WebKit/Source/core/css/fullscreen.css ('k') | third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698