]> git.eshelyaron.com Git - emacs.git/commit
Handle HTML 'ol' start attribute in shr.el
authorNicholas Drozd <nicholasdrozd@gmail.com>
Sat, 16 Feb 2019 22:37:52 +0000 (16:37 -0600)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2019 07:52:57 +0000 (09:52 +0200)
commit8282c34f0f2f4ad2c4956fc595518da64a7bef1f
tree2432ac4729cb9cbec105e6c41345f3e41b763b6f
parent3432f5545c1a0c8149d489d1df8cf1d037dae2df
Handle HTML 'ol' start attribute in shr.el

* 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.
etc/NEWS
lisp/net/shr.el
test/data/shr/ol.html [new file with mode: 0644]
test/data/shr/ol.txt [new file with mode: 0644]