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

* bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
  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 10:28 ` bug#32277: (no subject) IBM IBM
  1 sibling, 1 reply; 6+ messages in thread
From: Brett Gilio @ 2018-07-27  3:46 UTC (permalink / raw)
  To: Xu Chunyang; +Cc: 32277


Xu Chunyang writes:

> 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  

I do not mean to "works on my machine", but it works on my 
machine.

Do you have any specific configuration for EWW in your .emacs 
file?


-- 
Brett M. Gilio
Free Software Foundation, Member
https://parabola.nu | https://emacs.org





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

* bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
  2018-07-27  3:46 ` Brett Gilio
@ 2018-07-27 10:22   ` Xu Chunyang
  2018-07-27 11:03     ` Bad Blue Bull
  0 siblings, 1 reply; 6+ messages in thread
From: Xu Chunyang @ 2018-07-27 10:22 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 32277


Brett Gilio writes:

> Xu Chunyang writes:
>
>> 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  
>
> I do not mean to "works on my machine", but it works on my machine.
>
> Do you have any specific configuration for EWW in your .emacs file?

Yes, but I can reproduce from Emacs -Q

    ~ $ cat test.html
    <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>
    ~ $ emacs -Q -nw --eval '(eww-open-file "test.html")'
    ~ $ emacs --version | head -1
    GNU Emacs 25.3.1
    ~ $

The following is the result of EWW

https://preview.ibb.co/dainUT/Screen_Shot_2018_07_27_at_6_18_03_PM.png





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

* bug#32277: (no subject)
  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:28 ` IBM IBM
  1 sibling, 0 replies; 6+ messages in thread
From: IBM IBM @ 2018-07-27 10:28 UTC (permalink / raw)
  To: 32277

[-- Attachment #1: Type: text/html, Size: 163 bytes --]

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

* bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
  2018-07-27 10:22   ` Xu Chunyang
@ 2018-07-27 11:03     ` Bad Blue Bull
  2019-05-13 19:05       ` Lars Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Bad Blue Bull @ 2018-07-27 11:03 UTC (permalink / raw)
  To: Xu Chunyang, Brett Gilio; +Cc: 32277@debbugs.gnu.org

[-- Attachment #1: Type: text/html, Size: 4419 bytes --]

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

* bug#32277: 27.0.50; EWW not align <table> inside <blockquote>
  2018-07-27 11:03     ` Bad Blue Bull
@ 2019-05-13 19:05       ` Lars Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-05-13 19:05 UTC (permalink / raw)
  To: Bad Blue Bull; +Cc: 32277@debbugs.gnu.org, Brett Gilio, Xu Chunyang

Bad Blue Bull <ibmbull@yandex.ru> writes:

> Okay, it's even more interesting, shr renders page correctly and in the end it
> re-indents first row of blockquoted table!
> put this stuff in the buffer called test.html:

I think I've now resolved the problems when blockquoting/<li>-ing tables
where the first line of the table would become mis-indented.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ 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.