<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: NSFW tag in HTML 5</title>
	<atom:link href="http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/</link>
	<description>Web design news and insights since 1995</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:01:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waebo &#187; HTML 5 : La balise NSFW (Not Safe For Work)</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-51151</link>
		<dc:creator>Waebo &#187; HTML 5 : La balise NSFW (Not Safe For Work)</dc:creator>
		<pubDate>Tue, 22 Dec 2009 19:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-51151</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] : Jeffrey Zeldman    HTML, HTML 5  DÃ©veloppement web   [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] : Jeffrey Zeldman    HTML, HTML 5  DÃ©veloppement web   [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML5 and Intellectual Freedom&#8230; &#171; Overgeeked</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-50353</link>
		<dc:creator>HTML5 and Intellectual Freedom&#8230; &#171; Overgeeked</dc:creator>
		<pubDate>Wed, 02 Dec 2009 05:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-50353</guid>
		<description>[...] geeking out about the neat things that are possible with the still-in-process HTML5, I came across this discussion about a possible Not Safe For Work (NSFW) tag that some wanted to have included in the new HTML [...]</description>
		<content:encoded><![CDATA[<p>[...] geeking out about the neat things that are possible with the still-in-process HTML5, I came across this discussion about a possible Not Safe For Work (NSFW) tag that some wanted to have included in the new HTML [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Q</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-47967</link>
		<dc:creator>Q</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-47967</guid>
		<description>Actually, the more I think about this, the more I think it&#039;s a fantastic idea. Since pics-label is agnostic to the rating system itself, a similarly generic 
&lt;code&gt;&lt;nsfw&gt;&lt;/code&gt; tag (or, as in my to-be-moderated example above, &lt;code&gt;&lt;rating&gt;&lt;/code&gt; tag) could even be used for things such as &quot;spoilers&quot; - which many, many websites have had to add custom, non-standard markup to selectively hide or show.</description>
		<content:encoded><![CDATA[<p>Actually, the more I think about this, the more I think it&#8217;s a fantastic idea. Since pics-label is agnostic to the rating system itself, a similarly generic<br />
<code>&lt;nsfw&gt;</code> tag (or, as in my to-be-moderated example above, <code>&lt;rating&gt;</code> tag) could even be used for things such as &#8220;spoilers&#8221; &#8211; which many, many websites have had to add custom, non-standard markup to selectively hide or show.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Q</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-47963</link>
		<dc:creator>Q</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-47963</guid>
		<description>Here&#039;s an example of the above idea, using a nonexistant content rating system involving graphic or explicit use of shoes and socks:
&lt;code&gt;
&lt;rating href=&quot;http://www.example.com/rsname&quot; name=&quot;sh&quot; value=&quot;0&quot;&gt;
&lt;rating href=&quot;http://www.example.com/rsname&quot; name=&quot;so&quot; value=&quot;1&quot;&gt;
This sentence is offensive due to having socks in it.
&lt;/rating&gt;
&lt;/rating&gt;&lt;/code&gt;
The disadvantage to this approach is that it requires an href to the rating system for each advisory you want to set. So another option is to roll them all up into one tag and embed the pics-label rating, similar to the modern &lt;b&gt;style&lt;/b&gt; attribute.
&lt;code&gt;&lt;rating href=&quot;http://www.example.com/rsname&quot; rating=&quot;sh 0 so 1&quot;&gt;This sentence is offensive due to having socks in it.&lt;/rating&gt;
&lt;/code&gt;
Still ugly, but not quite AS ugly. Of course, if W3C were to standardize on a rating schema, it could be reduced simply to &lt;code&gt;&lt;rating sh=&quot;0&quot; so=&quot;1&quot;&gt;This sentence is offensive due to having socks in it.&lt;/rating&gt;&lt;/code&gt; but since there are several content rating systems already in wide usage that seems unlikely somehow.</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example of the above idea, using a nonexistant content rating system involving graphic or explicit use of shoes and socks:<br />
<code><br />
&lt;rating href="http://www.example.com/rsname" name="sh" value="0"&gt;<br />
&lt;rating href="http://www.example.com/rsname" name="so" value="1"&gt;<br />
This sentence is offensive due to having socks in it.<br />
&lt;/rating&gt;<br />
&lt;/rating&gt;</code><br />
The disadvantage to this approach is that it requires an href to the rating system for each advisory you want to set. So another option is to roll them all up into one tag and embed the pics-label rating, similar to the modern <strong>style</strong> attribute.<br />
<code>&lt;rating href="http://www.example.com/rsname" rating="sh 0 so 1"&gt;This sentence is offensive due to having socks in it.&lt;/rating&gt;<br />
</code><br />
Still ugly, but not quite AS ugly. Of course, if W3C were to standardize on a rating schema, it could be reduced simply to <code>&lt;rating sh="0" so="1"&gt;This sentence is offensive due to having socks in it.&lt;/rating&gt;</code> but since there are several content rating systems already in wide usage that seems unlikely somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Q</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-47930</link>
		<dc:creator>Q</dc:creator>
		<pubDate>Mon, 31 Aug 2009 10:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-47930</guid>
		<description>I somehow feel like the &quot;right way&quot; would be an expansion of the &lt;b&gt;pics-label&lt;/b&gt; metadata property rather than a whole new tag, especially when &quot;NSFW&quot; means so many different things to so many different people. Then again, pics-label is only barely a standard itself, with a swamp of four different rating systems theoretically supported... either way, revisiting the topic seems like a good idea. I&#039;m certainly not against an NSFW tag for the reasons stated in this blog, though. Such a tag wouldn&#039;t &quot;stick presentation and behavior back in markup&quot; any more than &lt;em&gt; does; it merely indicates a change in the content rating of the stuff inside, and leaves it up to the browser and CSS (with, of course, a commonly agreed-upon default) as to how to handle it.</description>
		<content:encoded><![CDATA[<p>I somehow feel like the &#8220;right way&#8221; would be an expansion of the <strong>pics-label</strong> metadata property rather than a whole new tag, especially when &#8220;NSFW&#8221; means so many different things to so many different people. Then again, pics-label is only barely a standard itself, with a swamp of four different rating systems theoretically supported&#8230; either way, revisiting the topic seems like a good idea. I&#8217;m certainly not against an NSFW tag for the reasons stated in this blog, though. Such a tag wouldn&#8217;t &#8220;stick presentation and behavior back in markup&#8221; any more than &lt;em&gt; does; it merely indicates a change in the content rating of the stuff inside, and leaves it up to the browser and CSS (with, of course, a commonly agreed-upon default) as to how to handle it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: °Ù¶ÈËÑË÷_Most NSFW site</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-47635</link>
		<dc:creator>°Ù¶ÈËÑË÷_Most NSFW site</dc:creator>
		<pubDate>Wed, 26 Aug 2009 04:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-47635</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...]  [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...]  [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard@Home &#124; Filtering out the crap so you don't have to</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-47597</link>
		<dc:creator>Richard@Home &#124; Filtering out the crap so you don't have to</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-47597</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] NSFW tag in HTML 5 â€“ Jeffrey Zeldman Presents The Daily Report [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] NSFW tag in HTML 5 â€“ Jeffrey Zeldman Presents The Daily Report [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taking it too far in HTML 5? - Azure-Sky Design</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-46824</link>
		<dc:creator>Taking it too far in HTML 5? - Azure-Sky Design</dc:creator>
		<pubDate>Fri, 07 Aug 2009 00:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-46824</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] requests.&#160; Read the following article until you understand what it&#039;s talking about:&#160; NSFW Tag in HTML 5.What this proposal is asking for is a tag in HTML 5, the &quot;future&quot; of HTML, that will make [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] requests.&nbsp; Read the following article until you understand what it&#39;s talking about:&nbsp; NSFW Tag in HTML 5.What this proposal is asking for is a tag in HTML 5, the &quot;future&quot; of HTML, that will make [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NSFW tag in HTML 5 : programming</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43774</link>
		<dc:creator>NSFW tag in HTML 5 : programming</dc:creator>
		<pubDate>Wed, 01 Jul 2009 05:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43774</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] tag in HTML 5 : programmingother redditsprogrammingcommentsrelatedNSFW tag in HTML 554 points&#160;&#124;&#160;108 comments&#160;&#124;&#160; submitted&#32;16 [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] tag in HTML 5 : programmingother redditsprogrammingcommentsrelatedNSFW tag in HTML 554 points&nbsp;|&nbsp;108 comments&nbsp;|&nbsp; submitted&#32;16 [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTML Info &#187; A HTML 5 kiszorÃ­tja a Flasht Ã©s a Silverlightot?</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43588</link>
		<dc:creator>HTML Info &#187; A HTML 5 kiszorÃ­tja a Flasht Ã©s a Silverlightot?</dc:creator>
		<pubDate>Wed, 24 Jun 2009 06:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43588</guid>
		<description>[...] A hosszÃº idÅ‘ alatt bizonyÃ¡ra sok vÃ¡ltozÃ¡son megy keresztÃ¼l, talÃ¡n tÃ©nyleg belekerÃ¼l az &lt;nsfw&gt; elem [...]</description>
		<content:encoded><![CDATA[<p>[...] A hosszÃº idÅ‘ alatt bizonyÃ¡ra sok vÃ¡ltozÃ¡son megy keresztÃ¼l, talÃ¡n tÃ©nyleg belekerÃ¼l az &lt;nsfw&gt; elem [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OLD - URLs from #sailormoon.hu on Sunday, 14th June 2009</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43579</link>
		<dc:creator>OLD - URLs from #sailormoon.hu on Sunday, 14th June 2009</dc:creator>
		<pubDate>Tue, 23 Jun 2009 09:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43579</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] no title 23:45http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/NSFW tag in HTML 5 â€“ Jeffrey Zeldman Presents The Daily Report Â«Â»Hide [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] no title 23:45http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/NSFW tag in HTML 5 â€“ Jeffrey Zeldman Presents The Daily Report Â«Â»Hide [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fran</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43544</link>
		<dc:creator>Fran</dc:creator>
		<pubDate>Fri, 19 Jun 2009 13:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43544</guid>
		<description>An &quot;authorize&quot; tag could be used not only for NSFW content, but for other sensitive images or anything that would require either a deliberate user action or a browser setting before being displayed.</description>
		<content:encoded><![CDATA[<p>An &#8220;authorize&#8221; tag could be used not only for NSFW content, but for other sensitive images or anything that would require either a deliberate user action or a browser setting before being displayed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tech tabloids, Project Harmony, and the proposal for a &#8216;Flash&#8217; tag in HTML5 &#124; Commented Out</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43474</link>
		<dc:creator>Tech tabloids, Project Harmony, and the proposal for a &#8216;Flash&#8217; tag in HTML5 &#124; Commented Out</dc:creator>
		<pubDate>Wed, 17 Jun 2009 23:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43474</guid>
		<description>[...] write it&#8217;s will? I don&#8217;t think so. And as it stands now,Â  there are still things like NSFW tags being suggested. Even more disheartening to me is the fact that some of the biggest names in the [...]</description>
		<content:encoded><![CDATA[<p>[...] write it&#8217;s will? I don&#8217;t think so. And as it stands now,Â  there are still things like NSFW tags being suggested. Even more disheartening to me is the fact that some of the biggest names in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: betacontinua Â» HTML5</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43445</link>
		<dc:creator>betacontinua Â» HTML5</dc:creator>
		<pubDate>Tue, 16 Jun 2009 07:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43445</guid>
		<description>[...] nuevas etiquetas que quieren que aparezca en esta nueva revisiÃ³n. Lo Ãºltimo que he oido es que quieren que haya una etiqueta NSFW (&lt;nsfw&gt;) para prevenir de aquellos enlaces que no sean propicios de visionar cuando estamos en el [...]</description>
		<content:encoded><![CDATA[<p>[...] nuevas etiquetas que quieren que aparezca en esta nueva revisiÃ³n. Lo Ãºltimo que he oido es que quieren que haya una etiqueta NSFW (&lt;nsfw&gt;) para prevenir de aquellos enlaces que no sean propicios de visionar cuando estamos en el [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel Lehman</title>
		<link>http://www.zeldman.com/2009/06/08/not-safe-for-work-tag-in-html-5/#comment-43435</link>
		<dc:creator>Rachel Lehman</dc:creator>
		<pubDate>Tue, 16 Jun 2009 01:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeldman.com/?p=1283#comment-43435</guid>
		<description>It&#039;s an amusing idea, but don&#039;t we already have this with the content rating meta tag? And nobody uses it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an amusing idea, but don&#8217;t we already have this with the content rating meta tag? And nobody uses it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
