dom/tests/mochitest/dom-level2-html/files/olist.xhtml

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html
     3    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4    "xhtml1-transitional.dtd">
     5 <html xmlns='http://www.w3.org/1999/xhtml'>
     6 <head>
     7 <title>NIST DOM HTML Test - OLIST</title>
     8 </head>
     9 <body onload="parent.loadComplete()">
    10 <ol compact="compact" start="1" type="1">
    11 <li>EMP0001
    12 <ul>
    13 <li>Margaret Martin
    14 <dl>
    15 <dd>Accountant</dd>
    16 <dd>56,000</dd>
    17 </dl>
    18 </li>
    19 </ul>
    20 </li>
    21 <li>EMP0002
    22 <ul>
    23 <li>Martha Raynolds
    24 <dl>
    25 <dd>Secretary</dd>
    26 <dd>35,000</dd>
    27 </dl>
    28 </li>
    29 </ul>
    30 </li>
    31 </ol>
    32 </body>
    33 </html>

mercurial