1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / html / list-markers.html [blame]

<!--
-->
<html>
  <body>
    <ul>
      <li> First item properly groups itself despite <b>bolded</b> text.
      <li>This should also be <i>seen</i> as a group.
      <li> Some <strong>more</strong> text.
    <!-- Omission of closing ul as seen in live site -->
  </body>
</html>