We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37ed3b commit 19d2492Copy full SHA for 19d2492
src/nu/validator/htmlparser/impl/Tokenizer.java
@@ -3455,6 +3455,13 @@ private void ensureBufferSpace(int inputLength) throws SAXException {
3455
* LATIN CAPITAL LETTER Z, or U+0061 LATIN
3456
* SMALL LETTER A to U+007A LATIN SMALL
3457
* 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
3465
* all the characters that were matched
3466
* after the U+0026 AMPERSAND (&) must be
3467
* unconsumed, and nothing is returned.
0 commit comments