Case in point: http://gaming.stackexchange.com/posts/17132/revisions

The user just changed 1 character inside a <kbd> block, but in the revision history it looks as if an entire sentence entered that block... plus, it overflows the container.

share|improve this question
1  
Looking at the page source, it looks like the diff is treating a replacement of <kbd>v to <kbd>w, rather than just the singular character or also catching the closing tag. So you end up with <kbd><span class="diff-delete">v</span><kbd><span class="diff-add">w</span></kbd>, which is one closing tag shy and thus causes the horrible breaking. I've seen similar with code formatting and blockquotes. – Grace Note Feb 23 '11 at 16:40

You must log in to answer this question.

Browse other questions tagged