Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.6k stars 130 forks source link

Attribute group declaration not working correctly #279

Closed severn-everett closed 1 month ago

severn-everett commented 3 months ago

A couple of attribute group declarations aren't being translated into attribute fields for some tags, for example:

A different way of translating attribute groups should be implemented wherein attribute groups should consist of two different fields:

A benefit of this change will be that the creation of the attribute groups for the SVG tags (for issue #26) will be easier.