[Bug 22959] New: Nullable parameter in tail position should be optional
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22959
Bug ID: 22959
Summary: Nullable parameter in tail position should be optional
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
For example:
http://dom.spec.whatwg.org/#domimplementation
XMLDocument createDocument(DOMString? namespace, [TreatNullAs=EmptyString]
DOMString qualifiedName, DocumentType? doctype);
It really is silly to force people to write createDocument(ns, 'root', null)
--
You are receiving this mail because:
You are on the CC list for the bug.