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

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

bug#34920: 27.0.50; Poor eww rendering of SourceHut file "trees"


From: Lars Ingebrigtsen
Subject: bug#34920: 27.0.50; Poor eww rendering of SourceHut file "trees"
Date: Tue, 19 Mar 2019 21:22:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

> When I ask `M-x eww RET https://git.sr.ht/~sircmpwn/core.sr.ht/tree RET`
> I get a result where the files are listed as:
>
>     d--------- 
>     .builds/ 

shr supports a very minimal subset of CSS, and that page is just a soup
of divs (which has block display syntax by default):

      <div class="mode">
        <span title="40000">
          
          d---------
          
        </span>
      </div>
      <div class="name tree">
        
        <a href="/~sircmpwn/core.sr.ht/tree/master/.builds"
        >
          .builds/
        </a>
        
      </div>
      <div class="commit">
        
      </div>

In addition, eww doesn't support external CSS at all, so what you're
seeing is what I'd expect.

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





reply via email to

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