You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What specific section or headline is this issue about?
CSS styling basics | Section "Order of cascade layers" in "Handling conflicts" module
What information was incorrect, unhelpful, or incomplete?
Yesterday, I read "Cascade, specificity, and inheritance" module, which is now called "Handling conflicts", that introduced cascade layers with syntax and short example at the end before offering passing a test. Currently, corresponding "Order of cascade layers" section is absent. This section was also (and still is) referenced in "Task 2" of the skill test "The Cascade" because "Task 2" is all about @layer. Unfortunately, the link doesn't reach its desired destination due to absence of #order_of_cascade_layers ID in "Handling conflicts" module markup.
What did you expect to see?
Presence of "Order of cascade layers" section in "Handling conflicts" module of "CSS styling basics".
Do you have any supporting links, references, or citations?
Module "Handling conflicts" that no longer has "Order of cascade layers" section.
"Task 2" of skill test "Test your skills: The Cascade" which is referenced in section of module above .
Absent section that is referenced in the content of "Task 2".
I also include commit changes that affected it:
508-578 lines were removed which caused "Order of cascade layers" to disappear.
71 line that updates the link in "Task 2" which references currently absent section.
Note: Due to commit size, browser takes some time to scroll to specified location.
MDN URL
https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Styling_basics/Handling_conflicts#order_of_cascade_layers
What specific section or headline is this issue about?
CSS styling basics | Section "Order of cascade layers" in "Handling conflicts" module
What information was incorrect, unhelpful, or incomplete?
Yesterday, I read "Cascade, specificity, and inheritance" module, which is now called "Handling conflicts", that introduced cascade layers with syntax and short example at the end before offering passing a test. Currently, corresponding "Order of cascade layers" section is absent. This section was also (and still is) referenced in "Task 2" of the skill test "The Cascade" because "Task 2" is all about
@layer
. Unfortunately, the link doesn't reach its desired destination due to absence of#order_of_cascade_layers
ID in "Handling conflicts" module markup.What did you expect to see?
Presence of "Order of cascade layers" section in "Handling conflicts" module of "CSS styling basics".
Do you have any supporting links, references, or citations?
I also include commit changes that affected it:
Note: Due to commit size, browser takes some time to scroll to specified location.
Do you have anything more you want to share?
"Handling conflicts" module references skill test.
Skill test's "Task 2" references absent section of module above.
Thanks!
The text was updated successfully, but these errors were encountered: