bug-texinfo
[Top][All Lists]
Advanced

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

Re: html structure revisited


From: Per Bothner
Subject: Re: html structure revisited
Date: Mon, 15 Feb 2021 16:39:54 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

A possible minor optional refinement.  Instead of:

    <span id="Wire-byte-protocol-1"></span>
    <h3 class="section">Wire byte protocol</h3>

the following is marginally nicer:

    <h3 id="Wire-byte-protocol-1" class="section">Wire byte protocol</h3>

Totally not important.
(Certainly not enough for me to try to figure out how to do it ...)
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/



reply via email to

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