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

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

bug#30546: 27.0.50; shr: span tag with href attribute


From: Lars Ingebrigtsen
Subject: bug#30546: 27.0.50; shr: span tag with href attribute
Date: Wed, 21 Feb 2018 10:02:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

And the reason that shr doesn't show that tablish link is that libxml
interprets this (invalid?) HTML:

        <a href="https://band.us/band/67135487/post/2088"; target="_blank" 
style="display:block;text-decoration: none;color:#222">
                                                                                
                <table width="100%" border="0" cellpadding="0" cellspacing="0" 
style="table-layout: fixed">
                                                                                
                        <tr>

Like this:

              (a ((href . "https://band.us/band/67135487/post/2088";)
                  (target . "_blank")
                  (style . "display:block;text-decoration: none;color:#222")))
              (table ()
               (tr nil

That is, an empty <a> and then a <table>.

-- 
(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]