aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/img_vs_align.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-15 15:01:17 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-15 15:01:17 -0500
commit03fe40cdc5c55bafd0f3b9058fb985e66a872aab (patch)
treec8483b369add2c0e813ca1b00bbe2dab5f243d63 /doc/bugs/img_vs_align.mdwn
parentfb26b9ca849b2cc8090e317c0cba790da76c425a (diff)
downloadikiwiki-03fe40cdc5c55bafd0f3b9058fb985e66a872aab.tar
ikiwiki-03fe40cdc5c55bafd0f3b9058fb985e66a872aab.tar.gz
diagnosis: probably broken browser?
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]]