Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 102 words in the discussion.

Trending Topics

#css#btw#recent#https#always#tell#myself#should#backwards#compatible

Discussion (3 Comments)Read Original on HackerNews

sixtyj•33 minutes ago
I always tell myself that I should use backwards-compatible CSS only.

I vividly remember IE and many hacks to have css elements properly working in it…

Imho this is a reason why markdown and other rich-textual formats appeared.

Btw is there a some “w3schools” for recent CSS?

mostlysimilar•29 minutes ago
> Btw is there a some “w3schools” for recent CSS?

No better resource than MDN: https://developer.mozilla.org/en-US/

I also like https://css-tricks.com

searchstefano•about 2 hours ago
CSS has come a long way. On several sites I’ve been able to completely remove JS for things like popups, mobile menus, and open/close interactions.

The fact that modern CSS and native browser APIs can handle so much of this makes the web feel simpler and more capable at the same time.