[css-d] Does all elements include head etc.?

2008-04-24 Thread Pentasis
If a CSS property is said to apply to *all elements*, does this include 
head, meta, link, base, style and title?
I know, these are not rendered visually so the question is a bit strange 
perhaps. It is just that I am making a table with all element, attribute and 
property relationships and I would like it to be complete; no matter how 
strange.

Bert 


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Does all elements include head etc.?

2008-04-24 Thread Jukka K. Korpela
Pentasis wrote:

 If a CSS property is said to apply to *all elements*, does this
 include head, meta, link, base, style and title?

Yes; no reason why not.

 I know, these are not rendered visually so the question is a bit
 strange perhaps.

It depends. In terms of CSS, they conceptually have display: none set 
for them. If you set display to another value, the situation changes. 
Whether browsers actually support this is a different issue. To some 
extent they do.

Jukka K. Korpela (Yucca)
http://www.cs.tut.fi/~jkorpela/ 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/