esrille / escudo

The Escudo Web Browser
Apache License 2.0
68 stars 13 forks source link

[HTML] Reflect non-event handler content attributes in IDL attributes #9

Closed ShikiOkasaka closed 11 years ago

ShikiOkasaka commented 11 years ago

Note event handler content attributes are handled at #4.

ShikiOkasaka commented 11 years ago

Done:

ShikiOkasaka commented 11 years ago

Probably it's better to check attributes for each element type separately. Now that we have common functions in the HTMLElementImp class, such as getAttributeAsBoolean, getAttributeAsInteger, etc., it would be very straightforward in most cases.