kotlinx.html
kotlinx.html copied to clipboard
summary tag should not be able to contain flow content
trafficstars
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.