Bug 160988

Summary: Move prefix / namespaceURI / localName attributes from Node to Attr / Element
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cmarcelo, commit-queue, darin, dbates, esprehn+autocc, kangil.han, kondapallykalyan, rniwa, sam
Priority: P2 Keywords: WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.