Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-10 | HTML reader: retain attribute prefixes and avoid duplicates. | John MacFarlane | 1 | -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-29 | HTML reader: misc. epub related fixes. | John MacFarlane | 1 | -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-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+941 | |