@@ -275,24 +275,6 @@ <h4><code><figure></code> element with a <code><picture></code> elem
275275 < footer > < p > < a href ="#top "> [Top]</ a > </ p > </ footer >
276276 </ article >
277277
278- < article id ="embedded__audio ">
279- < header > < h3 > Audio</ h3 > </ header >
280- < div > < audio controls > audio</ audio > </ div >
281- < footer > < p > < a href ="#top "> [Top]</ a > </ p > </ footer >
282- </ article >
283-
284- < article id ="embedded__video ">
285- < header > < h3 > Video</ h3 > </ header >
286- < div > < video controls > video</ video > </ div >
287- < footer > < p > < a href ="#top "> [Top]</ a > </ p > </ footer >
288- </ article >
289-
290- < article id ="embedded__canvas ">
291- < header > < h3 > Canvas</ h3 > </ header >
292- < div > < canvas > canvas</ canvas > </ div >
293- < footer > < p > < a href ="#top "> [Top]</ a > </ p > </ footer >
294- </ article >
295-
296278 < article id ="embedded__meter ">
297279 < header > < h3 > Meter</ h3 > </ header >
298280 < div > < meter value ="2 " min ="0 " max ="10 "> 2 out of 10</ meter > </ div >
@@ -311,11 +293,7 @@ <h4><code><figure></code> element with a <code><picture></code> elem
311293 < footer > < p > < a href ="#top "> [Top]</ a > </ p > </ footer >
312294 </ article >
313295
314- < article id ="embedded__iframe ">
315- < header > < h3 > IFrame</ h3 > </ header >
316- < div > < iframe src ="about:blank " height ="300 " title ="Example iframe "> </ iframe > </ div >
317- < footer > < p > < a href ="#top "> [Top]</ a > </ p > </ footer >
318- </ article >
296+
319297 </ section >
320298
321299 <!-- ============================================================ -->
@@ -480,22 +458,7 @@ <h4><code><figure></code> element with a <code><picture></code> elem
480458 </ form >
481459 </ section >
482460
483- <!-- ============================================================ -->
484- <!-- DIALOG (for Phase 3) -->
485- <!-- ============================================================ -->
486- < section id ="dialog ">
487- < header > < h2 > Dialog</ h2 > </ header >
488- < div >
489- < button type ="button " onclick ="document.getElementById('test-dialog').showModal() "> Open Dialog</ button >
490- < dialog id ="test-dialog ">
491- < h3 > Dialog Title</ h3 >
492- < p > This is a native HTML dialog element.</ p >
493- < form method ="dialog ">
494- < button type ="submit "> Close</ button >
495- </ form >
496- </ dialog >
497- </ div >
498- </ section >
461+
499462 </ main >
500463 < footer >
501464 < p > nimble.css test page. Based on < a href ="https://github.com/cbracco/html5-test-page "> html5-test-page</ a > by < a href ="https://twitter.com/cbracco "> @cbracco</ a > .</ p >
0 commit comments