This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Web headers
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- To: gcc at gcc dot gnu dot org
- Cc: Joe Buck <jbuck at synopsys dot com>, Zack Weinberg <zack at codesourcery dot com>, Mark Mitchell <mark at codesourcery dot com>, "Joseph S. Myers" <jsm28 at cam dot ac dot uk>, Russ Allbery <rra at stanford dot edu>, "Andrea 'Fyre Wyzard' Bocci" <fwyzard at inwind dot it>
- Date: Wed, 16 Jan 2002 21:45:26 +0100 (CET)
- Subject: Re: Web headers
On Mon, 14 Jan 2002, Joe Buck wrote:
> Gerald has done some validation, but to really have correct XHTML the
> DOCTYPE should be present.
Right. And while I have been trying to push XHTML for modifications and
new pages (and cleaned up old stuff whenever I've been doing work "around
the corner"), we still have lots of old pages.
Verifying and updating all of these would be quite a lot of work, as far
as I can see.
On Tue, 15 Jan 2002, Zack Weinberg wrote:
> Observationally speaking, the _only_ thing on most of the webpages
> that isn't strict XHTML (after cleanup) is the <h1 align="center">
> tag. Convert that to <h1 style="text-align: center"> or whatever the
> CSS is, and the effect will be that some browsers don't center the H1
> content. No great loss.
Actually, now that we have redefined <h1> in style.mhtml, all occurrences
of <h1 align="center"> everywhere else could/should be changed to plain
<h1>, as you had suggested. (Preapproved, by the way <hint><hint>!)
> I've been playing with CSS for more serious layout (replacing tables
> with it) on my own webpages.
Do you have an URL handy?
On Tue, 15 Jan 2002, Mark Mitchell wrote:
>> I would recommend only going for "XHMTL 1.0 Transitional".
> I agree.
Definitely. XHTML 1.0 Strict is really a bit too ambitious for us, for the
foreseeable future at least. ;-)
> For other reasons, we've done a fair amount of playing around with
> various browsers, and XHTML 1.0 Transitional seems to work pretty well
> with moderately recent versions of IE, Netscape, and Mozilla. I
> have not, however, tried Lynx to make sure that works OK, which is
> probably important.
I have also tried it with Lynx, and it seems to work pretty well.
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/