all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
@ 2018-07-26  5:24 Xu Chunyang
  2018-07-27  3:46 ` Brett Gilio
  2018-07-27 10:28 ` bug#32277: (no subject) IBM IBM
  0 siblings, 2 replies; 6+ messages in thread
From: Xu Chunyang @ 2018-07-26  5:24 UTC (permalink / raw)
  To: 32277


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  





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-13 19:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26  5:24 bug#32277: 27.0.50; EWW not align <table> inside <blockquote> Xu Chunyang
2018-07-27  3:46 ` Brett Gilio
2018-07-27 10:22   ` Xu Chunyang
2018-07-27 11:03     ` Bad Blue Bull
2019-05-13 19:05       ` Lars Ingebrigtsen
2018-07-27 10:28 ` bug#32277: (no subject) IBM IBM

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.