diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-30 21:01:03 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-30 21:01:03 +0000 |
| commit | 41fd0a8dd92a98c5ceaface17e698598a1339e03 (patch) | |
| tree | fb2d64162583def8092dafc1a7719f0c1abdaa4f | |
| parent | d244e553b683769688a8fefaa08ba25bfd370b5f (diff) | |
| download | docutils-41fd0a8dd92a98c5ceaface17e698598a1339e03.tar.gz | |
Announce HTML5 text level tag support changes.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8401 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/RELEASE-NOTES.txt | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/docutils/RELEASE-NOTES.txt b/docutils/RELEASE-NOTES.txt index f485b5705..354f37b5d 100644 --- a/docutils/RELEASE-NOTES.txt +++ b/docutils/RELEASE-NOTES.txt @@ -22,26 +22,33 @@ For a more detailed list of changes, please see the `Docutils History`_. Future changes ============== -* The "html5" will use the new semantic tags <main>, <section>, <header>, - <footer>, <aside>, <figure>, and <figcaption>. - See ``minimal.css`` and ``plain.css`` for styling rule examples. +* HTML5 writer: + Use the new semantic tags <main>, <section>, <header>, + <footer>, <aside>, <figure>, and <figcaption>. + See ``minimal.css`` and ``plain.css`` for styling rule examples. -* The "latex" writer will wrap admonitions in a "DUclass" environment. - Stylesheets modifying "\DUadmonition" will need to adapt. + Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>, + <i>, <b>, <u>, <mark>, and <bdi> if matching class value is found in + `inline` and `literal` elements. - Styling commands using ``\docutilsrole`` prefix will be ignored - in versions > 0.16 (see `Generating LaTeX with Docutils`__). +* LaTeX writer: + Wrap admonitions in a "DUclass" environment. Stylesheets modifying + "\DUadmonition" will need to adapt. + + Styling commands using ``\docutilsrole`` prefix will be ignored in + versions > 0.16 (see `Generating LaTeX with Docutils`__). - __ docs/user/latex.html#classes + __ docs/user/latex.html#classes -* Node.traverse() will return an iterator instead of a list. +* ``Node.traverse()`` will return an iterator instead of a list. -* Remove `utils.unique_combinations` (obsoleted by `itertools.combinations`). +* Remove ``utils.unique_combinations`` + (obsoleted by ``itertools.combinations``). * The default HTML writer "html" with frontend ``rst2html.py`` may change from "html4css1" to "html5". - Use `get_writer_by_name('html')` or the rst2html.py_ front end, if you + Use ``get_writer_by_name('html')`` or the rst2html.py_ front end, if you want the output to be up-to-date automatically. Use a specific writer name or front end, if you depend on stability of the |
