layout/tables/crashtests/347506-1.xhtml

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <html xmlns="http://www.w3.org/1999/xhtml">
     3 <body>
     5 <div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
     7   <mtable>
     8     <mtr>
     9        <mtd><mi>x</mi></mtd>
    10        <mtd rowspan="4" columnspan="4"><mi>y</mi></mtd>
    11     </mtr>
    12     <mtr>
    13        <mtd rowspan="0" columnspan="0"><mi>z</mi></mtd>
    14        <mtd><mi>w</mi></mtd>
    15     </mtr>
    16   </mtable>
    19 </math></div>
    21 </body>
    23 </html>

mercurial