-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
A-content/domInteracting with the DOM from web contentInteracting with the DOM from web content
Description
create_html_element implements https://dom.spec.whatwg.org/#concept-create-element and is called from the parser (via Element::create in Sink::create_element), but the HTML specification defines https://html.spec.whatwg.org/multipage/parsing.html#create-an-element-for-the-token which is used by the HTML parsing algorithms. Steps 6 and 9 are particularly relevant for dealing with #19307 (comment).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/domInteracting with the DOM from web contentInteracting with the DOM from web content