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 4884cd9 commit 5edccddCopy full SHA for 5edccdd
AdvancedHTMLParser/constants.py
@@ -66,7 +66,7 @@
66
}
67
68
# These attributes are binary (only accept true/false)
69
-TAG_ITEM_BINARY_ATTRIBUTES = { 'hidden', 'checked' }
+TAG_ITEM_BINARY_ATTRIBUTES = { 'hidden', 'checked', 'selected' }
70
71
# The opposite of TAG_ITEM_CHANGE_NAME_FROM_ITEM, for going from the attribute name to the object-access name
72
TAG_ITEM_CHANGE_NAME_FROM_ATTR = { val : key for key, val in TAG_ITEM_CHANGE_NAME_FROM_ITEM.items() }
0 commit comments