Last modified: 2011-07-18 15:05:44 UTC
Test case: [[Image:Wiki.png|left|thumb|Lorem ipsum<small>Small text]] This should be normal text Expected the same output as: [[Image:Wiki.png|left|thumb|Lorem ipsum<small>Small text</small>]] This should be normal text Live wikipedia provides the same output as: [[Image:Wiki.png|left|thumb|Lorem ipsum<small>Small text</small>]] <small>This should be normal text Likely a "feature" of the new tidy. Thus MediaWiki sanitizer should fix it before passing it to tidy.
Invalid input produces confusing output. Garbage in, garbage out, closing invalid. [[Image:Wiki.png|left|thumb|Lorem ipsum<small>Small text]] What kind of text should this be?</small>
I disagree. We shouldn't be producing garbage, even if providing garbage (that's why we pass the html through tidy). Second, this was a change of behavior from the previous one, which caused problems on the wiki (I update the link to point to the archive) Finally: [[Image:Wiki.png|left|thumb|Lorem ipsum<small>Small text</small>]] What kind of text should this be?</small>