- From: Dave Hodder <dmh@dmh.org.uk>
- Date: Sat, 4 May 2002 00:38:12 +0000
- To: www-html@w3.org
On Fri, May 03, 2002 at 03:27:48PM -0700, Peter Sheerin wrote:
>
> (The latest versions of Mozilla/Netscape and Opera handle it fine.)
Yes -- it's handled fine as of Netscape 6.1, Mozilla 0.9.2, and Opera
6.0. (It'd be nice if IE and Lynx supported it...)
What /would/ be good though is clarification on how to associate
stylesheets with XHTML -- should we use <link/> elements or XML PIs when
using the XHTML media type? At present I think the safest thing is to
do both, so I have pages that read:
<head>
...
<link rel="stylesheet" href="common.css" type="text/css"/>
<link rel="alternate stylesheet" href="alternate.css"
title="Style 2" type="text/css"/>
<?xml-stylesheet href="common.css" type="text/css"?>
<?xml-stylesheet href="alternate.css" title="Style 2"
alternate="yes" type="text/css"?>
</head>
Any thoughts?
Dave
Received on Friday, 3 May 2002 19:36:00 UTC