|
From: <mi...@us...> - 2020-01-30 12:29:21
|
Revision: 8477
http://sourceforge.net/p/docutils/code/8477
Author: milde
Date: 2020-01-30 12:29:19 +0000 (Thu, 30 Jan 2020)
Log Message:
-----------
Log html5 writer changes.
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/RELEASE-NOTES.txt
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2020-01-30 00:45:02 UTC (rev 8476)
+++ trunk/docutils/HISTORY.txt 2020-01-30 12:29:19 UTC (rev 8477)
@@ -34,8 +34,17 @@
* docutils/writers/html5_polyglot/
- - Use semantic HTML5 tags <header>, <footer>, <section>.
+ - Use the new semantic tags <main>, <section>, <header>,
+ <footer>, <aside>, <figure>, and <figcaption>.
+ See ``minimal.css`` and ``plain.css`` for styling rule examples.
+ - Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>,
+ <i>, <b>, <u>, <mark>, and <bdi> if a matching class value
+ is found in `inline` and `literal` elements.
+
+ - Use HTML tags <ins> and <del> if a matching class value
+ is found in `inline`, `literal`, or `container` elements.
+
Release 0.16
============
Modified: trunk/docutils/RELEASE-NOTES.txt
===================================================================
--- trunk/docutils/RELEASE-NOTES.txt 2020-01-30 00:45:02 UTC (rev 8476)
+++ trunk/docutils/RELEASE-NOTES.txt 2020-01-30 12:29:19 UTC (rev 8477)
@@ -24,19 +24,6 @@
* Installing with ``setup.py`` will require setuptools_ in versions > 0.16.
-* 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.
-
- Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>,
- <i>, <b>, <u>, <mark>, and <bdi> if a matching class value
- is found in `inline` and `literal` elements.
-
- Use HTML tags <ins> and <del> if a matching class value
- is found in `inline`, `literal`, or `container` elements.
-
-
* LaTeX writer:
Wrap admonitions in a "DUclass" environment. Stylesheets modifying
"\DUadmonition" will need to adapt.
@@ -80,6 +67,24 @@
.. _reference name: docs/ref/rst/restructuredtext.html#reference-names
.. _identifier normalization: directives.html#identifier-normalization
+
+Release 0.17
+============
+
+* 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.
+
+ - Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>,
+ <i>, <b>, <u>, <mark>, and <bdi> if a matching class value
+ is found in `inline` and `literal` elements.
+
+ - Use HTML tags <ins> and <del> if a matching class value
+ is found in `inline`, `literal`, or `container` elements.
+
+
Release 0.16 (2020-01-12)
=========================
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|