Last modified: 2013-01-27 09:43:55 UTC
The Gadgets tab on Special:Preferences is badly formatted. 1) Section headers are <h1> instead of <h2> 2) There is absolutely no need to wrap it in the table at all, however, if by any chance there would be any need (which?), then don't output unnecessary <td class="mw-label"><label> </label></td> at the beginning which causes ugly left padding of the entire content except for the header. Feel free to split this to two bugs if necessary.
3) <label> can contain only inline elements, however, gadget description allows to make block content (typically with longer description divided into paragraphs) thus the HTML output in such case is invalid. Because gadget descriptions should be descriptive, the <label> element should be removed in favour of that. On top of this, the checkbox and the description should be in separated table cells, thus the block level description won't start under the checkbox but aside it.