[Bug 28109] New: Inconsistent argument naming in createElementNS and createAttributeNS
[email protected] Thu, 26 Feb 2015 16:58:49 +0000
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28109
Bug ID: 28109
Summary: Inconsistent argument naming in createElementNS and
createAttributeNS
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
https://dom.spec.whatwg.org/#document
Element createElementNS(DOMString? namespace, DOMString qualifiedName)
vs
Attr createAttributeNS(DOMString? namespace, DOMString name);
The algorithms look very similar, it seems like createAttributeNS should call
its argument qualifiedName too. Maybe. Blink's IDL files do anyway.
--
You are receiving this mail because:
You are on the CC list for the bug.