blob: 787b3facaee5e21cbd0b01f7d77afdd409bed85d [file] [log] [blame]
@namespace a url(http://www.example.org/a); /* bogus namespace */
@namespace b url(http://www.example.org/b); /* namespace in document */
b|test { color: green; } /* should match the test element */
a|test { color: red; } /* should not match */