[Bug 15455] <details> elements without a child <summary> element should automatically get one (not just a text label)

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

--- Comment #2 from Mathias Bynens <mathias@qiwi.be> 2012-01-08 10:46:09 UTC ---
> …instead of:
> 
>     <details>
>       Details
>       <p>Foo</p>
>     </details>

Sorry, that obviously should’ve been:

    <details>
      <p>Foo</p>
    </details>

-- 
Configure bugmail: https://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, 8 January 2012 10:46:53 UTC