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 15762 - 3.1 Names / constants clarification
Summary: 3.1 Names / constants clarification
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL: http://dev.w3.org/2006/webapi/WebIDL/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-28 17:40 UTC by Ms2ger
Modified: 2012-01-30 23:32 UTC (History)
2 users (show)

See Also:


Attachments

Description Ms2ger 2012-01-28 17:40:32 UTC
The spec states:

> For constants, ... the final identifier token before the semicolon at
> the end of the declaration determines the identifier.

I guess this is technically correct, because the value wouldn't be an identifier, but this could say more clearly that the identifier is before the '='.
Comment 1 Cameron McCormack 2012-01-29 23:04:36 UTC
That isn't the case for attributes, exception fields and dictionary members, though.  Do you think I should split that into another bullet point?
Comment 2 Ms2ger 2012-01-30 09:39:57 UTC
I think that would be slightly clearer, yes.
Comment 3 Cameron McCormack 2012-01-30 23:32:17 UTC
OK, I did that.