| AdvancedHTMLParser.constants | index |
# Copyright (c) 2015 Tim Savannah under LGPLv3.
# See LICENSE (https://gnu.org/licenses/lgpl-3.0.txt) for more information.
# Constants in AdvancedHTMLParser
| Data | ||
| IMPLICIT_SELF_CLOSING_TAGS = {'br', 'hr', 'img', 'input', 'link', 'meta'} INVISIBLE_ROOT_TAG = 'xxxblank' INVISIBLE_ROOT_TAG_END = '</xxxblank>' INVISIBLE_ROOT_TAG_START = '<xxxblank>' PREFORMATTED_TAGS = {'code', 'pre'} PRESERVE_CONTENTS_TAGS = {'code', 'pre', 'script', 'style'} | ||