mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Formatting.
This commit is contained in:
parent
dbff26bce0
commit
0e8ac3fdac
81 changed files with 588 additions and 206 deletions
|
@ -230,7 +230,13 @@ unsafe fn html_constructor(
|
|||
let element = if definition.is_autonomous() {
|
||||
DomRoot::upcast(HTMLElement::new(name.local, None, &*document, None))
|
||||
} else {
|
||||
create_native_html_element(name, None, &*document, ElementCreator::ScriptCreated, None)
|
||||
create_native_html_element(
|
||||
name,
|
||||
None,
|
||||
&*document,
|
||||
ElementCreator::ScriptCreated,
|
||||
None,
|
||||
)
|
||||
};
|
||||
|
||||
// Step 8.2 is performed in the generated caller code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue