https://bugzilla.wikimedia.org/show_bug.cgi?id=6200
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW CC| |[email protected] --- Comment #72 from [email protected] --- From bug 52763. --------- Change Iecab69460c6aac36acfe2d9440dc5d3590de8b57 for bug 6200 was somewhat prematurely +2'ed and merged. Subbu has pointed out that another difference between <blockquote> and <div> is that indented content inside <blockquote> is *not* considered to start a <pre>. This bug seeks to revert that part of the <blockquote> behavior change, since a quick grep through enwiki-20130708 finds that indented text inside <blockquote> is quite common. --------- So, this is trickier than what it seems to be. It is not enough to make <blockquote> behave like <div>. Indent-pre in <blockquote> should be turned off (especially because a lot of existing pages that use indents in block-quote will break without it). Or, a convincing case has to be made why supporting indent-pre in <blockquote> is okay to do and then fix existing pages that use indents in blockquote. -- 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
