Steps to replicate the issue (include links if applicable):
- Visit https://en.wikivoyage.org/wiki/San_Carlos_de_Bariloche?useparsoid=1 on the mobile skin at 900px
What happens?:
The sections start collapsed then expand. This is a significant flash of unstyled content / reflow which is a performance issue.
What should have happened instead?:
They should be expanded from the start
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Other information (browser name/version, screenshots, etc.):
This seems to because of an error in the CSS. It uses max-width-breakpoint-tablet instead of max-width-breakpoint-mobile. The JavaScript uses wgMFDeviceWidthTablet which corresponds with max-width-breakpoint-mobile.