MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
html2txt/__init__.py
html2txt/converters/__init__.py
html2txt/converters/html2markdown.py
html2txt/parsers/__init__.py
html2txt/parsers/ast.py
html2txt/parsers/common.py
html2txt/parsers/etreehtmlparser.py
html2txt/parsers/parser.py
html2txt/parsers/visitor.py
html2txt/parsers/xmlfragmentparser.py
tests/test_00001_html2txt_9.py
tests/test_00002_html2txt_5.py
tests/test_00003_html2txt_15.py
tests/test_00004_html2txt_14.py
tests/test_00005_html2txt_4.py
tests/test_00006_html2txt_8.py
tests/test_00007_html2txt_3.py
tests/test_00008_html2txt_13.py
tests/test_00009_html2txt_12.py
tests/test_00010_html2txt_2.py
tests/test_00011_html2txt_11.py
tests/test_00012_html2txt_1.py
tests/test_00013_html2txt_10.py
tests/test_00014_html2txt_7.py
tests/test_00015_html2txt_6.py
tests/breakdance/LICENSE
tests/breakdance/expected/a-children.md
tests/breakdance/expected/base.md
tests/breakdance/expected/blockquote-markup.md
tests/breakdance/expected/blockquote-nested.md
tests/breakdance/expected/bootstrap-code.md
tests/breakdance/expected/bootstrap-css-checkmarks.md
tests/breakdance/expected/bootstrap-css-table.md
tests/breakdance/expected/bootstrap-css.md
tests/breakdance/expected/bootstrap-reboot-address.md
tests/breakdance/expected/bootstrap-reboot.md
tests/breakdance/expected/bootstrap-typeography.md
tests/breakdance/expected/breakdance.md
tests/breakdance/expected/caniuse-li-p.md
tests/breakdance/expected/caniuse.md
tests/breakdance/expected/code.md
tests/breakdance/expected/dl.html
tests/breakdance/expected/gfm-html.md
tests/breakdance/expected/gfm.md
tests/breakdance/expected/head-title.md
tests/breakdance/expected/head.md
tests/breakdance/expected/header1.md
tests/breakdance/expected/header2.md
tests/breakdance/expected/headings-inside-anchor.md
tests/breakdance/expected/headings-newlines.md
tests/breakdance/expected/headings-spacing.md
tests/breakdance/expected/hr.md
tests/breakdance/expected/list-li-code.md
tests/breakdance/expected/list-nav-nested.md
tests/breakdance/expected/list-nested-text.md
tests/breakdance/expected/list-nested.md
tests/breakdance/expected/list-ol-attributes.md
tests/breakdance/expected/list-ol.md
tests/breakdance/expected/list-ul-anchor-code.md
tests/breakdance/expected/list-ul-anchor.md
tests/breakdance/expected/list-ul-anchors.md
tests/breakdance/expected/list-ul-attributes.md
tests/breakdance/expected/list-ul.md
tests/breakdance/expected/mozilla-a.md
tests/breakdance/expected/mozilla-html-content-sectioning-address.md
tests/breakdance/expected/mozilla-html-content-sectioning.md
tests/breakdance/expected/mozilla-html-demarcating-edits.md
tests/breakdance/expected/mozilla-html-document-metadata.md
tests/breakdance/expected/mozilla-html-elements-attributes.md
tests/breakdance/expected/mozilla-html-elements.md
tests/breakdance/expected/mozilla-html-embedded-content.md
tests/breakdance/expected/mozilla-html-forms-button.md
tests/breakdance/expected/mozilla-html-forms.md
tests/breakdance/expected/mozilla-html-image-and-multimedia.md
tests/breakdance/expected/mozilla-html-inline-text-semantics-br.md
tests/breakdance/expected/mozilla-html-inline-text-semantics.md
tests/breakdance/expected/mozilla-html-interactive-elements.md
tests/breakdance/expected/mozilla-html-main-root.md
tests/breakdance/expected/mozilla-html-obsolete-and-deprecated-elements.md
tests/breakdance/expected/mozilla-html-scripting.md
tests/breakdance/expected/mozilla-html-table-content.md
tests/breakdance/expected/mozilla-html-table-td-datalist.md
tests/breakdance/expected/mozilla-html-td-a.md
tests/breakdance/expected/mozilla-html-td-datalist.md
tests/breakdance/expected/mozilla-html-text-content.md
tests/breakdance/expected/mozilla-html-web-components.md
tests/breakdance/expected/mozilla-memory-management-toc.md
tests/breakdance/expected/mozilla-memory-management.md
tests/breakdance/expected/mozilla-table.md
tests/breakdance/expected/options.omit.md
tests/breakdance/expected/options.readable-mozilla-html-elements.md
tests/breakdance/expected/options.readable-mozilla-memory-management.md
tests/breakdance/expected/pre-html.md
tests/breakdance/expected/pre-multiple.md
tests/breakdance/expected/pre.md
tests/breakdance/expected/reboot.md
tests/breakdance/expected/strong-spacing3.md
tests/breakdance/expected/table-alignment.md
tests/breakdance/expected/table-document.md
tests/breakdance/expected/table-multiple-thead-tr.md
tests/breakdance/expected/table-multiple-thead-tr2.md
tests/breakdance/expected/table-no-thead-no-tbody.md
tests/breakdance/expected/table-row-alignment.md
tests/breakdance/expected/table-thead-no-tr.md
tests/breakdance/expected/table-thead-tbody-tfoot.md
tests/breakdance/expected/table-with-caption.md
tests/breakdance/expected/table-with-colgroup-and-col.md
tests/breakdance/expected/table-with-colgroup.md
tests/breakdance/expected/table.md
tests/breakdance/expected/whitespace-td-em.md
tests/breakdance/expected/wikipedia-img-src.md
tests/breakdance/fixtures/a-children.html
tests/breakdance/fixtures/address.html
tests/breakdance/fixtures/base.html
tests/breakdance/fixtures/blockquote-markup.html
tests/breakdance/fixtures/blockquote-nested.html
tests/breakdance/fixtures/boostrap-contents.html
tests/breakdance/fixtures/bootstrap-code.html
tests/breakdance/fixtures/bootstrap-css-checkmarks.html
tests/breakdance/fixtures/bootstrap-css-table.html
tests/breakdance/fixtures/bootstrap-css.html
tests/breakdance/fixtures/bootstrap-download.html
tests/breakdance/fixtures/bootstrap-flexbox.html
tests/breakdance/fixtures/bootstrap-grid.html
tests/breakdance/fixtures/bootstrap-images.html
tests/breakdance/fixtures/bootstrap-introduction.html
tests/breakdance/fixtures/bootstrap-javascriopt.html
tests/breakdance/fixtures/bootstrap-layout.html
tests/breakdance/fixtures/bootstrap-reboot-address.html
tests/breakdance/fixtures/bootstrap-reboot.html
tests/breakdance/fixtures/bootstrap-tables.html
tests/breakdance/fixtures/bootstrap-typeography.html
tests/breakdance/fixtures/breakdance.html
tests/breakdance/fixtures/caniuse-li-p.html
tests/breakdance/fixtures/caniuse.html
tests/breakdance/fixtures/code-attributes.html
tests/breakdance/fixtures/code.html
tests/breakdance/fixtures/currency.html
tests/breakdance/fixtures/developer-survey-2015.html
tests/breakdance/fixtures/dl.html
tests/breakdance/fixtures/doc.html
tests/breakdance/fixtures/foo.html
tests/breakdance/fixtures/form.html
tests/breakdance/fixtures/gfm-html-nolang.html
tests/breakdance/fixtures/gfm-html.html
tests/breakdance/fixtures/gfm.html
tests/breakdance/fixtures/github-readme-layouts.html
tests/breakdance/fixtures/head-title.html
tests/breakdance/fixtures/head.html
tests/breakdance/fixtures/header1.html
tests/breakdance/fixtures/header2.html
tests/breakdance/fixtures/headings-inside-anchor.html
tests/breakdance/fixtures/headings-newlines.html
tests/breakdance/fixtures/headings-spacing.html
tests/breakdance/fixtures/hr.html
tests/breakdance/fixtures/images.html
tests/breakdance/fixtures/img-no-src.html
tests/breakdance/fixtures/list-li-code.html
tests/breakdance/fixtures/list-nav-nested.html
tests/breakdance/fixtures/list-nested-text.html
tests/breakdance/fixtures/list-nested.html
tests/breakdance/fixtures/list-ol-attributes.html
tests/breakdance/fixtures/list-ol.html
tests/breakdance/fixtures/list-ul-anchor-code.html
tests/breakdance/fixtures/list-ul-anchor.html
tests/breakdance/fixtures/list-ul-anchors.html
tests/breakdance/fixtures/list-ul-anchors2.html
tests/breakdance/fixtures/list-ul-attributes.html
tests/breakdance/fixtures/list-ul-div.html
tests/breakdance/fixtures/list-ul.html
tests/breakdance/fixtures/markdown-cheatsheet.html
tests/breakdance/fixtures/mozilla-a.html
tests/breakdance/fixtures/mozilla-html-content-sectioning-address.html
tests/breakdance/fixtures/mozilla-html-content-sectioning.html
tests/breakdance/fixtures/mozilla-html-demarcating-edits.html
tests/breakdance/fixtures/mozilla-html-document-metadata.html
tests/breakdance/fixtures/mozilla-html-elements-attributes.html
tests/breakdance/fixtures/mozilla-html-elements.html
tests/breakdance/fixtures/mozilla-html-elements2.html
tests/breakdance/fixtures/mozilla-html-embedded-content.html
tests/breakdance/fixtures/mozilla-html-forms-button.html
tests/breakdance/fixtures/mozilla-html-forms.html
tests/breakdance/fixtures/mozilla-html-image-and-multimedia.html
tests/breakdance/fixtures/mozilla-html-inline-text-semantics-br.html
tests/breakdance/fixtures/mozilla-html-inline-text-semantics.html
tests/breakdance/fixtures/mozilla-html-interactive-elements.html
tests/breakdance/fixtures/mozilla-html-main-root.html
tests/breakdance/fixtures/mozilla-html-obsolete-and-deprecated-elements.html
tests/breakdance/fixtures/mozilla-html-scripting.html
tests/breakdance/fixtures/mozilla-html-table-content.html
tests/breakdance/fixtures/mozilla-html-table-td-datalist.html
tests/breakdance/fixtures/mozilla-html-td-a.html
tests/breakdance/fixtures/mozilla-html-td-datalist.html
tests/breakdance/fixtures/mozilla-html-text-content.html
tests/breakdance/fixtures/mozilla-html-web-components.html
tests/breakdance/fixtures/mozilla-memory-management-toc.html
tests/breakdance/fixtures/mozilla-memory-management.html
tests/breakdance/fixtures/mozilla-table.html
tests/breakdance/fixtures/options.omit.html
tests/breakdance/fixtures/options.readable-mozilla-html-elements.html
tests/breakdance/fixtures/options.readable-mozilla-memory-management.html
tests/breakdance/fixtures/p-a.html
tests/breakdance/fixtures/pre-html.html
tests/breakdance/fixtures/pre-multiple.html
tests/breakdance/fixtures/pre.html
tests/breakdance/fixtures/random-wiki-page.html
tests/breakdance/fixtures/reboot.html
tests/breakdance/fixtures/so.html
tests/breakdance/fixtures/strong-spacing3.html
tests/breakdance/fixtures/strong-strong-strong.html
tests/breakdance/fixtures/table-alignment.html
tests/breakdance/fixtures/table-document.html
tests/breakdance/fixtures/table-multiple-thead-tr.html
tests/breakdance/fixtures/table-multiple-thead-tr2.html
tests/breakdance/fixtures/table-no-thead-no-tbody.html
tests/breakdance/fixtures/table-row-alignment.html
tests/breakdance/fixtures/table-thead-no-tr.html
tests/breakdance/fixtures/table-thead-tbody-tfoot.html
tests/breakdance/fixtures/table-with-caption.html
tests/breakdance/fixtures/table-with-colgroup-and-col.html
tests/breakdance/fixtures/table-with-colgroup.html
tests/breakdance/fixtures/table.html
tests/breakdance/fixtures/whitespace-td-em.html
tests/breakdance/fixtures/wikipedia-img-src.html
tests/breakdance/fixtures/wikipedia-punctuation.html
tests/breakdance/fixtures/wikipedia.html
tests/commonmark/LICENSE
tests/commonmark/commonmark-spec.json
tests/config/mkbreakdance.py
tests/config/mkcommonmark.py
tests/config/mkhtml2txt.py
tests/config/mkmathml.py
tests/config/mksvgweb.py
tests/html2txt/html/1.html
tests/html2txt/html/10.html
tests/html2txt/html/11.html
tests/html2txt/html/12.html
tests/html2txt/html/13.html
tests/html2txt/html/14.html
tests/html2txt/html/15.html
tests/html2txt/html/2.html
tests/html2txt/html/3.html
tests/html2txt/html/4.html
tests/html2txt/html/5.html
tests/html2txt/html/6.html
tests/html2txt/html/7.html
tests/html2txt/html/8.html
tests/html2txt/html/9.html
tests/mathml/LICENSE.md
tests/mathml/presentation-markup/direction/direction-006-ref.html
tests/mathml/presentation-markup/direction/direction-006.html
tests/mathml/presentation-markup/direction/direction-007-ref.html
tests/mathml/presentation-markup/direction/direction-007.html
tests/mathml/presentation-markup/direction/direction-008-ref.html
tests/mathml/presentation-markup/direction/direction-008.html
tests/mathml/presentation-markup/direction/direction-010-ref.html
tests/mathml/presentation-markup/direction/direction-010.html
tests/mathml/presentation-markup/direction/direction-overall-ref.html
tests/mathml/presentation-markup/direction/direction-overall.html
tests/mathml/presentation-markup/direction/direction-token-ref.html
tests/mathml/presentation-markup/direction/direction-token.html
tests/mathml/presentation-markup/direction/direction.html
tests/mathml/presentation-markup/fractions/frac-1.html
tests/mathml/presentation-markup/fractions/frac-bar-001-ref.html
tests/mathml/presentation-markup/fractions/frac-bar-001.html
tests/mathml/presentation-markup/fractions/frac-bar-002-ref.html
tests/mathml/presentation-markup/fractions/frac-bar-002.html
tests/mathml/presentation-markup/fractions/frac-color-001-notref.html
tests/mathml/presentation-markup/fractions/frac-color-001.html
tests/mathml/presentation-markup/fractions/frac-color-002-ref.html
tests/mathml/presentation-markup/fractions/frac-color-002.html
tests/mathml/presentation-markup/fractions/frac-created-dynamically-2-ref.html
tests/mathml/presentation-markup/fractions/frac-created-dynamically-2.html
tests/mathml/presentation-markup/fractions/frac-created-dynamically-3-ref.html
tests/mathml/presentation-markup/fractions/frac-created-dynamically-3.html
tests/mathml/presentation-markup/fractions/frac-created-dynamically-ref.html
tests/mathml/presentation-markup/fractions/frac-created-dynamically.html
tests/mathml/presentation-markup/fractions/frac-default-padding-ref.html
tests/mathml/presentation-markup/fractions/frac-default-padding.html
tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative-ref.html
tests/mathml/presentation-markup/fractions/frac-legacy-bevelled-attribute.tentative.html
tests/mathml/presentation-markup/fractions/frac-linethickness-001-ref.html
tests/mathml/presentation-markup/fractions/frac-linethickness-001.html
tests/mathml/presentation-markup/fractions/frac-linethickness-002.html
tests/mathml/presentation-markup/fractions/frac-linethickness-003-notref.html
tests/mathml/presentation-markup/fractions/frac-linethickness-003.html
tests/mathml/presentation-markup/fractions/frac-linethickness-004-ref.html
tests/mathml/presentation-markup/fractions/frac-linethickness-004.html
tests/mathml/presentation-markup/fractions/frac-mrow-001-ref.html
tests/mathml/presentation-markup/fractions/frac-mrow-001.html
tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001-ref.html
tests/mathml/presentation-markup/fractions/frac-numalign-denomalign-001.html
tests/mathml/presentation-markup/fractions/frac-parameters-1.html
tests/mathml/presentation-markup/fractions/frac-parameters-2.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-001-ref.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-001.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-002-ref.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-002.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-003-ref.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-003.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-004-ref.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-004.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-005-ref.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-005.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-006-ref.html
tests/mathml/presentation-markup/fractions/frac-parameters-gap-006.html
tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow-ref.html
tests/mathml/presentation-markup/fractions/frac-rendering-from-in-flow.html
tests/mathml/presentation-markup/fractions/frac-visibility-001-ref.html
tests/mathml/presentation-markup/fractions/frac-visibility-001.html
tests/mathml/presentation-markup/menclose/legacy-menclose-radical-notation-ref.html
tests/mathml/presentation-markup/menclose/legacy-menclose-radical-notation.html
tests/mathml/presentation-markup/mrow/inferred-mrow-baseline.html
tests/mathml/presentation-markup/mrow/inferred-mrow-stretchy.html
tests/mathml/presentation-markup/mrow/legacy-mfenced-element-001-ref.html
tests/mathml/presentation-markup/mrow/legacy-mfenced-element-001.html
tests/mathml/presentation-markup/mrow/legacy-mrow-like-elements-001.html
tests/mathml/presentation-markup/mrow/legacy-mrow-like-elements-002-ref.html
tests/mathml/presentation-markup/mrow/legacy-mrow-like-elements-002.html
tests/mathml/presentation-markup/mrow/legacy-mstyle-attributes.html
tests/mathml/presentation-markup/mrow/mrow-preferred-width.html
tests/mathml/presentation-markup/mrow/spacing.html
tests/mathml/presentation-markup/operators/embellished-operator-001.html
tests/mathml/presentation-markup/operators/embellished-operator-002.html
tests/mathml/presentation-markup/operators/embellished-operator-003.html
tests/mathml/presentation-markup/operators/mo-axis-height-1.html
tests/mathml/presentation-markup/operators/mo-font-relative-lengths-001.html
tests/mathml/presentation-markup/operators/mo-form-dynamic-002-ref.html
tests/mathml/presentation-markup/operators/mo-form-dynamic-002.html
tests/mathml/presentation-markup/operators/mo-form-dynamic-ref.html
tests/mathml/presentation-markup/operators/mo-form-dynamic.html
tests/mathml/presentation-markup/operators/mo-form-fallback-ref.html
tests/mathml/presentation-markup/operators/mo-form-fallback.html
tests/mathml/presentation-markup/operators/mo-form-minus-plus-ref.html
tests/mathml/presentation-markup/operators/mo-form-minus-plus.html
tests/mathml/presentation-markup/operators/mo-form-ref.html
tests/mathml/presentation-markup/operators/mo-form.html
tests/mathml/presentation-markup/operators/mo-lspace-rspace-dynamic-ref.html
tests/mathml/presentation-markup/operators/mo-lspace-rspace-dynamic.html
tests/mathml/presentation-markup/operators/mo-movablelimits-default-ref.html
tests/mathml/presentation-markup/operators/mo-movablelimits-default.html
tests/mathml/presentation-markup/operators/mo-movablelimits-dynamic-ref.html
tests/mathml/presentation-markup/operators/mo-movablelimits-dynamic.html
tests/mathml/presentation-markup/operators/mo-movablelimits-from-in-flow-ref.html
tests/mathml/presentation-markup/operators/mo-movablelimits-from-in-flow.html
tests/mathml/presentation-markup/operators/mo-movablelimits-ref.html
tests/mathml/presentation-markup/operators/mo-movablelimits.html
tests/mathml/presentation-markup/operators/mo-paint-lspace-rspace-ref.html
tests/mathml/presentation-markup/operators/mo-paint-lspace-rspace.html
tests/mathml/presentation-markup/operators/mo-stretch-properties-dynamic-001.html
tests/mathml/presentation-markup/operators/operator-dictionary-combining.html
tests/mathml/presentation-markup/operators/operator-dictionary-largeop-001.html
tests/mathml/presentation-markup/operators/operator-dictionary-largeop-002.html
tests/mathml/presentation-markup/operators/operator-dictionary-largeop-003.html
tests/mathml/presentation-markup/operators/operator-dictionary-largeop-004.html
tests/mathml/presentation-markup/operators/operator-dictionary-largeop-005.html
tests/mathml/presentation-markup/operators/operator-dictionary-largeop-006.html
tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-001.html
tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-002.html
tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-003.html
tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-004.html
tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-005.html
tests/mathml/presentation-markup/operators/operator-dictionary-movablelimits-006.html
tests/mathml/presentation-markup/operators/operator-dictionary-spacing-001.html
tests/mathml/presentation-markup/operators/operator-dictionary-spacing-002.html
tests/mathml/presentation-markup/operators/operator-dictionary-spacing-003.html
tests/mathml/presentation-markup/operators/operator-dictionary-spacing-004.html
tests/mathml/presentation-markup/operators/operator-dictionary-spacing-005.html
tests/mathml/presentation-markup/operators/operator-dictionary-spacing-006.html
tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001.html
tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002.html
tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-003.html
tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-004.html
tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-005.html
tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-006.html
tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001.html
tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-002.html
tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-003.html
tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-004.html
tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005.html
tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006.html
tests/mathml/presentation-markup/operators/support/operator-dictionary-tests.css
tests/mathml/presentation-markup/operators/support/operator-dictionary-tests.js
tests/mathml/presentation-markup/radicals/radical-rendering-from-in-flow-ref.html
tests/mathml/presentation-markup/radicals/radical-rendering-from-in-flow.html
tests/mathml/presentation-markup/radicals/root-parameters-1.html
tests/mathml/presentation-markup/scripts/cramped-001.html
tests/mathml/presentation-markup/scripts/empty-underover.html
tests/mathml/presentation-markup/scripts/subsup-1.html
tests/mathml/presentation-markup/scripts/subsup-2.html
tests/mathml/presentation-markup/scripts/subsup-3.html
tests/mathml/presentation-markup/scripts/subsup-4.html
tests/mathml/presentation-markup/scripts/subsup-5.html
tests/mathml/presentation-markup/scripts/subsup-legacy-scriptshift-attributes-001.tentative-ref.html
tests/mathml/presentation-markup/scripts/subsup-legacy-scriptshift-attributes-001.tentative.html
tests/mathml/presentation-markup/scripts/subsup-parameters-1.html
tests/mathml/presentation-markup/scripts/subsup-parameters-2.html
tests/mathml/presentation-markup/scripts/underover-1.html
tests/mathml/presentation-markup/scripts/underover-legacy-align-attribute-001-ref.html
tests/mathml/presentation-markup/scripts/underover-legacy-align-attribute-001.html
tests/mathml/presentation-markup/scripts/underover-parameters-1.html
tests/mathml/presentation-markup/scripts/underover-parameters-2.html
tests/mathml/presentation-markup/scripts/underover-parameters-3.html
tests/mathml/presentation-markup/scripts/underover-parameters-4.html
tests/mathml/presentation-markup/spaces/mspace-children-ref.html
tests/mathml/presentation-markup/spaces/mspace-children.html
tests/mathml/presentation-markup/spaces/space-1.html
tests/mathml/presentation-markup/spaces/space-2-ref.html
tests/mathml/presentation-markup/spaces/space-2.html
tests/mathml/presentation-markup/spaces/space-like-001.html
tests/mathml/presentation-markup/spaces/space-like-002.html
tests/mathml/presentation-markup/spaces/space-like-003.html
tests/mathml/presentation-markup/spaces/space-like-004.html
tests/mathml/presentation-markup/spaces/space-vertical-align.tentative-ref.html
tests/mathml/presentation-markup/spaces/space-vertical-align.tentative.html
tests/mathml/presentation-markup/tables/table-001.html
tests/mathml/presentation-markup/tables/table-002.html
tests/mathml/presentation-markup/tables/table-axis-height.html
tests/mathml/presentation-markup/tokens/ms-001-ref.html
tests/mathml/presentation-markup/tokens/ms-001.html
tests/svgweb/COPYING.txt
tests/svgweb/svg/animate-elem-02-t.svg
tests/svgweb/svg/animate-elem-03-t.svg
tests/svgweb/svg/animate-elem-04-t.svg
tests/svgweb/svg/animate-elem-05-t.svg
tests/svgweb/svg/animate-elem-06-t.svg
tests/svgweb/svg/animate-elem-07-t.svg
tests/svgweb/svg/animate-elem-08-t.svg
tests/svgweb/svg/animate-elem-09-t.svg
tests/svgweb/svg/animate-elem-10-t.svg
tests/svgweb/svg/animate-elem-11-t.svg
tests/svgweb/svg/animate-elem-12-t.svg
tests/svgweb/svg/animate-elem-13-t.svg
tests/svgweb/svg/animate-elem-14-t.svg
tests/svgweb/svg/animate-elem-15-t.svg
tests/svgweb/svg/animate-elem-17-t.svg
tests/svgweb/svg/animate-elem-19-t.svg
tests/svgweb/svg/animate-elem-20-t.svg
tests/svgweb/svg/animate-elem-21-t.svg
tests/svgweb/svg/animate-elem-22-b.svg
tests/svgweb/svg/animate-elem-23-t.svg
tests/svgweb/svg/animate-elem-24-t.svg
tests/svgweb/svg/animate-elem-25-t.svg
tests/svgweb/svg/animate-elem-26-t.svg
tests/svgweb/svg/animate-elem-27-t.svg
tests/svgweb/svg/animate-elem-28-t.svg
tests/svgweb/svg/animate-elem-29-b.svg
tests/svgweb/svg/animate-elem-30-t.svg
tests/svgweb/svg/animate-elem-31-t.svg
tests/svgweb/svg/animate-elem-32-t.svg
tests/svgweb/svg/animate-elem-33-t.svg
tests/svgweb/svg/animate-elem-34-t.svg
tests/svgweb/svg/animate-elem-36-t.svg
tests/svgweb/svg/animate-elem-37-t.svg
tests/svgweb/svg/animate-elem-39-t.svg
tests/svgweb/svg/animate-elem-40-t.svg
tests/svgweb/svg/animate-elem-41-t.svg
tests/svgweb/svg/animate-elem-44-t.svg
tests/svgweb/svg/animate-elem-46-t.svg
tests/svgweb/svg/animate-elem-52-t.svg
tests/svgweb/svg/animate-elem-60-t.svg
tests/svgweb/svg/animate-elem-61-t.svg
tests/svgweb/svg/animate-elem-62-t.svg
tests/svgweb/svg/animate-elem-63-t.svg
tests/svgweb/svg/animate-elem-64-t.svg
tests/svgweb/svg/animate-elem-65-t.svg
tests/svgweb/svg/animate-elem-66-t.svg
tests/svgweb/svg/animate-elem-67-t.svg
tests/svgweb/svg/animate-elem-68-t.svg
tests/svgweb/svg/animate-elem-69-t.svg
tests/svgweb/svg/animate-elem-70-t.svg
tests/svgweb/svg/animate-elem-77-t.svg
tests/svgweb/svg/animate-elem-78-t.svg
tests/svgweb/svg/animate-elem-80-t.svg
tests/svgweb/svg/animate-elem-81-t.svg
tests/svgweb/svg/animate-elem-82-t.svg
tests/svgweb/svg/animate-elem-83-t.svg
tests/svgweb/svg/animate-elem-84-t.svg
tests/svgweb/svg/animate-elem-85-t.svg
tests/svgweb/svg/color-prof-01-f.svg
tests/svgweb/svg/color-prop-01-b.svg
tests/svgweb/svg/color-prop-02-f.svg
tests/svgweb/svg/color-prop-03-t.svg
tests/svgweb/svg/coords-coord-01-t.svg
tests/svgweb/svg/coords-coord-02-t.svg
tests/svgweb/svg/coords-trans-01-b.svg
tests/svgweb/svg/coords-trans-02-t.svg
tests/svgweb/svg/coords-trans-03-t.svg
tests/svgweb/svg/coords-trans-04-t.svg
tests/svgweb/svg/coords-trans-05-t.svg
tests/svgweb/svg/coords-trans-06-t.svg
tests/svgweb/svg/coords-units-01-b.svg
tests/svgweb/svg/coords-units-02-b.svg
tests/svgweb/svg/coords-units-03-b.svg
tests/svgweb/svg/coords-viewattr-01-b.svg
tests/svgweb/svg/coords-viewattr-02-b.svg
tests/svgweb/svg/coords-viewattr-03-b.svg
tests/svgweb/svg/extend-namespace-01-f.svg
tests/svgweb/svg/filters-blend-01-b.svg
tests/svgweb/svg/filters-color-01-b.svg
tests/svgweb/svg/filters-composite-02-b.svg
tests/svgweb/svg/filters-comptran-01-b.svg
tests/svgweb/svg/filters-conv-01-f.svg
tests/svgweb/svg/filters-diffuse-01-f.svg
tests/svgweb/svg/filters-displace-01-f.svg
tests/svgweb/svg/filters-example-01-b.svg
tests/svgweb/svg/filters-felem-01-b.svg
tests/svgweb/svg/filters-gauss-01-b.svg
tests/svgweb/svg/filters-image-01-b.svg
tests/svgweb/svg/filters-light-01-f.svg
tests/svgweb/svg/filters-morph-01-f.svg
tests/svgweb/svg/filters-offset-01-b.svg
tests/svgweb/svg/filters-specular-01-f.svg
tests/svgweb/svg/filters-tile-01-b.svg
tests/svgweb/svg/filters-turb-01-f.svg
tests/svgweb/svg/fonts-desc-02-t.svg
tests/svgweb/svg/fonts-elem-01-t.svg
tests/svgweb/svg/fonts-elem-02-t.svg
tests/svgweb/svg/fonts-elem-03-b.svg
tests/svgweb/svg/fonts-elem-04-b.svg
tests/svgweb/svg/fonts-elem-05-t.svg
tests/svgweb/svg/fonts-elem-06-t.svg
tests/svgweb/svg/fonts-elem-07-b.svg
tests/svgweb/svg/fonts-glyph-02-t.svg
tests/svgweb/svg/fonts-glyph-03-t.svg
tests/svgweb/svg/fonts-glyph-04-t.svg
tests/svgweb/svg/fonts-kern-01-t.svg
tests/svgweb/svg/interact-cursor-01-f.svg
tests/svgweb/svg/interact-dom-01-b.svg
tests/svgweb/svg/interact-events-01-b.svg
tests/svgweb/svg/interact-order-01-b.svg
tests/svgweb/svg/interact-order-02-b.svg
tests/svgweb/svg/interact-order-03-b.svg
tests/svgweb/svg/interact-zoom-01-t.svg
tests/svgweb/svg/linking-a-01-b.svg
tests/svgweb/svg/linking-a-02-b.svg
tests/svgweb/svg/linking-a-03-b.svg
tests/svgweb/svg/linking-a-04-t.svg
tests/svgweb/svg/linking-a-05-t.svg
tests/svgweb/svg/linking-a-07-t.svg
tests/svgweb/svg/linking-uri-01-b.svg
tests/svgweb/svg/linking-uri-02-b.svg
tests/svgweb/svg/linking-uri-03-t.svg
tests/svgweb/svg/masking-intro-01-f.svg
tests/svgweb/svg/masking-mask-01-b.svg
tests/svgweb/svg/masking-opacity-01-b.svg
tests/svgweb/svg/masking-path-01-b.svg
tests/svgweb/svg/masking-path-02-b.svg
tests/svgweb/svg/masking-path-03-b.svg
tests/svgweb/svg/masking-path-04-b.svg
tests/svgweb/svg/masking-path-05-f.svg
tests/svgweb/svg/metadata-example-01-b.svg
tests/svgweb/svg/painting-fill-01-t.svg
tests/svgweb/svg/painting-fill-02-t.svg
tests/svgweb/svg/painting-fill-03-t.svg
tests/svgweb/svg/painting-fill-04-t.svg
tests/svgweb/svg/painting-fill-05-b.svg
tests/svgweb/svg/painting-marker-01-f.svg
tests/svgweb/svg/painting-marker-02-f.svg
tests/svgweb/svg/painting-marker-03-f.svg
tests/svgweb/svg/painting-render-01-b.svg
tests/svgweb/svg/painting-stroke-01-t.svg
tests/svgweb/svg/painting-stroke-02-t.svg
tests/svgweb/svg/painting-stroke-03-t.svg
tests/svgweb/svg/painting-stroke-04-t.svg
tests/svgweb/svg/painting-stroke-07-t.svg
tests/svgweb/svg/paths-data-01-t.svg
tests/svgweb/svg/paths-data-02-t.svg
tests/svgweb/svg/paths-data-03-f.svg
tests/svgweb/svg/paths-data-04-t.svg
tests/svgweb/svg/paths-data-05-t.svg
tests/svgweb/svg/paths-data-06-t.svg
tests/svgweb/svg/paths-data-07-t.svg
tests/svgweb/svg/paths-data-08-t.svg
tests/svgweb/svg/paths-data-09-t.svg
tests/svgweb/svg/paths-data-10-t.svg
tests/svgweb/svg/paths-data-12-t.svg
tests/svgweb/svg/paths-data-13-t.svg
tests/svgweb/svg/paths-data-14-t.svg
tests/svgweb/svg/paths-data-15-t.svg
tests/svgweb/svg/pservers-grad-01-b.svg
tests/svgweb/svg/pservers-grad-02-b.svg
tests/svgweb/svg/pservers-grad-03-b.svg
tests/svgweb/svg/pservers-grad-04-b.svg
tests/svgweb/svg/pservers-grad-05-b.svg
tests/svgweb/svg/pservers-grad-06-b.svg
tests/svgweb/svg/pservers-grad-07-b.svg
tests/svgweb/svg/pservers-grad-08-b.svg
tests/svgweb/svg/pservers-grad-09-b.svg
tests/svgweb/svg/pservers-grad-10-b.svg
tests/svgweb/svg/pservers-grad-11-b.svg
tests/svgweb/svg/pservers-grad-12-b.svg
tests/svgweb/svg/pservers-grad-13-b.svg
tests/svgweb/svg/pservers-grad-14-b.svg
tests/svgweb/svg/pservers-grad-15-b.svg
tests/svgweb/svg/pservers-grad-16-b.svg
tests/svgweb/svg/pservers-grad-17-b.svg
tests/svgweb/svg/pservers-grad-18-b.svg
tests/svgweb/svg/pservers-grad-19-b.svg
tests/svgweb/svg/pservers-pattern-01-b.svg
tests/svgweb/svg/render-elems-01-t.svg
tests/svgweb/svg/render-elems-02-t.svg
tests/svgweb/svg/render-elems-03-t.svg
tests/svgweb/svg/render-elems-06-t.svg
tests/svgweb/svg/render-elems-07-t.svg
tests/svgweb/svg/render-elems-08-t.svg
tests/svgweb/svg/render-groups-01-b.svg
tests/svgweb/svg/render-groups-03-t.svg
tests/svgweb/svg/script-handle-01-b.svg
tests/svgweb/svg/script-handle-02-b.svg
tests/svgweb/svg/script-handle-03-b.svg
tests/svgweb/svg/script-handle-04-b.svg
tests/svgweb/svg/shapes-circle-01-t.svg
tests/svgweb/svg/shapes-circle-02-t.svg
tests/svgweb/svg/shapes-ellipse-01-t.svg
tests/svgweb/svg/shapes-ellipse-02-t.svg
tests/svgweb/svg/shapes-intro-01-t.svg
tests/svgweb/svg/shapes-line-01-t.svg
tests/svgweb/svg/shapes-polygon-01-t.svg
tests/svgweb/svg/shapes-polyline-01-t.svg
tests/svgweb/svg/shapes-rect-01-t.svg
tests/svgweb/svg/shapes-rect-02-t.svg
tests/svgweb/svg/struct-cond-01-t.svg
tests/svgweb/svg/struct-cond-02-t.svg
tests/svgweb/svg/struct-cond-03-t.svg
tests/svgweb/svg/struct-defs-01-t.svg
tests/svgweb/svg/struct-dom-01-b.svg
tests/svgweb/svg/struct-dom-02-b.svg
tests/svgweb/svg/struct-dom-03-b.svg
tests/svgweb/svg/struct-dom-04-b.svg
tests/svgweb/svg/struct-dom-05-b.svg
tests/svgweb/svg/struct-dom-06-b.svg
tests/svgweb/svg/struct-frag-01-t.svg
tests/svgweb/svg/struct-frag-02-t.svg
tests/svgweb/svg/struct-frag-03-t.svg
tests/svgweb/svg/struct-frag-04-t.svg
tests/svgweb/svg/struct-frag-05-t.svg
tests/svgweb/svg/struct-frag-06-t.svg
tests/svgweb/svg/struct-group-01-t.svg
tests/svgweb/svg/struct-group-02-b.svg
tests/svgweb/svg/struct-group-03-t.svg
tests/svgweb/svg/struct-image-01-t.svg
tests/svgweb/svg/struct-image-02-b.svg
tests/svgweb/svg/struct-image-03-t.svg
tests/svgweb/svg/struct-image-04-t.svg
tests/svgweb/svg/struct-image-05-b.svg
tests/svgweb/svg/struct-image-06-t.svg
tests/svgweb/svg/struct-image-07-t.svg
tests/svgweb/svg/struct-image-08-t.svg
tests/svgweb/svg/struct-image-09-t.svg
tests/svgweb/svg/struct-image-10-t.svg
tests/svgweb/svg/struct-symbol-01-b.svg
tests/svgweb/svg/struct-use-01-t.svg
tests/svgweb/svg/struct-use-03-t.svg
tests/svgweb/svg/struct-use-05-b.svg
tests/svgweb/svg/styling-css-01-b.svg
tests/svgweb/svg/styling-css-02-b.svg
tests/svgweb/svg/styling-css-03-b.svg
tests/svgweb/svg/styling-css-04-f.svg
tests/svgweb/svg/styling-css-05-b.svg
tests/svgweb/svg/styling-css-06-b.svg
tests/svgweb/svg/styling-inherit-01-b.svg
tests/svgweb/svg/styling-pres-01-t.svg
tests/svgweb/svg/text-align-01-b.svg
tests/svgweb/svg/text-align-02-b.svg
tests/svgweb/svg/text-align-03-b.svg
tests/svgweb/svg/text-align-04-b.svg
tests/svgweb/svg/text-align-05-b.svg
tests/svgweb/svg/text-align-06-b.svg
tests/svgweb/svg/text-align-08-b.svg
tests/svgweb/svg/text-altglyph-01-b.svg
tests/svgweb/svg/text-deco-01-b.svg
tests/svgweb/svg/text-fonts-01-t.svg
tests/svgweb/svg/text-fonts-02-t.svg
tests/svgweb/svg/text-fonts-03-t.svg
tests/svgweb/svg/text-intro-01-t.svg
tests/svgweb/svg/text-intro-02-b.svg
tests/svgweb/svg/text-intro-03-b.svg
tests/svgweb/svg/text-intro-04-t.svg
tests/svgweb/svg/text-intro-05-t.svg
tests/svgweb/svg/text-path-01-b.svg
tests/svgweb/svg/text-spacing-01-b.svg
tests/svgweb/svg/text-text-01-b.svg
tests/svgweb/svg/text-text-03-b.svg
tests/svgweb/svg/text-text-04-t.svg
tests/svgweb/svg/text-text-05-t.svg
tests/svgweb/svg/text-text-06-t.svg
tests/svgweb/svg/text-text-07-t.svg
tests/svgweb/svg/text-text-08-b.svg
tests/svgweb/svg/text-tref-01-b.svg
tests/svgweb/svg/text-tselect-01-b.svg
tests/svgweb/svg/text-tselect-02-f.svg
tests/svgweb/svg/text-tspan-01-b.svg
tests/svgweb/svg/text-ws-01-t.svg
tests/svgweb/svg/text-ws-02-t.svg
tests/svgweb/svg/types-basicDOM-01-b.svg