WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
112698
SVG elements have no 'children' nodeList collection
https://bugs.webkit.org/show_bug.cgi?id=112698
Summary
SVG elements have no 'children' nodeList collection
Premasagar Rose
Reported
2013-03-19 08:05:49 PDT
HTML elements have a 'children' collection, which is a nodeList representing the subset of 'childNodes' that are elements: 'children' in document.createElement('div'); // true SVG elements have no such 'children' collection: 'children' in document.createElementNS('
http://www.w3.org/2000/svg
', 'rect'); // false More info on 'children' and the related Element Traversal API:
https://hacks.mozilla.org/2009/06/dom-traversal/
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2023-04-16 23:33:59 PDT
https://bugs.chromium.org/p/chromium/issues/detail?id=231505
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug