[csswg-drafts] [css-values] unify CSS wide keywords and defaulting keywords (#7170)

yisibl has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values] unify CSS wide keywords and defaulting keywords ==
These keyword definitions are currently scattered throughout the specification, making it easy for other CSS parsers or engine implementers to miss them.

## css-values-4
https://www.w3.org/TR/css-values-4/#common-keywords

Defined:

- `initial`
- `inherit`
- `unset`

## css-cascade-4

https://drafts.csswg.org/css-cascade/#defaulting-keywords

Defined: 

- `initial`
- `inherit`
- `unset`
- **`revert`**

## css-cascade-5

https://drafts.csswg.org/css-cascade-5/#revert-layer

Defined:

- `initial`
- `inherit`
- `unset`
- `revert`
- **`revert-layer`**

## css-fonts-4

https://www.w3.org/TR/css-fonts-4/#example-c2604b3d

There is a `default` keyword here, but I didn't find the exact specification where it is defined.

```css
font-family: "default", sans-serif;
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7170 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 24 March 2022 07:19:30 UTC