- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 29 Sep 2009 14:42:09 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7735
Jim Jewett <jimjjewett@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jimjjewett@gmail.com
--- Comment #2 from Jim Jewett <jimjjewett@gmail.com> 2009-09-29 14:42:06 ---
If I understand correctly, this request is about selecting from multiple
potential <details> bodies, and that selection is no more presentational that
details itself.
The current model (with made-up names, since they're in flux) is:
<details><itemhead>This always shows</itemhead>The main content does not show,
unless the details "open" attribute is true</details>
The bug is asking to put the larger contents in a container (such as dd), and
to have open indicate *which* of those containers is open.
<details><dt>This always shows</st>
<dd>The main content does not show, unless the details "open" attribute selects
it. This particular piece of content would be hidden unless open=1.</dd>
<dd>If open=2, then this piece of content would show instead.</dd>
</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 Tuesday, 29 September 2009 14:45:12 UTC