- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Fri, 22 Jan 2016 13:50:38 -0800
- To: www-style list <www-style@w3.org>
"clear: block-start" only has useful behavior for page floats. For other elements, it's currently defined to act identically to "clear: inline-start". (And "block-end" falls back to acting like "inline-end".) This seems arbitrary and weird - the axises arent' interchangeable! "block-start/end" should either fall back to "both" (if you want to preserve the fact that it's clearing) or "none" (because the author messed up and tried to do an invalid clear). I'm not sure which one is better. fantasai prefers "none". ~TJ and fantasai
Received on Friday, 22 January 2016 21:51:26 UTC