Bug 160988 - Move prefix / namespaceURI / localName attributes from Node to Attr / Element
Summary: Move prefix / namespaceURI / localName attributes from Node to Attr / Element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2016-08-18 18:08 PDT by Chris Dumez
Modified: 2016-08-18 19:41 PDT (History)
10 users (show)

See Also:


Attachments
Patch (24.96 KB, patch)
2016-08-18 18:10 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-08-18 18:08:24 PDT
Move prefix / namespaceURI / localName attributes from Node to Attr / Element as per the latest DOM specification:
- https://dom.spec.whatwg.org/#element
- https://dom.spec.whatwg.org/#attr

Firefox and Chrome match the specification.
Comment 1 Chris Dumez 2016-08-18 18:10:26 PDT
Created attachment 286425 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-18 19:41:49 PDT
Comment on attachment 286425 [details]
Patch

Clearing flags on attachment: 286425

Committed r204624: <http://trac.webkit.org/changeset/204624>
Comment 3 WebKit Commit Bot 2016-08-18 19:41:57 PDT
All reviewed patches have been landed.  Closing bug.