https://bugzilla.wikimedia.org/show_bug.cgi?id=51260
--- Comment #3 from Bartosz DziewoĆski <[email protected]> --- Also, some wikis include more stuff in their reflist-like templates; for example [[pl:Template:Przypisy]] unconditionally includes the heading. (In reply to comment #2) > > "Obviously"? In my opinion setting maximalcolumn width and letting the > > browser figure out the layout makes more sense than hardcoded number > > (although > > sadly it's not how it's done right now). > > We should be reducing, not increasing, the use of hard-coded widths. HTML is > not a graphical layout language, and should not be bastardised to serve as > such. Hardcoding the number of columns is the same, except worse, since it can't be adjusted to the capabilities of the browser/device without violating CSS spec. CSS only allows specifying column width "hints", anyway, and they can be measured in ems. https://developer.mozilla.org/en-US/docs/Web/CSS/column-width -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
