Email list hosting service & mailing list manager

(missing)
(missing)
(missing)
Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Marc Nieper-Wißkirchen (06 Mar 2019 10:12 UTC)
Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Per Bothner (06 Mar 2019 17:45 UTC)

Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Per Bothner 06 Mar 2019 17:44 UTC

On 3/6/19 4:53 AM, Ciprian Dorin Craciun wrote:

> My proposal is to keep things simple:
>
> * for indexing just using `<a class="proc-def">make-array</a>` is enough;

Don't use <a> for anchors, only links.  This should be:

     <span class="proc-def">make-array</span>

--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/