-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P5
-
Affects Version/s: 17
-
Component/s: tools
According to the rules of HTML parsing described in https://html.spec.whatwg.org/multipage/parsing.html#before-attribute-value-state , encountering the ">" character in the "before attribute value" state should cause a parse error:
<element ... attribute-name=>
However, DocCommentParser treats such input effectively as if the attribute had an empty value:
<element ... attribute-name="">
<element ... attribute-name=>
However, DocCommentParser treats such input effectively as if the attribute had an empty value:
<element ... attribute-name="">
- relates to
-
JDK-8273237 U+0000 NULL character in an attribute should fail HTML parsing
-
- Closed
-
-
JDK-8273247 Missing space between quoted value and the subsequent attribute name should fail HTML parsing
-
- Closed
-