[fxtf-drafts] Pull Request: [compositing-2] Fixed examples with percentages in rgb() functions

SebastianZ has just submitted a new pull request for https://github.com/w3c/fxtf-drafts:

== [compositing-2] Fixed examples with percentages in rgb() functions ==
The syntax for `rgb()` only allows _either_ all color components to be `<number>`s or `<percentage>` but not mix them. That means that `0` values must be written as `0%`.

This change fixes all occurrences of those erroneous uses of `rgb()` and by that fixes #456.

Sebastian

See https://github.com/w3c/fxtf-drafts/pull/457


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

Received on Sunday, 5 June 2022 22:15:58 UTC