Kotlin / kotlinx.html

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

summary tag should not be able to contain flow content #216

Open languitar opened 1 year ago

languitar commented 1 year ago

The HTML summary tag must only contain

Phrasing content or one element of Heading content

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary#technical_summary

The HTML DSL right now allows nesting arbitrary flow content and one can therefore end up with invalid HTML.