The section edit links look like [ edit | edit source ] and are in a <span class="mw-editsection"> following the heading tag inside a <div class="mw-heading">.
The brackets surrounding them wrap separately from the links, which doesn't look very good:
Ideally what would happen would be one of:
- The bracket binds to the link within it ([ edit\n | edit source ] (sort of awkward because then we have to choose how the separator binds)
- The entire mw-editsection wraps as a unit
These two cases are identical on single-tab wikis since the user will only see [ edit ] or [ edit source ] there.
This might be a regression from the changes for T268900, I'm not sure. It could also have been around for ages and I only just happened to notice it.


