summaryrefslogtreecommitdiff
path: root/doc/bugs/img_vs_align.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/img_vs_align.mdwn')
-rw-r--r--doc/bugs/img_vs_align.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/img_vs_align.mdwn b/doc/bugs/img_vs_align.mdwn
index dcb9129b9..c70f4d5ef 100644
--- a/doc/bugs/img_vs_align.mdwn
+++ b/doc/bugs/img_vs_align.mdwn
@@ -9,3 +9,11 @@ almost of my CSS foo again ;-) it seems.) --[[tschwinge]]
>
> I've edited the URL you provided to demonstrate this -- hope you don't mind! I've also added an inline, right-aligned image to this page.[[!tag done]]
> -- [[Jon]]
+
+> Contrary to all of the above, html does not care about P tags when
+> floating an image to the left or right via align. Proof:
+> <http://kitenet.net/~joey/pics/toomanypicturesofjoey/>, where the image
+> is in its own paragraph but still floats. Also, I re-modified a local
+> copy of the hurd page to enclose the image in a P, and it still floats.
+>
+> Tested with Chromium and Firefox. --[[Joey]]