| @namespace a url(http://www.example.org/a); /* bogus namespace */ | |
| @namespace b url(http://www.example.org/b); /* namespace in document */ | |
| b|test { color: red; } /* should match the test element */ | |
| test { color: green; } /* should match *|test and thus the test element */ |