diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-05 21:14:20 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-05 21:14:20 +0000 |
| commit | 738ea899577f07bbcc96ba58c180331975fdd115 (patch) | |
| tree | 25542b83a8b4d22cc24b3ffcd3e23b500fcc8dac /docutils/test/functional/input | |
| parent | 2d639319a65084647da4ed921050cbc8f42dc217 (diff) | |
| download | docutils-738ea899577f07bbcc96ba58c180331975fdd115.tar.gz | |
New responsive style for HTML5.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8630 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/data/html5-features.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/html5-features.txt b/docutils/test/functional/input/data/html5-features.txt index 6c9e5087d..8f6475b08 100644 --- a/docutils/test/functional/input/data/html5-features.txt +++ b/docutils/test/functional/input/data/html5-features.txt @@ -5,6 +5,16 @@ Changes to the `html4css1` Writer 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. + + .. meta:: + :viewport: width=device-width, initial-scale=1 + + __ https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag + * Set table column widths with <style="width: ...">, not "width" argument. * Horizontal alignment of table heads with CSS. |
