[Bug 10479] add role=radiogroup to details element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10479


steve faulkner <faulkner.steve@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |




--- Comment #3 from steve faulkner <faulkner.steve@gmail.com>  2010-09-01 06:42:16 ---
(In reply to comment #1)
> The 'radiogroup' role is nonsensical for a <details> element.  The <details>
> element can't represent "a type of select list that can only have a single
> entry checked at any one time" without serious hackery.

where is the serious hackery here:

<details>
<summary> choose one</summary>
<input type="radio">choice 1
<input type="radio"> choice 2
<input type="radio"> choice 3
</details>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Wednesday, 1 September 2010 06:42:24 UTC