This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22046 - [HTML]: default string values must use " not ' in WebIDL
Summary: [HTML]: default string values must use " not ' in WebIDL
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 12:58 UTC by Dominique Hazael-Massieux
Modified: 2013-05-27 10:01 UTC (History)
4 users (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2013-05-15 12:58:17 UTC
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 = '');"
Comment 1 Robin Berjon 2013-05-27 10:01:13 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: Replaced with the correct quotes.
Rationale: Reporter is right, as always.

https://github.com/w3c/html/commit/95b8d32b6b8738ac17e5e3d51f8ed6eb6754c465