mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Added support for additional xml types to DOMParser::parseFromString
This commit is contained in:
parent
0594d58bc8
commit
9f2bd6779a
3 changed files with 7 additions and 22 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
enum SupportedType {
|
||||
"text/html",
|
||||
"text/xml"/*,
|
||||
"text/xml",
|
||||
"application/xml",
|
||||
"application/xhtml+xml",
|
||||
"application/xhtml+xml"/*,
|
||||
"image/svg+xml"*/
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue