File history,File usage on Commons,File usage on other wikis, Metadata are not collapsible.
Version: unspecified
Severity: normal
File history,File usage on Commons,File usage on other wikis, Metadata are not collapsible.
Version: unspecified
Severity: normal
That's because they're just <h2> as opposed to <h2><span id="mw-headline"> - we're converting only the span, never touching the h2's themselves. What do you propose to do with them Jon?
Any reason these don't contain spans?
Sounds like something to change in core to be consistent with other headings.
Hmm, I can *theorize* that this behaviour is due to us originally screen-scraping everything, including headings from chrome.
One thing we could do is transform all the HTML on the client and drop headingTransform altogether... this scares me but in theory it should be possible...
We /could/ do this in JavaScript. This would involve collecting known headings and constructing the sections manually to collapse them.