match_selector_node: Match a selector node to a container

View source: R/themes.R

match_selector_nodeR Documentation

Match a selector node to a container

Description

Match a selector node to a container

Usage

match_selector_node(node, cnt)

Arguments

node

Selector node, as parsed by parse_selector_node().

cnt

Container node, has elements tag, id, class.

The selector node matches the container, if all these hold:

  • The id of the selector is missing or unique.

  • The tag of the selector is missing or unique.

  • The id of the container is missing or unique.

  • The tag of the container is unique.

  • If the selector specifies an id, it matches the id of the container.

  • If the selector specifies a tag, it matches the tag of the container.

  • If the selector specifies class names, the container has all these classes.


cli documentation built on March 31, 2023, 9:04 p.m.