Original post can be viewed atblog.jim-nielsen.com
JavaScript Is Enabled by Default in Web Browsers — written by → Jim Nielsen
If you haven’t come across Jim Nielsen’s blog yet, then there’s no better time to start.
I love what he says in this article:
Browsers don’t turn off Javascript by default. And you don’t have to either. What’s important to note is that web experiences can work without it (or before it).
Building in layers of technology (HTML, CSS, JS — in that order) is how the web is designed to work. It breeds resiliency.
URLs lead to HTML which leads to CSS and JS. Start at the bottom layer and build up, ensuring new layers enhance on the layers beneath them and core functionality remains working if the technology breaks at any layer.
← Other bookmarks