Skip to content

Map CSS global keywords #3152

Description

@Elchi3

Currently, the CSS test builder just ignores global keywords:

for (const val of resolveValuesFromTypes(input, types)) {
if (
[
"inherit",
"initial",
"revert",
"revert-layer",
"unset",
...ignoredColorNames,
].includes(val)
) {
// Skip generic property values
continue;

We should have tests for these and map the results to BCD's structure which put this data under css.types.global_keywords.*

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions