Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 776 Bytes

AstWildcardTag.md

File metadata and controls

32 lines (18 loc) · 776 Bytes

css-selector-parser / Exports / AstWildcardTag

Interface: AstWildcardTag

Wildcard tag (universal selector): *. Generated by ast.wildcardTag.

See

Table of contents

Properties

Properties

namespace

Optional namespace: AstNamespaceName | AstWildcardNamespace | AstNoNamespace

Namespace according to https://www.w3.org/TR/css3-namespace/.


type

type: "WildcardTag"