grouping-li-reftest-005-ref.html (522B)
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 </head> 11 <body> 12 <ol> 13 <li start="1"></li> 14 <li start="2"></li> 15 <li start="3"></li> 16 <li start="4"></li> 17 <div><li start="5"></li></div> 18 <div><li start="6"></li></div> 19 <div><div><li start="7"></li></div></div> 20 </ol> 21 </body> 22 </html>