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 23295 - "attribute" serializer types missing from grammar
Summary: "attribute" serializer types missing from grammar
Status: RESOLVED MOVED
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-09-19 18:40 UTC by Peter Linss
Modified: 2016-10-22 16:09 UTC (History)
5 users (show)

See Also:


Attachments

Description Peter Linss 2013-09-19 18:40:49 UTC
http://dev.w3.org/2006/webapi/WebIDL/#idl-serializers

Spec prose mentions serializers of the form:
[[
serializer = { attribute }; serializer = { inherit, attribute };
]]

But these are not accounted for in the grammar productions.
Comment 1 Boris Zbarsky 2013-09-19 18:54:37 UTC
It's not clear to me that we need all this serializer complexity, fwiw.  Are there actual use cases for it?
Comment 2 Domenic Denicola 2016-10-22 16:09:12 UTC
Consolidating serializer issues into a simplification issue at https://github.com/heycam/webidl/issues/188