Skip to content

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

Closed

Description

Image for: Description

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

Image for: Metadata

Metadata

Image for: Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Image for: Issue actions