From owner-cvs-all@FreeBSD.ORG Mon Dec 6 13:20:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 488CA16A4CE; Mon, 6 Dec 2004 13:20:27 +0000 (GMT) Received: from zaphod.nitro.dk (port324.ds1-khk.adsl.cybercity.dk [212.242.113.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C18E43D6B; Mon, 6 Dec 2004 13:20:26 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 99834119DF; Mon, 6 Dec 2004 14:20:23 +0100 (CET) Date: Mon, 6 Dec 2004 14:20:23 +0100 From: "Simon L. Nielsen" To: Ceri Davies , Giorgos Keramidas , Murray Stokely , doc-committers@freebsd.org, cvs-doc@freebsd.org, cvs-all@freebsd.org Message-ID: <20041206132022.GA756@zaphod.nitro.dk> References: <200412042304.iB4N488e000350@repoman.freebsd.org> <20041206115045.GB513@submonkey.net> <20041206120320.GA1224@orion.daedalusnetworks.priv> <20041206130917.GE513@submonkey.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <20041206130917.GE513@submonkey.net> User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: www/en/docproj current.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Dec 2004 13:20:27 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004.12.06 13:09:17 +0000, Ceri Davies wrote: > On Mon, Dec 06, 2004 at 02:03:20PM +0200, Giorgos Keramidas wrote: > > On 2004-12-06 11:50, Ceri Davies wrote: > > > On Sat, Dec 04, 2004 at 11:04:08PM +0000, Murray Stokely wrote: > > > > murray 2004-12-04 23:04:08 UTC > > > > > > > > FreeBSD doc repository > > > > > > > > Modified files: > > > > en/docproj current.sgml > > > > Log: > > > > Use CSS for headings instead of tags. > > > > > > > | @@ -65,7 +65,7 @@ > > > > | the open documentation problem reports.

> > > > | > > > > | > > > > | -

FreeBSD Handbook 3rd Edition

> > > > | +

FreeBSD Handbook 3rd Edition

> > > > > > Hmm. Does that actually buy us anything in the way of maintainabilit= y? > >=20 > > Yes, CSS can buy us a lot in maintainability and consistency. We just > > have to be a bit careful when we use it. For instance, in this change > > the "red" class name should probably go away. Removing the class and > > making all

elements have a standard style with: > >=20 > > h3 { > > color: maroon; > > } > >=20 > > works too. >=20 > Everyone apart from you who has replied has totally missed the point. > I'm sold on CSS, just not on having a h3.red entry for red h3 elements. In my exprimental www/ tree, I have done it like this: h1, h2, h3 { color: #990000; margin-bottom: 0.01em; } h2 A:visited, h2 A:link { color: #990000; } Well, and a lot more, but I also agree that CSS is the way. I don't really think there is any reason to care about non CSS browsers, wrt. to layout / colors etc. if it's just still possible to see the content. --=20 Simon L. Nielsen --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBtFyWh9pcDSc1mlERAhTcAKCsJvZv7VCbF2UCt8xXITNzNPDmSgCfUqge FwVqFvZlzf/BR240oZ4Zd3U= =RHik -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c--