Skip to content

Commit 66ad0ee

Browse files
committed
README - Note the new InvalidAttributeNameException
1 parent 2e60b34 commit 66ad0ee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ InvalidCloseException - Tried to close a tag that shouldn't have been closed
406406

407407
MissedCloseException - 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+
409412
IndexedAdvancedHTMLParser
410413
=========================
411414

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,9 @@ InvalidCloseException - Tried to close a tag that shouldn't have been closed
429429

430430
MissedCloseException - 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+
432435
IndexedAdvancedHTMLParser
433436
=========================
434437

0 commit comments

Comments
 (0)