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 21076 - Remove _-escape mechanism for identifiers
Summary: Remove _-escape mechanism for identifiers
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 17:06 UTC by Anne
Modified: 2013-02-21 17:18 UTC (History)
2 users (show)

See Also:


Attachments

Description Anne 2013-02-21 17:06:39 UTC
Now identifiers have almost no restrictions this complexity is not warranted. And I think there's a bug too, e.g.

  static attribute Node _prototype;

looks like it would be allowed.
Comment 1 Anne 2013-02-21 17:18:10 UTC
It is warranted.