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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/themeWin.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 be7cef331314188a77778d0509269b9f85fa3287..e21bf128118e1391c3dbbdd1c1288c9569ac70b5 100644
--- a/third_party/WebKit/Source/core/css/html.css
+++ b/third_party/WebKit/Source/core/css/html.css
@@ -392,11 +392,11 @@ button {
}
/* Form controls don't go vertical. */
-input, textarea, keygen, select, button, meter, progress {
+input, textarea, select, button, meter, progress {
-webkit-writing-mode: horizontal-tb !important;
}
-input, textarea, keygen, select, button {
+input, textarea, select, button {
margin: 0__qem;
font: -webkit-small-control;
text-rendering: auto; /* FIXME: Remove when tabs work with optimizeLegibility. */
@@ -484,14 +484,10 @@ input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-inner-spin-button {
pointer-events: auto;
}
-keygen, select {
+select {
border-radius: 5px;
}
-keygen::-webkit-keygen-select {
- margin: 0px;
-}
-
textarea {
-webkit-appearance: textarea;
background-color: white;
@@ -610,7 +606,7 @@ input[type="range" i]::-webkit-slider-thumb, input[type="range" i]::-webkit-medi
input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled,
input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled,
-select:disabled, keygen:disabled, optgroup:disabled, option:disabled,
+select:disabled, optgroup:disabled, option:disabled,
select[disabled]>option {
color: GrayText
}
@@ -978,7 +974,7 @@ embed:focus, iframe:focus, object:focus {
outline: none
}
-input:focus, textarea:focus, keygen:focus, select:focus {
+input:focus, textarea:focus, select:focus {
outline-offset: -2px
}
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/css/themeWin.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698