1: foo|book
        { color: red }
        [matches all occurrences of the 'book' element in the 'foo' namespace]
        2: *|book
        { color: red }
        [matches all occurrences of the 'book' element in any namespace]
        3: |book
        { color: red }
        [matches all occurrences of the 'book' element with no namespaces declared]