Previous Message
Next Message

Possible valid Opera 7 and Safari filter

Sent by Saila, Craig on 29 August 2003 00:12


I did some playing around after noticing Opera 7.11 on Win2K that the
attribute selector the text appears as black here: 
<http://centricle.com/ref/css/filters/tests/attribute/> 
(Opera doesn't seem to support the attribute selector if that attribute
is a namespace, as noted here by Edwardson Tan a year ago: 
<http://archivist.incutio.com/viewlist/css-discuss/12033>
Timothy J. Luoma reconfirmed this last December: 
<http://archivist.incutio.com/viewlist/css-discuss/18295>)

IE 5.2/Mac, like Opera, won't apply this rule either (Safari will):
 html[xmlns] body { background: #90EE90; color: #000; font-family:
sans-serif; } 

After tweaking they above, I noticed Opera 7 and Safari don't seem to
support the language pseudo-class on the HTML element (and possibly
others) -- IE 5.2/Mac does: 
 html:lang(en) body { background: #90EE90; color: #000; font-family:
sans-serif; } 

Neither are supported by IE on Windows, Mozilla 1.5b seems to support
both.

I've posted test cases for both of the filters I mentioned and would
like to ask your help confirming or denying support of those two filters
on various browsers so there is have a detailed case file:

"CSS Filter: Language Pseudo-Class" 
<http://www.saila.com/attic/sandbox/filters/language_pseudo-class.html> 

"CSS Filter: Namespace Attribute Selector" 
<http://www.saila.com/attic/sandbox/filters/namespace_attribute_selector
..html> 

Please send your results to me off-list or to the feedback link on the
above pages. Depending on response, I'll summarize the results here
either tomorrow or in the second week of September (I'm taking a week
off).

-- 
Thanks,

Craig Saila
------------------------------------------
[EMAIL-REMOVED] : http://www.saila.com/
------------------------------------------ 
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message