We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0babc commit 45fa7eaCopy full SHA for 45fa7ea
lib/cssom/CSSNamespaceRule-impl.js
@@ -17,7 +17,7 @@ export default class CSSNamespaceRuleImpl extends CSSRuleImpl {
17
super(globalObject, args, privateData)
18
const { prelude: [prefix, location] } = privateData
19
this.namespaceURI = isFunction(location) ? location.value[0].value : location.value
20
- this.prefix = serializeIdentifier(prefix)
+ this.prefix = serializeComponentValue(prefix)
21
}
22
23
/**
0 commit comments