Bug 5671 - XML Documents should not create renderers for unrecognized tags
Summary: XML Documents should not create renderers for unrecognized tags
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks: 3249
  Show dependency treegraph
 
Reported: 2005-11-09 02:36 PST by Eric Seidel (no email)
Modified: 2019-02-06 09:02 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Eric Seidel (no email) 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.
Comment 2 Lucas Forschler 2019-02-06 09:02:42 PST
Mass moving XML DOM bugs to the "DOM" Component.