File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,9 @@ InvalidCloseException - Tried to close a tag that shouldn't have been closed
406406
407407MissedCloseException - Missed a non-optional close of a tag that would lead to causing an assumption during parsing.
408408
409+ InvalidAttributeNameException - An attribute name was found that contained an invalid character, or broke a naming rule.
410+
411+
409412IndexedAdvancedHTMLParser
410413=========================
411414
Original file line number Diff line number Diff line change @@ -429,6 +429,9 @@ InvalidCloseException - Tried to close a tag that shouldn't have been closed
429429
430430MissedCloseException - Missed a non-optional close of a tag that would lead to causing an assumption during parsing.
431431
432+ InvalidAttributeNameException - An attribute name was found that contained an invalid character, or broke a naming rule.
433+
434+
432435IndexedAdvancedHTMLParser
433436=========================
434437
You can’t perform that action at this time.
0 commit comments