- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 05 Jun 2009 19:21:19 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6999
Summary: Adding tag <NSFW>
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: enhancement
Priority: P1
Component: HTML 5: The Markup Language
AssignedTo: mike@w3.org
ReportedBy: elfguy@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: public-html@w3.org
One of the most common descriptive notes people have to write using text when
they post links or images to blogs, comments or anywhere in HTML is to say
"this link is not safe for work" or simply "NSFW". By adding the <NSFW> tag,
this could be made much simpler and standardized. Browsers could then have an
option to automatically hide all <NSFW> content. A tag is preferred to an
attribute since it could then also be used around content and not just links.
Examples:
<nsfw><a href="http://www.example.com">Pics here!</a></nsfw>
<nsfw><img src="badkitten.jpg"></nsfw>
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 5 June 2009 19:21:25 UTC