- From: <bugzilla@jessica.w3.org>
- Date: Wed, 15 May 2013 12:58:17 +0000
- To: public-html-admin@w3.org
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 on the CC list for the bug.
Received on Wednesday, 15 May 2013 12:58:23 UTC