[Bug 22959] New: Nullable parameter in tail position should be optional

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 the QA Contact for the bug.

Received on Wednesday, 14 August 2013 15:10:50 UTC