'Next' links to an unexpected page from 'How CSS works'
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
People
(Reporter: johnheckbert, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
- clicked on the 'Next' button on https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/How_CSS_works
2. the 'https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/Using_your_new_knowledge' page opened
3. I was expecting 'CSS Syntax'
It looks like the sequence doesn't match the table on the left side of the window
What happened?
Wrong (?) page opened
What should have happened?
A different page - more in line with the table on the left - should have opened.
Is there anything else we should know?
Comment 1•6 years ago
|
||
Definitely seems the side-bar is disconnected from the nav feature in the content.
I don't know who or how we should correct it for now. So, needinfo'ing Chris for now.
Ideally, these two "widgets" should be properly connected and read from the same source so authors don't have to update two table of contents lists.
Comment 2•6 years ago
|
||
The "Next" link is actually correct. the trouble is that we've updated the CSS courses recently, including updating the sidebars to show the new articles, but MDN has not updated properly so it is still showing the old sidebar.
I've corrected it by doing a "Shift + Refresh" (Shift + Cmd + R (or Shift + Cmd + R on Mac)) on the page you cited as looking wrong, to force it to regenerate the page. If you see any other places with sidebars that look wrong, just do the same.
Updated•5 years ago
|
Description
•