LoqiIt looks like we don't have a page for "iceraven" yet. Would you like to create it? (Or just say "iceraven is ____", a sentence describing the term)
[mattl]List item with a unique ID…. the JavaScript loads the corresponding URL and redirects to it. If you don’t have JS, the page jumps to the anchor ID.
[mattl]I would expect no-JS to be read by curl or something similar. I try to support it but if I’m honest I still think of JavaScript and especially CSS as new things.
[mattl]I think even the minimal browsers try to support a little bit of CSS. I used to hide that by wrapping a style tag around an @import statement. I’d prefer to not push any CSS to a browser like that and just let the users own preferences happen.
[snarfed]if CSS literally breaks some niche browser, and supporting that browser is an important use case, then ok! I wouldn't advise most developers or publishers to make that choice, but everyone gets to choose for themselves 🤷
[mattl]Yeah I’m talking only in the case of no-JS stuff. I’d say that making it degrade nicely is important and that includes CSS. I have no idea why Basecamp doesn’t work on a relatively new browser.