mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Treat the keygen
element as obsolete (#30429)
* Eradicate the `keygen` element * Run `./mach fmt` * Fix relevant Servo test * Fix outdated manifest
This commit is contained in:
parent
f330cf534d
commit
80d9a2bb4f
10 changed files with 31 additions and 47 deletions
|
@ -18,6 +18,6 @@ tbody, tfoot, tr, td, th, dir, dd, dl, dt, menu, ol, ul, li, [dir=ltr i],
|
|||
unicode-bidi: bidi-override;
|
||||
}
|
||||
input:not([type=submit i]):not([type=reset i]):not([type=button i]),
|
||||
textarea, keygen {
|
||||
textarea {
|
||||
unicode-bidi: normal;
|
||||
}
|
||||
|
|
|
@ -250,7 +250,7 @@ table:matches(
|
|||
}
|
||||
|
||||
|
||||
input, select, option, optgroup, button, textarea, keygen {
|
||||
input, select, option, optgroup, button, textarea {
|
||||
text-indent: initial;
|
||||
text-transform: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue