From owner-freebsd-www@FreeBSD.ORG Fri Jan 7 18:47:26 2005 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E76C16A4CE for ; Fri, 7 Jan 2005 18:47:26 +0000 (GMT) Received: from engine140.deployzone.net (engine140.deployzone.net [193.17.85.140]) by mx1.FreeBSD.org (Postfix) with SMTP id 886FA43D3F for ; Fri, 7 Jan 2005 18:47:25 +0000 (GMT) (envelope-from chris@zumbrunn.com) Received: from adsl-212-90-218-5.cybernet.ch [212.90.218.5] by engine140.deployzone.net; Fri, 7 Jan 2005 19:46:44 +0100 In-Reply-To: <20050107031304.GA1938@pixie.subbacultcha.home> References: <736EAA55-5B8B-11D9-ACB2-000A95C969C6@zumbrunn.com> <20050102110732.GB861@zaphod.nitro.dk> <20050103232207.GA44980@gothmog.gr> <9FC79942-5DE3-11D9-BEAB-000A95C969C6@zumbrunn.com> <20050107031304.GA1938@pixie.subbacultcha.home> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <90D5B698-60DC-11D9-A996-000A95C969C6@zumbrunn.com> Content-Transfer-Encoding: 7bit From: Chris Zumbrunn Date: Fri, 7 Jan 2005 19:47:22 +0100 To: Nicholas Wieland X-Mailer: Apple Mail (2.619) cc: freebsd-www@freebsd.org Subject: Re: Rework of the FreeBSD website [was:FreeBSD'sVisualIdentity:Outdated?] X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 18:47:26 -0000 On Jan 7, 2005, at 4:13 AM, Nicholas Wieland wrote: > xhtml should contain content and semantics, it would be wonderful to > switch > to xhtml strict in the future, so keep layout and graphics out of the > markup. The main reason for this separation is accessibility for people > with disabilities, but it's also easier to mantain. > A "menu" is nothing more than a list of links, and it should be > implemented > with a list of links. I intentionally tried to code it in a form that seemed to me as most consistent with the coding style that is already in place. I thought if I go down the clean CSS route, that may interfere more with the currently ongoing efforts to CSSify things than it would help. But I certainly agree that that should be the direction of evolution. Chris