Skip to content

Commit 19d2492

Browse files
Update comment re: named-charref spec-code clash
1 parent c37ed3b commit 19d2492

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/nu/validator/htmlparser/impl/Tokenizer.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3455,6 +3455,13 @@ private void ensureBufferSpace(int inputLength) throws SAXException {
34553455
* LATIN CAPITAL LETTER Z, or U+0061 LATIN
34563456
* SMALL LETTER A to U+007A LATIN SMALL
34573457
* LETTER Z, then, for historical reasons,
3458+
* ---
3459+
* FIXME: The remainder of this comment
3460+
* doesn't actually match the current spec.
3461+
* But the code behavior here also doesn't
3462+
* match the current spec, so it's unclear
3463+
* how to reconcile it...
3464+
* ---
34583465
* all the characters that were matched
34593466
* after the U+0026 AMPERSAND (&) must be
34603467
* unconsumed, and nothing is returned.

0 commit comments

Comments
 (0)