Add a viewport meta tag15 to tell mobile browsers
to use the device-width as viewport.
-
Set table column widths with <style="width: ...">, not "width" argument.
Horizontal alignment of table heads with CSS.
-
Field lists as styled definition lists.
Do not drop paragraph objects, use CSS rules to prevent unwanted vertical
space.
Put subtitles in <p> elements.
@@ -1277,11 +1273,12 @@ See minimal.css and same style for <h1> and <h2> when nested in a <section> 16.
-
Use HTML text-level tags <small>, <s>, <q>, <dfn>, <var>, <samp>, <kbd>,
+
Use HTML5 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 <ins> and <del> if a matching class value
-is found in inline, literal, or container elements.
diff --git a/docutils/test/functional/input/data/html5-features.txt b/docutils/test/functional/input/data/html5-features.txt
index 8f6475b08..b51f7f5d0 100644
--- a/docutils/test/functional/input/data/html5-features.txt
+++ b/docutils/test/functional/input/data/html5-features.txt
@@ -1,26 +1,19 @@
Changes to the `html4css1` Writer
=================================
-* Use only meta keywords recognized by HTML 5.
+* Use only meta_ keywords recognized by HTML 5.
Add HTML5-compatible meta tags for docinfo items
"authors", "date", and "copyright".
- .. hint::
-
- Use a `viewport meta tag`__ to tell mobile browsers
- to use the device-width as viewport.
+ Add a `viewport meta tag`__ to tell mobile browsers
+ to use the device-width as viewport.
- .. meta::
- :viewport: width=device-width, initial-scale=1
-
- __ https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
+ __ https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
* Set table column widths with