The summary tag seems to be missing in the intrinsic elements' definition. This is used together with details, which does exist in the definitions.
<details>
<summary>Custom title for the details element</summary>
Details that are shown when expanded.
</details>
I can create a PR if the issue is valid. I think there's only a summary: HtmlTag; missing, since the summary tag only includes the global attributes.
Thanks for a great library!
The
summarytag seems to be missing in the intrinsic elements' definition. This is used together withdetails, which does exist in the definitions.I can create a PR if the issue is valid. I think there's only a
summary: HtmlTag;missing, since thesummarytag only includes the global attributes.Thanks for a great library!