mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move build_element_from_tag out of the HTML parser.
This function is not particular to the parser, so should live in the DOM.
This commit is contained in:
parent
f9b84fd870
commit
82216fd5c0
7 changed files with 248 additions and 166 deletions
|
@ -91,6 +91,7 @@ pub mod dom {
|
|||
pub mod domrectlist;
|
||||
pub mod comment;
|
||||
pub mod console;
|
||||
mod create;
|
||||
pub mod customevent;
|
||||
pub mod dedicatedworkerglobalscope;
|
||||
pub mod document;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue