- From: <bugzilla@jessica.w3.org>
- Date: Wed, 14 Aug 2013 15:10:47 +0000
- To: www-dom@w3.org
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: annevk@annevk.nl Reporter: arv@chromium.org QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, www-dom@w3.org 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.
Received on Wednesday, 14 August 2013 15:10:53 UTC