diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-18 09:40:42 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-18 09:40:42 +0000 |
| commit | 03bac000f4725ce6bb06f4c9428d6632233a8f08 (patch) | |
| tree | c450984c7b44d47c6380b85f0ced2b87c4816a0f /docutils/test/functional/input/data/standard.txt | |
| parent | 40ed71a95aecbd0fd3ff3db463bf30ab911b592c (diff) | |
| download | docutils-03bac000f4725ce6bb06f4c9428d6632233a8f08.tar.gz | |
Better explain optional wrapping around images and figures
in the test document.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5949 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data/standard.txt')
| -rw-r--r-- | docutils/test/functional/input/data/standard.txt | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docutils/test/functional/input/data/standard.txt b/docutils/test/functional/input/data/standard.txt index 1f71e0473..7e8e626d5 100644 --- a/docutils/test/functional/input/data/standard.txt +++ b/docutils/test/functional/input/data/standard.txt @@ -450,7 +450,8 @@ A left-aligned image: :align: left This paragraph might flow around the image. -If it does or not, depends on the output format and the viewer. +The specific behavior depends upon the style sheet and +the browser or rendering software used. A right-aligned image: @@ -458,7 +459,8 @@ A right-aligned image: :align: right This paragraph might flow around the image. -If it does or not, depends on the output format and the viewer. +The specific behavior depends upon the style sheet and +the browser or rendering software used. For inline images see `Substitution Definitions`_. @@ -522,8 +524,8 @@ A left-aligned figure: The legend may consist of several paragraphs. -This paragraph might flow around the figure if the ``figwidth`` -argument is set and smaller than the text width. +This paragraph might flow around the figure. The specific behavior depends +upon the style sheet and the browser or rendering software used. A centered figure: @@ -537,8 +539,8 @@ A centered figure: The legend may consist of several paragraphs. -This paragraph might flow around the figure if the ``figwidth`` -argument is set and smaller than the text width. +This paragraph might flow around the figure. The specific behavior depends +upon the style sheet and the browser or rendering software used. A right-aligned figure: @@ -552,8 +554,8 @@ A right-aligned figure: The legend may consist of several paragraphs. -This paragraph might flow around the figure if the ``figwidth`` -argument is set and smaller than the text width. +This paragraph might flow around the figure. The specific behavior depends +upon the style sheet and the browser or rendering software used. Admonitions |
