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

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

Issue 442563002: Fix getComputedStyle() for area element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix code style 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..c0eba0aeef45fe148b54feb88f70fc12c1175eda 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -650,7 +650,11 @@ datalist {
display: none
}
-area, param {
+area {
+ display: inline
+}
+
+param {
display: none
}

Powered by Google App Engine
This is Rietveld 408576698