[Bug 14520] consider to add element <outside> to de-section some text

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14520

--- Comment #3 from Tab Atkins Jr. <jackalmage@gmail.com> 2011-10-20 12:05:18 UTC ---
I'm a webdev too.  I know the limitations of current CSS layout.  That doesn't
mean you should sacrifice good content organization.  It also doesn't mean
there's not another way to do it (there usually is).

However, CSS is already developing the tools you need.  Flexbox Layout (an
older version is available in most browsers, and the newer version is currently
being developed) and Grid Layout (should be experimentally available in IE10,
and is being worked on in other browsers) *do* let you do
document-order-independent layout.

Better to wait for those to come in and make your life infinitely easier than
try and bless your current hacks that are bad for both you and your users.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 20 October 2011 12:05:25 UTC