perryflynnprobably it should be more clear which posts should be shared on indienews. I also had issues with figuring that out since there is no hint that it should be indieweb-specific and not just from a indieweb site here: https://intercom.serverless.industries/
osteophage[tantek]: [tantek] -- I linked to W3Schools because I've used them a lot to look up various CSS properties and because the site is relatively navigable and easy to parse.
osteophageThe only time I've heard of any issues with them is when I happened to stumble across this website (note the update): https://www.w3fools.com/
osteophage[edit] The only time I've heard of any issues with them is when I happened to stumble across this website (note the update): https://www.w3fools.com/
[tantek]Yeah I saw the update. W3schools was so bad for so long that it's gonna be a while before I think they're worth a second chance. I’m also going to lean towards recommending openly maintained community resources
[morganm]Im willing to definitely grant that W3 schools is ok as a reference source for tables of properties and basic information but stuff like https://www.w3schools.com/howto/howto_custom_select.asp me strongly doubt it's usefulness . Basically no context is given to the accessibility needs of select menus and the code is like achieving one thing in a bloated way
osteophageThere's always a tradeoff. I wanted to combine links to resources of varying lengths, and the shorter and more approachable stuff generally seems to be individually written. With that said, I'll take some time to look through MDN though as an alternative general reference link and see if it fits what I'm looking for.
[morganm]So many of my hobby webpages are partially copy pasted from example code samples in MDN. I think I've used the styling of `details` elements from Mdn like dozens of times heh
[morganm]As a side note about my example above -- boy am I excited about native styling of select element menus. Still one of the biggest requests and pain points I've come across in my working life