mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Properly mark application/xhtml+xml documents as XML
For this to work, we must remove the unimplemented!() call in Element::parse_fragment because all the tests rely on setting innerHTML.
This commit is contained in:
parent
0c64bd766a
commit
c1bdd3d5ce
8 changed files with 9 additions and 136 deletions
|
@ -136,7 +136,7 @@ pub enum TouchEventResult {
|
|||
Forwarded,
|
||||
}
|
||||
|
||||
#[derive(JSTraceable, PartialEq, HeapSizeOf)]
|
||||
#[derive(Clone, Copy, Debug, HeapSizeOf, JSTraceable, PartialEq)]
|
||||
pub enum IsHTMLDocument {
|
||||
HTMLDocument,
|
||||
NonHTMLDocument,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue