mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:27:44 +00:00
LibWeb: Implement XMLSerializer
The main thing that is missing is validating certain pieces of data
against XML productions in well-formed mode, but nothing uses
well-formed mode right now.
Required by Closure Library for sanitising HTML.
e687b3d8ab/closure/goog/html/sanitizer/safedomtreeprocessor.js (L117)
This commit is contained in:
parent
60fc0ceabb
commit
de88e119a0
10 changed files with 938 additions and 1 deletions
|
@ -90,6 +90,7 @@ namespace Web::HTML::TagNames {
|
|||
__ENUMERATE_HTML_TAG(marquee) \
|
||||
__ENUMERATE_HTML_TAG(math) \
|
||||
__ENUMERATE_HTML_TAG(menu) \
|
||||
__ENUMERATE_HTML_TAG(menuitem) \
|
||||
__ENUMERATE_HTML_TAG(meta) \
|
||||
__ENUMERATE_HTML_TAG(meter) \
|
||||
__ENUMERATE_HTML_TAG(nav) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue