Skip to content

Invalid html generated by the tab code #126

Closed
@vkbo

Description

@vkbo

The code that generates tabs adds an invalid </input> closing tag. The <input> element in HTML doesn't have a closing tag as it's a void element. I expect they are ignored by browsers anyway, but they fail in HTML validation tools.

def depart_tab_input(self, node):
self.body.append("</input>")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions