bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32277: 27.0.50; EWW not align <table> inside <blockquote>


From: Xu Chunyang
Subject: bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
Date: Thu, 26 Jul 2018 13:24:17 +0800

For example,

<blockquote>
  <table>
    <tr>
      <td>111</td>
      <td>222</td>
    </tr>
    <tr>
      <td>333</td>
      <td>444</td>
    </tr>
    <tr>
      <td>555</td>
      <td>666</td>
    </tr>
  </table>
</blockquote>

EWW renders it as the following

         111  222  
     333  444  
     555  666  

What I expected is (i.e., aligned)

     111  222  
     333  444  
     555  666  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]