RESOLVED INVALID5671
XML Documents should not create renderers for unrecognized tags
https://bugs.webkit.org/show_bug.cgi?id=5671
Summary XML Documents should not create renderers for unrecognized tags
Eric Seidel (no email)
Reported 2005-11-09 02:36:45 PST
XML Documents should not create renderers for unrecognized tags This includes XHTML. Only regonized tags, which WebKit has support for should result in renderers being added to the Render tree and actual drawing to the screen being done. At least in the case of SVG (and other xml formats), it's common to embed additional non-rendered xml containing metadata about the document which might be used by certain (editing) programs when opening it, but should not be rendered by Safari.
Attachments
Eric Seidel (no email)
Comment 1 2005-11-21 01:40:17 PST
According to hyatt, this is correct behavior for XML/CSS. I've special cased SVG as part of 3249's changes.
Lucas Forschler
Comment 2 2019-02-06 09:02:42 PST
Mass moving XML DOM bugs to the "DOM" Component.
Note You need to log in before you can comment on or make changes to this bug.