[fxtf-drafts] [compositing-2] Replace `<mix-blend-mode>#` by `<'mix-blend-mode'>#` (#451)

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

== [compositing-2] Replace `<mix-blend-mode>#` by `<'mix-blend-mode'>#` ==
The [`background-blend-mode`](https://drafts.fxtf.org/compositing-2/#background-blend-mode) has `<mix-blend-mode>#` as its value definition:

> **Name:** `background-blend-mode`
> **Value:** `<mix-blend-mode>#`

The `<mix-blend-mode>` type does not exist. If it should reference the value definition of the `mix-blend-mode` property, I think it should be `<'mix-blend-mode'>#`. From [CSS Values](https://drafts.csswg.org/css-values-4/#component-types):

> types that have the same range of values as a property bearing the same name (e.g., `<'border-width'>`, `<'background-attachment'>`, etc.). In this case, the type name is the property name (complete with quotes) between the brackets.

Or maybe the intent was to use `<blend-mode>#`?

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


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

Received on Tuesday, 15 February 2022 09:18:06 UTC