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 20477 - serializer grammar doesn't expose "attribute" as a valid value
Summary: serializer grammar doesn't expose "attribute" as a valid value
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 15:46 UTC by Dominique Hazael-Massieux
Modified: 2016-10-22 16:09 UTC (History)
3 users (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2012-12-21 15:46:17 UTC
"attribute" is a valid keyword for serializer maps, but the grammar doesn't know about it:

SerializationPatternMap	→	"getter"
 | "inherit" Identifiers
 | identifier Identifiers
 | ε
Comment 1 Domenic Denicola 2016-10-22 16:09:55 UTC
Consolidating serializer issues into a simplification issue at https://github.com/heycam/webidl/issues/188