diff options
| author | Nick Drozd | 2019-06-23 14:19:43 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-23 19:07:43 +0200 |
| commit | c4bfb5dfab5699aa63ab65f3274866e5a1376569 (patch) | |
| tree | 2acc32e9c8621e8738ddb7ba578f1d2d9259227c /etc | |
| parent | 55cb14bfa036991183a3895506a87536befbb9ca (diff) | |
| download | emacs-c4bfb5dfab5699aa63ab65f3274866e5a1376569.tar.gz emacs-c4bfb5dfab5699aa63ab65f3274866e5a1376569.zip | |
Handle 'code' tag in shr.el
* etc/NEWS: Announce change in shr behavior (bug#36247).
* lisp/net/shr.el: Add 'code' tag handling.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -934,6 +934,9 @@ This attribute is meant to tell screen readers to ignore a tag. | |||
| 934 | --- | 934 | --- |
| 935 | *** 'shr-tag-ol' now respects the ordered list 'start' attribute. | 935 | *** 'shr-tag-ol' now respects the ordered list 'start' attribute. |
| 936 | 936 | ||
| 937 | --- | ||
| 938 | *** The <code ...> tag is now handled. | ||
| 939 | |||
| 937 | ** Htmlfontify | 940 | ** Htmlfontify |
| 938 | 941 | ||
| 939 | *** The functions 'hfy-color', 'hfy-color-vals' and | 942 | *** The functions 'hfy-color', 'hfy-color-vals' and |