Email list hosting service & mailing list manager

Cleaning up SRFI 105 MUSTard (mostly) John Cowan (28 Sep 2012 00:25 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (29 Sep 2012 18:46 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (29 Sep 2012 18:58 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) John Cowan (29 Sep 2012 19:27 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (29 Sep 2012 20:42 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) Per Bothner (29 Sep 2012 21:00 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (30 Sep 2012 00:26 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (30 Sep 2012 00:31 UTC)

Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler 30 Sep 2012 00:26 UTC

Per Bothner:
> If we're talking about styling, most SRFIs using the standard SRFI
> "template"
> start out all wrong: The big <h1> title is the content-less word "Title"
> while
> the actual title is in a much smaller font. I think this is a flaw in the
> SRFI requirements, but it can alleviated with some CSS styling.  For
> example like I did in  http://srfi.schemers.org/srfi-64/srfi-64.html .

Okay, I've copied that.

I have *not* switched the header to HTML 4, though; instead, I kept it at HTML 3.2, and documented the two places where the W3C HTML validator is unhappy.  We'll see if the SRFI editors find that acceptable.  I think it should be okay; a system that can't process them would back off to a reasoanble format.

--- David A. Wheeler