[Bug 20586] Incorrect Example of 'clear' in 9.8.3 (Floating a box)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20586

--- Comment #1 from Anton P <antonsforums@yahoo.co.uk> ---
I propose fixing this by removing the #sibling span from the example, and
instead wrapping the existing loose "End of body contents." in a span and
setting that to "display:block; clear:right".

I think this is a better approach than setting "display:block" on the #sibling
span; in either case you end up with block-inside-inline, but with the first
approach you don't really notice because the inline doesn't resume after the
clearing element and so the complexity doesn't really need pointing out in the
example, whereas with the second approach you do notice and it probably does
need explaining.


Proposal: http://lists.w3.org/Archives/Public/www-style/2013Jan/0036.html

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 7 January 2013 14:36:12 UTC