-
Bug
-
Resolution: Won't Fix
-
P5
-
18
There are three types of an HTML attribute paired with value: single-quoted, double-quoted, unquoted. Neither of those types allows NULL character:
1. https://html.spec.whatwg.org/multipage/parsing.html#attribute-value-(single-quoted)-state
2. https://html.spec.whatwg.org/multipage/parsing.html#attribute-value-(double-quoted)-state
3. https://html.spec.whatwg.org/multipage/parsing.html#attribute-value-(unquoted)-state
I know that this is likely a corner and mostly irrelevant to javadoc use case, but for the sake of HTML conformance we should consider it.
1. https://html.spec.whatwg.org/multipage/parsing.html#attribute-value-(single-quoted)-state
2. https://html.spec.whatwg.org/multipage/parsing.html#attribute-value-(double-quoted)-state
3. https://html.spec.whatwg.org/multipage/parsing.html#attribute-value-(unquoted)-state
I know that this is likely a corner and mostly irrelevant to javadoc use case, but for the sake of HTML conformance we should consider it.
- relates to
-
JDK-8267122 Premature ">" should fail HTML parsing
-
- Closed
-
-
JDK-8273247 Missing space between quoted value and the subsequent attribute name should fail HTML parsing
-
- Closed
-