Details-Polyfill icon indicating copy to clipboard operation
Details-Polyfill copied to clipboard

Open attribute

Open neilbradley opened this issue 12 years ago • 0 comments

Is it possible to support the open attribute in Safari?

<details open>
    <summary>View more</summary>
    <summary>(2nd summary will be ignored)</summary>
    <p>Paragraph</p> 
    <div>Nested <span>elements</span></div>
    Simple Textnode
</details>

neilbradley avatar Nov 21 '11 16:11 neilbradley