mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -308,6 +308,8 @@ pub fn create_native_html_element(
|
|||
// https://html.spec.whatwg.org/multipage/#other-elements,-attributes-and-apis:isindex-2
|
||||
local_name!("isindex") => make!(HTMLUnknownElement),
|
||||
local_name!("kbd") => make!(HTMLElement),
|
||||
// https://html.spec.whatwg.org/multipage/#keygen
|
||||
local_name!("keygen") => make!(HTMLUnknownElement),
|
||||
local_name!("label") => make!(HTMLLabelElement),
|
||||
local_name!("legend") => make!(HTMLLegendElement),
|
||||
local_name!("li") => make!(HTMLLIElement),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue