- From: Alan Gresley <alan@css-class.com>
- Date: Tue, 22 Apr 2008 23:05:03 +1000
- To: fantasai <fantasai.lists@inkedblade.net>
- CC: www-style@w3.org
fantasai wrote:
>
> Tests:
>
> http://lists.w3.org/Archives/Public/www-archive/2008Apr/att-0066/empty-default-namespace.xml
>
>
> http://lists.w3.org/Archives/Public/www-archive/2008Apr/att-0066/empty-namespace-prefix.xml
>
>
> Test results:
>
> empty default matches || empty prefix matches
> no-NS | any-NS || no-NS | any-NS
> ----------------+-----------+-----------++-----------+-----------+
> Firefox 2 | yes | yes || yes | no |
> Firefox 3 | yes | yes || yes | no |
> Opera 9.25 | yes | no || no | no |
> Opera 9.5 | yes | no || no | no |
> Konqueror 3.5.8 | yes | yes || yes | yes |
> Safari 3.1.1 | yes | yes || yes | no |
> Safari Nightly | yes | yes || yes | no |
>
> ~fantasai
A quick look at the first test. When @namespace ""; is removed from the
block just showing this.
@namespace x "test";
*|t, *|root { display:block }
t { background:lime }
Then Opera changes to.
empty default matches |
no-NS | any-NS |
----------------+-----------+-----------+
Opera 9.25 | yes | yes |
Opera 9.5 | yes | yes |
Alan
Received on Tuesday, 22 April 2008 13:05:51 UTC