public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Zack Weinberg <zack@codesourcery.com>
To: Joe Buck <jbuck@synopsys.COM>
Cc: "Joseph S. Myers" <jsm28@cam.ac.uk>,
	Russ Allbery <rra@stanford.edu>,
	Andrea 'Fyre Wyzard' Bocci <fwyzard@inwind.it>,
	gcc@gcc.gnu.org
Subject: Re: Web headers
Date: Tue, 15 Jan 2002 08:11:00 -0000	[thread overview]
Message-ID: <20020115101845.GN13101@codesourcery.com> (raw)
In-Reply-To: <200201142349.PAA03809@atrus.synopsys.com>

On Mon, Jan 14, 2002 at 03:49:23PM -0800, Joe Buck wrote:
> > Browsers seem to be happy with XHTML <tag />
> > notation in a document marked as plain HTML, but they may not accept
> > the other way around.
> 
> The space between the tag and the / is what makes the backward
> compatibility work: the older browsers just ignore the / as an
> unknown pseudo-attribute.  XML would allow the writing of <tag/>.

Yah.  My point is that switching style.mhtml to an XHTML DTD might
make some browsers object to the pre-XHTML markup which still appears
on some of the webpages.

> > [myself, I'd be quite happy to see us go whole hog for strict XHTML
> > and style sheeting.]
> 
> This, on the other hand, is more likely to cause problems: if all of the
> style is in the style sheet, that's more likely to cause problems for
> Netscape 4.x.  I would recommend only going for "XHMTL 1.0 Transitional".

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.

I've been playing with CSS for more serious layout (replacing tables
with it) on my own webpages.  I don't think the audience is ready for
us to do that to GCC's webpages - but the only page that has tabled
layout is index.html; there are other uses of <table> in our webpages
but they're all real tables.  Okay, search.html is arguable.

zw

  reply	other threads:[~2002-01-15 10:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-13 20:18 Andrea 'Fyre Wyzard' Bocci
2002-01-13 20:29 ` Russ Allbery
2002-01-14  8:02   ` Joseph S. Myers
2002-01-14 13:36     ` Zack Weinberg
2002-01-14 16:32       ` Joe Buck
2002-01-15  8:11         ` Zack Weinberg [this message]
2002-01-15 10:46         ` Mark Mitchell
2002-01-16 13:22           ` Gerald Pfeifer
     [not found]           ` <Pine.BSF.4.43.0201162136000.9063-100000@pulcherrima.dbai.t uwien.ac.at>
2002-01-16 18:28             ` Andrea 'Fyre Wyzard' Bocci
2002-01-17  8:03               ` Gerald Pfeifer
     [not found]               ` <Pine.BSF.4.43.0201171418470.30774-100000@naos.dbai.tuwien. ac.at>
2002-01-17  9:46                 ` Andrea 'Fyre Wyzard' Bocci
2002-01-17 10:12 Andrea 'Fyre Wyzard' Bocci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020115101845.GN13101@codesourcery.com \
    --to=zack@codesourcery.com \
    --cc=fwyzard@inwind.it \
    --cc=gcc@gcc.gnu.org \
    --cc=jbuck@synopsys.COM \
    --cc=jsm28@cam.ac.uk \
    --cc=rra@stanford.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).