[Webkit-unassigned] [Bug 26398] Move IDL extended attributes to the location specified in WebIDL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 00:57:40 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=26398





--- Comment #43 from Takashi Sakamoto <tasak at google.com>  2012-08-10 00:58:04 PST ---
Created an attachment (id=157663)
 --> (https://bugs.webkit.org/attachment.cgi?id=157663&action=review)
IDL Grammar (merged current WebKit IDL grammar and WebIDL Editor's draft grammar)

For example, this grammar supports:
- attribute [Reflect] DOMString reflectedStringAttr;
- attribute long attrWithGetterException getter raises(DOMException);

and

- [Reflect] attribute DOMString reflectedStringAttr;
- attribute long attrWithGetterException getraises(DOMException);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list