Skip to content

Inconsistent handling of parser-processed markup. #397

@otherdaniel

Description

@otherdaniel

[This is chiefly a note to make sure this item won't get lost when transitioning this spec to HTML.]

The HTML parser processes a handful of markup during parsing, meaning it won't reach the Sanitizer. This can be handled in different ways, either by querying the sanitizer during parsing, or by fixing it up after parsing. Examples are:

Either are fine; but it seems sensible to make sure all of these use the same mechanism. Given that HTML upstreaming puts this into the same spec as the parser, that opens up the opportunity to actually do so.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions