aboutsummaryrefslogtreecommitdiff
path: root/test/epub/wasteland.native
AgeCommit message (Collapse)AuthorFilesLines
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane1-4/+4
Previously we stripped attribute prefixes, reading `xml:lang` as `lang` for example. This resulted in two duplicate `lang` attributes when `xml:lang` and `lang` were both used. This commit causes the prefixes to be retained, and also avoids invald duplicate attributes. Closes #6938.
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-890/+887
- With epub extensions, check for epub:type in addition to type. - Fix problem with noteref parsing which caused block-level content to be eaten with the noteref. - Rename pAnyTag to pAny. - Refactor note resolution.
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+941