We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cece82 commit db80311Copy full SHA for db80311
demo.html
@@ -80,6 +80,11 @@ <h1>Text-level semantics</h1>
80
81
<h1>Embedded content</h1>
82
83
+ <h3>audio</h3>
84
+
85
+ <audio controls></audio>
86
+ <audio></audio>
87
88
<h3>img</h3>
89
90
<img src="http://placekitten.com/100/100" alt="">
@@ -89,6 +94,11 @@ <h3>svg</h3>
94
95
<svg style="width:100px; height:100px;"><circle cx="100" cy="100" r="100" fill="#ff0000"></svg>
91
96
97
+ <h3>video</h3>
98
99
+ <video controls></video>
100
+ <video></video>
101
92
102
<h1>Grouping content</h1>
93
103
104
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
0 commit comments