8000
Skip to content

[css-conditional-3] define whether/how it matters if namespace prefixes are declared #3220

Description

@dbaron

One issue that came up in #3207 (noticed by @heycam while reviewing code from @emilio) is that the spec should define to what extent namespace prefixes are required to be declared. In particular, how do:

@supports (content: attr(n|href)) {
}
CSS.supports("content", "attr(n|href)");
CSS.supports("(content: attr(n|href))");

depend on whether the namespace prefix n has been declared? Do they:

  • treat all namespace prefixes as already declared?
  • treat all namespace prefixes as undeclared (invalid)?
  • depend on a set of namespace declarations (which set, exactly)?

Metadata

Metadata

Assignees

No one assigned
    54F2

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    0