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: Katsumi Yamaoka
Subject: bug#30546: 27.0.50; shr: span tag with href attribute
Date: Wed, 21 Feb 2018 18:24:44 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (x86_64-unknown-cygwin)

On Wed, 21 Feb 2018 10:02:23 +0100, Lars Ingebrigtsen wrote:
> 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>.

Oh, the email in question is simply broken.  Thanks.





reply via email to

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