- From: <bugzilla@jessica.w3.org>
- Date: Mon, 19 Mar 2012 19:33:10 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16439
Summary: Avoid reserved words for variables
Product: WebAppsWG
Version: unspecified
Platform: Sun
OS/Version: Windows ME
Status: NEW
Severity: enhancement
Priority: P2
Component: WebIDL
AssignedTo: cam@mcc.id.au
ReportedBy: w3c@marcosc.com
QAContact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-script-coord@w3.org
The spec reads:
"Let class be a string whose value is determined as follows:"
Using the word "class" makes it annoying during implementation, because class
is reserved in many languages (hence I can't "var class = "). Please change it
to <var>classType</var> or some such. This makes it easier to implement makes
the spec and implementation consistant.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 19 March 2012 19:33:12 UTC