Skip to content

Allow div around dt and dds  #464

@marcoscaceres

Description

@marcoscaceres

HTML now allows:

<dl>
   <div>
    <dt>term<dt>
    <dd>def</dd>
   </div>
</dl>

Relevant spec change:
whatwg/html@5454d70

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions