domenic / webidl-class-generator

Generates classes from WebIDL plus implementation code
BSD 2-Clause "Simplified" License
28 stars 1 forks source link

Support [Reflect=custom-content-attribute] #11

Closed domenic closed 10 years ago

domenic commented 10 years ago

Example: [Reflect=http-equiv] for HTMLMetaElement.prototype.httpEquiv.

For some reason Blink has this as [Reflect=http_equiv]; maybe dashes don't work for WebIDL syntax rule-related reasons?