Last modified: 2009-05-31 15:07:56 UTC
Currently, the [edit] links for sections are placed at the *beginning* of the h2, and then floated to the end with CSS. The only other common position to want to put them in (other than right-floated) is immediately after the text, but this is currently not possible unless we use JavaScript to move the spans to the correct location (a la [[de:MediaWiki:Monobook.js]]). If people genuinely want the edit links to be at the left edge of the page, they can trivially *left float* them to achieve that effect, but it would be a great improvement to have the HTML after the text of the header.
*** This bug has been marked as a duplicate of bug 11555 ***