emacs-devel
[Top][All Lists]
Advanced

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

Re: master 568f148: Make eww more liberal when interpreting some invalid


From: Robert Pluim
Subject: Re: master 568f148: Make eww more liberal when interpreting some invalid HTML
Date: Mon, 16 Sep 2019 11:31:20 +0200

>>>>> On Sat, 14 Sep 2019 10:10:29 -0400 (EDT), address@hidden (Lars 
>>>>> Ingebrigtsen) said:

    Lars> branch: master
    Lars> commit 568f1488a69e8cb0961571ff8f158df8891c3c44
    Lars> Author: Lars Ingebrigtsen <address@hidden>
    Lars> Commit: Lars Ingebrigtsen <address@hidden>

    Lars>     Make eww more liberal when interpreting some invalid HTML
    
    Lars>     * lisp/net/eww.el (eww--preprocess-html): New function (bug#37009)
    Lars>     to be more lenient with invalid HTML and translate common invalid
    Lars>     HTML like "a <= b" into "a &lt;= b" to be more liberal in what we
    Lars>     accept before parsing.
    Lars>     (eww-display-html): Use it.
    Lars>     (eww-readable): Ditto.

If weʼre going to do this for '<', we should probably do it for '>' as
well.

Robert



reply via email to

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