mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 00:11:13 +01:00
...
This commit is contained in:
parent
9e1bbdf5b4
commit
054752d956
1 changed files with 2 additions and 2 deletions
|
|
@ -87,8 +87,8 @@ def normalize_language_tag(tag):
|
|||
return taglist
|
||||
|
||||
|
||||
INAPPROPRIATE_PSEUDO_CLASSES = frozenset([
|
||||
'active', 'after', 'disabled', 'visited', 'link', 'before', 'focus', 'first-letter', 'enabled', 'first-line', 'hover', 'checked', 'target'])
|
||||
INAPPROPRIATE_PSEUDO_CLASSES = frozenset((
|
||||
'active', 'after', 'disabled', 'visited', 'link', 'before', 'focus', 'first-letter', 'enabled', 'first-line', 'hover', 'checked', 'target'))
|
||||
|
||||
|
||||
class Select(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue