mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement CDATASection interface and createCDATASection method
This commit is contained in:
parent
431423388e
commit
4b8282b3b1
18 changed files with 106 additions and 112 deletions
|
@ -84,7 +84,7 @@ mod webdriver_handlers;
|
|||
/// TODO(emilio): A few of the FooHelpers can go away, presumably...
|
||||
pub mod layout_exports {
|
||||
pub use crate::dom::bindings::inheritance::{CharacterDataTypeId, ElementTypeId};
|
||||
pub use crate::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId};
|
||||
pub use crate::dom::bindings::inheritance::{HTMLElementTypeId, NodeTypeId, TextTypeId};
|
||||
pub use crate::dom::bindings::root::LayoutDom;
|
||||
pub use crate::dom::characterdata::LayoutCharacterDataHelpers;
|
||||
pub use crate::dom::document::{Document, LayoutDocumentHelpers, PendingRestyle};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue