Skip to content

Commit

Permalink
Delete keygen from default stylesheet
Browse files Browse the repository at this point in the history
Keygen is no longer supported by HTML.
  • Loading branch information
flaviut authored and domenic committed May 20, 2017
1 parent 5151546 commit 7d950c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/jsdom/browser/default-stylesheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,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. */
Expand Down Expand Up @@ -442,7 +442,7 @@ input[type="search"] {
box-sizing: border-box;
}
keygen, select {
select {
border-radius: 5px;
}
Expand Down Expand Up @@ -510,7 +510,7 @@ input[type="range"] {
}
input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled,
button:disabled, select:disabled, keygen:disabled, optgroup:disabled, option:disabled,
button:disabled, select:disabled, optgroup:disabled, option:disabled,
select[disabled]>option {
color: GrayText
}
Expand Down Expand Up @@ -684,7 +684,7 @@ applet:focus, 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
}
Expand Down

0 comments on commit 7d950c4

Please sign in to comment.