[Bug 25140] restrict summary element content?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25140

--- Comment #13 from Simon Pieters <simonp@opera.com> ---
(In reply to steve faulkner from comment #10)
> anonymous control is labelled via id of summary
> 
> <details>
>   <input id="anonymous-control"><summary
> id="summary-anonymous-control"><label for="summary-anonymous-control">label
> text</label> </summary>
> Some content 
> </details>
> 
> or 
> 
> anonymous control is labelled via id of details
> 
> <details id="details-anonymous-control">
>   <input id="anonymous-control"><summary><label
> for="details-anonymous-control">label text</label> </summary>
> Some content 
> </details>

In this proposal, the summary element has no default action? (Also "<input
id="anonymous-control">" is not something that would appear in the markup?)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 3 April 2014 13:17:30 UTC