User story
As a mobile user with easy access to a table of contents, I have no use for collapsed sections and would much rather have all content at my disposal right away.
Requirements
Sections should be expanded from the start, with no delay or FOUC, and should not even be collapsible anymore.
Minerva comes with pre-existing support for this through $wgMFNamespacesWithoutCollapsibleSections, but its Parsoid implementation does not respect/support that.
I would suggest to simply force usage of the legacy parser for this experiment, and not bother updating Minerva until the experiment proves successful.
Update
T407815: Section collapsing applies to namespaces it should not apply to in mobile makes Parsoid honor $wgMFNamespacesWithoutCollapsibleSections, so we can support both parsers.
Acceptance criteria
- Page sections are expanded from the start
- There is no delay or FOUC
- Sections can no longer be collapsed on the legacy parser
- Sections can no longer be collapsed on Parsoid