mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -521,13 +521,6 @@ impl Tokenizer {
|
|||
|
||||
if let Some(control) = control {
|
||||
control.set_form_owner_from_parser(&form);
|
||||
} else {
|
||||
// TODO remove this code when keygen is implemented.
|
||||
assert_eq!(
|
||||
node.NodeName(),
|
||||
"KEYGEN",
|
||||
"Unknown form-associatable element"
|
||||
);
|
||||
}
|
||||
},
|
||||
ParseOperation::Pop { node } => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue