[Bug 17595] Don't use for page layout

Thu, 05 Mar 2009 15:36:40 -0800

https://bugzilla.wikimedia.org/show_bug.cgi?id=17595


Aryeh Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m




--- Comment #5 from Aryeh Gregor <[email protected]>  2009-03-05 
23:36:07 UTC ---
I don't know of any way to do this that works in IE and doesn't require you to
specify a fixed width.  I don't think we want to degrade display for the
majority of our users for the sake of a minority, even a more
standards-compliant-browser-using minority.

I guess we could do inline-blocks with a fixed width and rely on wrapping
within each block.  I think that would work.  At least Firefox 2 doesn't
support inline-block, so we might have to use floats for it instead, and
specify both width and height or something (which would get pretty messed up
for long page titles).

Overall, this is nontrivial to do until we can rely on CSS column-*, which
(surprise!) IE doesn't support, up to and including IE8.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to