[Bug 22046] New: [HTML]: default string values must use " not ' in WebIDL

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22046

            Bug ID: 22046
           Summary: [HTML]: default string values must use " not ' in
                    WebIDL
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: dom@w3.org
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

The default value for the arguments below should be "" not '' per WebIDL

" void alert(optional DOMString message = ''); 
  boolean confirm(optional DOMString message = '');
  DOMString? prompt(optional DOMString message = '', optional DOMString default
= '');"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 May 2013 12:58:20 UTC