emacs-devel
[Top][All Lists]
Advanced

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

Re: HTML-Info design


From: Yuri Khan
Subject: Re: HTML-Info design
Date: Mon, 29 Dec 2014 10:31:11 +0700

On Mon, Dec 29, 2014 at 2:00 AM, Lars Ingebrigtsen <address@hidden> wrote:

>> Well, the web rendering could do with some improvements: properly
>> balanced tags, and Nic's JavaScript.
>
> Redundant end tags is not a requirement for proper HTML.

Right, but they are helpful for debugging, verification and maintenance.

With explicit closing tags, it is immediately visible where the author
(or their tool) intended the element to end. Modifying the HTML
generation logic only involves ensuring that nesting is not broken.

With implicit tags, browsers can and will infer tag nesting on their
own, and have an intricate system of rules to do so. Modifying the
logic involves carefully working out where browsers would infer the
missing tags, and then work with that knowledge to ensure that nesting
won’t break.



reply via email to

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