Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Razor removes invalidly named HTML elements from output. #212

@NTaylorMullen

Description

@NTaylorMullen

Typing the following invalid HTML snippets:

<<p>
</  <<p>
< < /<  <p>

results in

<p>

This is because the TagHelperParseTreeRewriter ignores no tag name HTML elements and doesn't place them back onto the syntax tree when rewriting it (doesn't matter if you have tag helpers in your app).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions