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

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

Issue 443373002: Add <menuitem>, new HTMLMenuElement IDL attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: more tests Created 6 years, 4 months 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: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index b1ad9ac08e36a6200c371329432854a6b2ad9f7e..995c863e8d9f54d30ed15f440c7a3e3653e0fb41 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -650,6 +650,10 @@ datalist {
display: none
}
+menuitem {
tkent 2014/08/11 01:58:32 We can't add CSS rules for a runtime-enabled featu
pals 2014/08/11 09:11:58 Done.
+ display: none
+}
+
area, param {
display: none
}

Powered by Google App Engine
This is Rietveld 408576698