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 24116 - Add additional form of Extended Attribute
Summary: Add additional form of Extended Attribute
Status: RESOLVED WONTFIX
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: 2013-12-16 19:37 UTC by yesitspeterokeefe
Modified: 2017-12-06 10:33 UTC (History)
3 users (show)

See Also:


Attachments

Description yesitspeterokeefe 2013-12-16 19:37:10 UTC
Currently the specification for Web IDL Extended Attributes limits one to using an argument list.  For certain work I am doing, it would be very beneficial to have the ability to also provide one or more constants.

Consider an extended attribute such as :
 
[RangeLimit(1,421428)] 

Or 

[CrossReference("2a666F")]
Comment 1 Anne 2017-12-06 10:33:29 UTC
Could you please file an issue against https://github.com/heycam/webidl/issues/new if this is still a concern? And if so, please provide a little more detail on the intended use.