This blog strips off for CSS Naked Day
Half-a-dozen years ago, I proposed that web developers spend one day a year browsing without JavaScript. It's a great way to see how the web works when things break.
Similarly, April 9th is CSS Naked Day. A chance to throw off the shackles of good design, and see the raw beauty of your HTML. Today is intended for websites to remove their own style sheets - as this blog has done.
The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of HTML, semantic markup, a good hierarchy structure, and of course, a good old play on words. It's time to show off your
<body>
for what it really is.
But I'd like to go a step further. Turn off page styles while browsing the web. Do it now! On Firefox, it's easy:

You can't change user styles in Chrome. Because Google hates giving users a choice. So open up the Developer tools and paste this into the console:
for (var style in styles = document.styleSheets)
styles[style].disabled = true;
Take a look around the web. Who is using CSS when they could be using semantic HTML? Which sites hide loads of crap from users. What weird things are being stuffed in their markup? How well does your site work if there's a glitch and the CSS doesn't load? What would the web be like if it were unstyled?
Reply to original comment on twitter.com
|I'm glad the web is still mostly plain and I'm glad HTTP 1.1 is not going away, these things are vital to the long term health of the system. If you cannot understand something then you are doomed to repeat mistakes. Complex websites often last only a few years before being remade.
The CSS naked day website has a list of sites that have participated. I'm going to click a few random ones and see where its takes me.
Reply to original comment on social.screamingatmyscreen.com
|Reply to original comment on functional.cafe
|