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

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

bug#24831: shr mangling messages


From: Lars Ingebrigtsen
Subject: bug#24831: shr mangling messages
Date: Tue, 01 Nov 2016 11:06:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> I tried fixing it.  A patch is below.  But I feel it somewhat
> awkward, so I hope Lars or someone will review it.  My patch
> simply adds the missing td tag as follows:
>
> (table nil (tr nil contents))
>
> (table nil (tr nil (td nil contents)))

I'm not sure I think it's worth trying to work around invalid HTML to
this extent.

In addition, other browsers do not correct "missing" TDs in this way:
Instead they typically render non-TD/TH nodes before the table, which I
think might be a better idea.

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