summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-05-25 07:41:09 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-05-25 07:41:09 +0000
commitf5d074887c4df21995bfccf2a903aec662ac5f95 (patch)
tree6aa362bfdaaeb255d71d992cbe5fdb8a4dd4d40a /docs/ref
parent084ef9ce977501d9e15c49de224021695999c925 (diff)
downloaddocutils-f5d074887c4df21995bfccf2a903aec662ac5f95.tar.gz
Documentation behaviour for length values without unit.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5962 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/rst/restructuredtext.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt
index aabacab49..57a8c96c2 100644
--- a/docs/ref/rst/restructuredtext.txt
+++ b/docs/ref/rst/restructuredtext.txt
@@ -2905,6 +2905,11 @@ http://www.htmlhelp.com/reference/css/units.html#length.)
The following are all valid length values: "1.5em", "20 mm", ".5in".
+Length values without unit are completed with a writer-dependent
+default (e.g. px with `html4css1`, pt with `latex2e`). See the writer
+specific documentation in the `user doc`__ for details.
+
+__ ../../user/
Percentage Units
----------------