Kotlin / kotlinx.html

Kotlin DSL for HTML
Apache License 2.0
1.64k stars 133 forks source link

Attribute group declaration not working correctly #279

Closed severn-everett closed 5 months ago

severn-everett commented 6 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.