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
Once we have #3 addressed, we’ll have to configure web server to make proper HTTP redirection for funny URL names and others that may create conflicts (e.g. inconsistent casing #2)
Handle cases such as:
tutorials/What is CSS? into tutorials/What_is_CSS
concepts/accessibility/definitions/visual impairment into concepts/accessibility/definitions/visual_impairment
html/elements/!DOCTYPE into html/elements/DOCTYPE
svg/properties/animVal (SVGAnimatedString) into svg/properties/animVal_SVGAnimatedString
css/Properties/color into css/properties/color (notice "Properties" casing here)
css/properties/flex-align into css/properties/align-items (notice casing here too)