Skip to content

Low priority: some HTML tags should not be closed #195

@daattali

Description

@daattali

There are some HTML tags that are not closed by convention. They are allowed to be closed for backwards compatibility with XHTML, but in practice these days they never have a closing slash.

These tags are the ones I know about: meta br link input

For example, the following code

htmltools::tags$meta(name="foo", content="bar")

Currently generates <meta name="foo" content="bar"/> but it should be <meta name="foo" content="bar">

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