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

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

Issue 96653004: Remove support for the obsolete <isindex> tag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 10 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 7b49c3c161757ccf8eb54677fdf53ad9c4e7e824..bea688b51836764cf28bddf740e33f23fdd6c3b8 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -390,11 +390,11 @@ button {
}
/* Form controls don't go vertical. */
-input, textarea, keygen, select, button, isindex, meter, progress {
+input, textarea, keygen, select, button, meter, progress {
-webkit-writing-mode: horizontal-tb !important;
}
-input, textarea, keygen, select, button, isindex {
+input, textarea, keygen, select, button {
margin: 0__qem;
font: -webkit-small-control;
color: initial;
@@ -412,7 +412,7 @@ input[type="hidden"] {
display: none
}
-input, input[type="password"], input[type="search"], isindex {
+input, input[type="password"], input[type="search"] {
-webkit-appearance: textfield;
padding: 1px;
background-color: white;
@@ -662,7 +662,7 @@ textarea {
pointer-events: none !important;
}
-input::-webkit-input-placeholder, isindex::-webkit-input-placeholder {
+input::-webkit-input-placeholder {
white-space: pre;
word-wrap: normal;
overflow: hidden;
@@ -1063,7 +1063,7 @@ applet:focus, embed:focus, iframe:focus, object:focus {
outline: none
}
-input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
+input:focus, textarea:focus, keygen:focus, select:focus {
outline-offset: -2px
}

Powered by Google App Engine
This is Rietveld 408576698