Skip to content

Missing summary tag #40

@believer

Description

@believer

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions