https://bugzilla.wikimedia.org/show_bug.cgi?id=51462
--- Comment #9 from Ed Sanders <[email protected]> --- So I just implemented a fix for this, but it broke a test that asserts that whitespace inside a pre is untouched. I'll put it a check for <pre> elements but we should be aware that this is broken, because any element can have white-space:pre attached to it, e.g. <span style="white-space:pre"> Foo</span> Will now normalise to <span style="white-space:pre">Foo</span> Long term we should look into just warning the user. -- 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
