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 20346 - [Custom]: "prototype" as an identifier in the ElementRegistrationOptions is invalid according to WebIDL
Summary: [Custom]: "prototype" as an identifier in the ElementRegistrationOptions is i...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dimitri Glazkov
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 17103
  Show dependency treegraph
 
Reported: 2012-12-11 19:30 UTC by Dimitri Glazkov
Modified: 2013-01-16 21:58 UTC (History)
2 users (show)

See Also:


Attachments

Description Dimitri Glazkov 2012-12-11 19:30:25 UTC
Splitting of from bug 20299:

William Chen 2012-12-11 19:09:01 UTC
The use of "prototype" as an identifier in the ElementRegistrationOptions dictionary is also invalid because it's a reserved identifier.

http://www.w3.org/TR/WebIDL/#idl-names

http://www.w3.org/TR/WebIDL/#idl-names

Boris Zbarsky 2012-12-11 19:14:04 UTC
That seems like a WebIDL bug to me, at first glance...
Comment 1 Dimitri Glazkov 2013-01-16 21:58:19 UTC
The "prototype" is no longer a reserved identifier in WebIDL.