Skip to content

oklch() function is not recognized #436

Open
@scalisi

Description

@scalisi

I tried to validate the following CSS (copied from here), which includes the oklch() function:

div {
  width: 100px;
  height: 100px;
  background-color: red;
  color: red;
  background-color: oklch(from currentColor l c h);
}

I received the following error:

Value Error : background-color oklch(from currentColor l c h) is not a background-color value : oklch(from currentColor l c h)

vnu has the same issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions