[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.
- Re: HTML-Info design, (continued)
- Re: HTML-Info design, Lars Ingebrigtsen, 2014/12/28
- Re: HTML-Info design, Nic Ferrier, 2014/12/28
- Re: HTML-Info design, Lars Ingebrigtsen, 2014/12/28
- Re: HTML-Info design, Steinar Bang, 2014/12/28
- Re: HTML-Info design, Lars Ingebrigtsen, 2014/12/28
- Re: HTML-Info design, Steinar Bang, 2014/12/28
- [OT] HTML5, Ivan Shmakov, 2014/12/28
- Re: HTML-Info design,
Yuri Khan <=
- Re: HTML-Info design, Lars Ingebrigtsen, 2014/12/29
- Re: HTML-Info design, Nic Ferrier, 2014/12/29
- Re: HTML-Info design, Lars Ingebrigtsen, 2014/12/29
- Re: HTML-Info design, Ivan Shmakov, 2014/12/29
- Re: HTML-Info design, Steinar Bang, 2014/12/29
- Re: HTML-Info design, David Kastrup, 2014/12/29
- Re: HTML-Info design, Steinar Bang, 2014/12/29
- Re: HTML-Info design, Yuri Khan, 2014/12/29
- Re: HTML-Info design, Thien-Thi Nguyen, 2014/12/29
- Re: HTML-Info design, Stefan Monnier, 2014/12/28