<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>CSS Naked Day &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/css-naked-day/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Fri, 10 Apr 2020 23:41:30 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>CSS Naked Day &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[This blog strips off for CSS Naked Day]]></title>
		<link>https://shkspr.mobi/blog/2020/04/this-blog-strips-off-for-css-naked-day/</link>
					<comments>https://shkspr.mobi/blog/2020/04/this-blog-strips-off-for-css-naked-day/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Thu, 09 Apr 2020 06:15:35 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS Naked Day]]></category>
		<category><![CDATA[HTML5]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=34631</guid>

					<description><![CDATA[Half-a-dozen years ago, I proposed that web developers spend one day a year browsing without JavaScript.  It&#039;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…]]></description>
										<content:encoded><![CDATA[<p>Half-a-dozen years ago, I proposed that web developers spend <a href="https://shkspr.mobi/blog/2013/11/no-javascript-day/">one day a year browsing without JavaScript</a>.  It's a great way to see how the web works when things break.</p>

<p>Similarly, April 9th is <a href="https://css-naked-day.github.io/">CSS Naked Day</a>. 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.</p>

<blockquote><p>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 <code>&lt;body&gt;</code> for what it really is.</p></blockquote>

<p>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:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2020/04/Firefox-menu-fs8.png" alt="Firefox menu. Go to View, the Page Style, then No Style." width="518" height="239" class="aligncenter size-full wp-image-34632">

<p>You can't change user styles in Chrome. <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=347016">Because Google hates giving users a choice</a>. So open up the Developer tools and paste this into the console:</p>

<pre><code class="language-_">for (var style in styles = document.styleSheets)
    styles[style].disabled = true;
</code></pre>

<p>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?</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=34631&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2020/04/this-blog-strips-off-for-css-naked-day/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
	</channel>
</rss>
