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/expected/standalone_rst_html4css1.html | |
| 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/expected/standalone_rst_html4css1.html')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index 9518ac2de..5f1acb9ec 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -554,11 +554,13 @@ document (a document-wide <a class="reference internal" href="#table-of-contents <p>A left-aligned image:</p> <img align="left" alt="../../../docs/user/rst/images/biohazard.png" class="align-left" src="../../../docs/user/rst/images/biohazard.png" /> <p>This paragraph might flow around the image. -If it does or not, depends on the output format and the viewer.</p> +The specific behavior depends upon the style sheet and +the browser or rendering software used.</p> <p>A right-aligned image:</p> <img align="right" alt="../../../docs/user/rst/images/biohazard.png" class="align-right" src="../../../docs/user/rst/images/biohazard.png" /> <p>This paragraph might flow around the image. -If it does or not, depends on the output format and the viewer.</p> +The specific behavior depends upon the style sheet and +the browser or rendering software used.</p> <p>For inline images see <a class="reference internal" href="#substitution-definitions">Substitution Definitions</a>.</p> <p>Image size:</p> <p>An image 2 em wide:</p> @@ -605,8 +607,8 @@ layout.</p> <p>The legend may consist of several paragraphs.</p> </div> </div> -<p>This paragraph might flow around the figure if the <tt class="docutils literal"><span class="pre">figwidth</span></tt> -argument is set and smaller than the text width.</p> +<p>This paragraph might flow around the figure. The specific behavior depends +upon the style sheet and the browser or rendering software used.</p> <p>A centered figure:</p> <div align="center" class="figure"> <img alt="../../../docs/user/rst/images/biohazard.png" src="../../../docs/user/rst/images/biohazard.png" style="width: 50px;" /> @@ -616,8 +618,8 @@ argument is set and smaller than the text width.</p> <p>The legend may consist of several paragraphs.</p> </div> </div> -<p>This paragraph might flow around the figure if the <tt class="docutils literal"><span class="pre">figwidth</span></tt> -argument is set and smaller than the text width.</p> +<p>This paragraph might flow around the figure. The specific behavior depends +upon the style sheet and the browser or rendering software used.</p> <p>A right-aligned figure:</p> <div align="right" class="figure"> <img alt="../../../docs/user/rst/images/biohazard.png" src="../../../docs/user/rst/images/biohazard.png" style="width: 50px;" /> @@ -627,8 +629,8 @@ argument is set and smaller than the text width.</p> <p>The legend may consist of several paragraphs.</p> </div> </div> -<p>This paragraph might flow around the figure if the <tt class="docutils literal"><span class="pre">figwidth</span></tt> -argument is set and smaller than the text width.</p> +<p>This paragraph might flow around the figure. The specific behavior depends +upon the style sheet and the browser or rendering software used.</p> </div> <div class="section" id="admonitions"> <h3><a class="toc-backref" href="#id75">2.14.3 Admonitions</a></h3> |
