aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/shr/ol.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle HTML 'ol' start attribute in shr.elNicholas Drozd2019-02-221-0/+29
* lisp/net/shr.el (shr-tag-ol): Don't automatically assume 1-indexing for all ordered lists, use <ol> if given. * etc/NEWS: Announce change in shr behavior. * test/data/shr/ol.html: * test/data/shr/ol.txt: New test data files.