https://bugzilla.wikimedia.org/show_bug.cgi?id=39617
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Gabriel Wicke <[email protected]> --- Setting the list items to white-space: inline-block (not inline) works without the newline in the DOM. Support: * http://caniuse.com/#search=inline-block : All modern browsers. * IE 6/7: simulation via display: inline + hasLayout (eg. zoom:1) Omitting the newline from the DOM lets users choose whether to line break or not with CSS, so seems to be preferable. Inserting a newline sounds problematic for this reason, and might just be a tidy bug. -- 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
