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.
|
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. |
|||
<kbd>vto<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