mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add interactive content tests to demo.html
Initial addition of a `details` and `summary` test to the demo. These are new HTML5 elements and there is not yet widespread browser implementation of their interactive functionality.
This commit is contained in:
parent
450aa56a20
commit
18406231cc
12
demo.html
12
demo.html
@ -115,6 +115,18 @@
|
|||||||
<video controls></video>
|
<video controls></video>
|
||||||
<video></video>
|
<video></video>
|
||||||
|
|
||||||
|
<h1>Interactive content</h1>
|
||||||
|
|
||||||
|
<h3>details / summary</h3>
|
||||||
|
<details>
|
||||||
|
<summary>More info</summary>
|
||||||
|
<p>Additional information</p>
|
||||||
|
<ul>
|
||||||
|
<li>Point 1</li>
|
||||||
|
<li>Point 2</li>
|
||||||
|
</ul>
|
||||||
|
</details>
|
||||||
|
|
||||||
<h1>Grouping content</h1>
|
<h1>Grouping content</h1>
|
||||||
|
|
||||||
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user