Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Re: [Structure Module] Renaming the <html> element to more semantic name

From: Anne van Kesteren <fora@annevankesteren.nl>
Date: Mon, 14 Nov 2005 14:06:29 +0100
Message-ID: <20051114140629.uqa3z4fo8tes48c0@webmail.annevankesteren.nl>
To: Sebastian Redl <sebastian.redl@getdesigned.at>
Cc: "www-html@w3.org" <www-html@w3.org>

Quoting Sebastian Redl <sebastian.redl@getdesigned.at>:
> Which styles apply to what, exactly? Is a "*" rule in somestyles.css 
> implicitely converted to "#first *"?

No. A `stylerule` in:

# <html xmlns="....">
#  <head>
#   <link href="screen.css" rel="stylesheet"/>
#  </head>
# </html>

... is not converted to "html head `stylerule`" either. This probably 
is already
there though and not yet addressed:

# <p xmlns="..." src="screen.css" type="text/css">A nice paragraph</p>

Would this show a text/css document similar as happens today with 
html:object or
would styles get applied? Completely unclear. Same question applies to:

# <style src="screen.css" type="text/css" xmlns="..."/>


-- 
Anne van Kesteren
<http://annevankesteren.nl/ >
Received on Monday, 14 November 2005 13:06:36 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.