iOS上的mathml - mtable行间距

时间:2013-01-23 03:28:06

标签: ios webkit margins mathml cellpadding

这让我发疯了。我需要在mtable元素的行之间留出间距。现在,我满足于在HTML中获取它;一旦我有了这个工作,我会尝试将它移到CSS。

以下是我正在尝试的一些事情。在每种情况下,我都设置了疯狂大的空间量,这样如果它起作用,它将是明白无误的。但到目前为止,我看不到任何空间。

mathML的实现不完整。但直到现在,我已经能够为几乎所有事情找到解决方法。

    <math>
        <mtable rowspacing="10ex">
            <mtr padding="40px">
                <mtd padding="40px">
               <!-- remainder of the table here -->
另一种尝试,同样无用:

    <math>
        <mtable framespacing="40px 40px">
            <mtr margin="40px">
                <mtd margin="40px">
               <!-- remainder of the table here -->

1 个答案:

答案 0 :(得分:1)

这样做了:

  <mtd style="padding:10px 0 10px 0">