- From: <bugzilla@wiggum.w3.org>
- Date: Sun, 28 Jun 2009 10:50:37 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6999
Ian 'Hixie' Hickson <ian@hixie.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2009-06-28 10:50:37 ---
This is basically just a specific case of the semantic provided already by the
<details> element.
Instead of:
nude men on a beach:
<nsfw>
<img src="..." alt="...">
</nsfw>
...use:
<details>
<legend> NSFW - nude men on a beach </legend>
<img src="..." alt="...">
</details>
--
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 Sunday, 28 June 2009 10:50:47 UTC