grouping-li-reftest-005.html (701B)
1 <!DOCTYPE html> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <html><head> 7 <meta charset="utf-8"> 8 <title>HTML LI element: explicit scope</title> 9 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org"> 10 <link rel="help" href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-li-element"> 11 <link rel="help" href="https://drafts.csswg.org/css-lists/#propdef-counter-reset"> 12 <link rel="match" href="grouping-li-reftest-005-ref.html"> 13 </head> 14 <body> 15 <ol> 16 <li></li> 17 <li></li> 18 <li></li> 19 <li></li> 20 <div><li></li></div> 21 <div><li></li></div> 22 <div><div><li></li></div></div> 23 </ol> 24 </body> 25 </html>