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 2466243002: Add a UA style, "display: contents", for <slot> (Closed)
Patch Set: 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 52d3407f8c27e1cfc560df96c60bd69837676227..586eef8a472c3ea73fac1a12bb94b0c504f501f1 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -1099,6 +1099,10 @@ dialog::backdrop {
background: rgba(0,0,0,0.1)
}
+slot {
+ display: contents;
kochi 2016/11/01 05:41:40 Why this is defined in both html.css and slot.css?
hayato 2016/11/01 05:46:33 Ops. I forgot to remove this from html.css. Done.
+}
+
/* page */
@page {
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp ('k') | third_party/WebKit/Source/core/css/slot.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698