[csswg-drafts] Pull Request: Fix typo in color() syntax example

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

== Fix typo in color() syntax example ==
It said:

    color(display-p3 0.43313, 0.50108, 0.37950);

That should have been:

    color(display-p3 0.43313 0.50108 0.37950);

[css-spec-shortname-1] Brief description which should also include the #issuenum-or-URL and/or link to relevant CSSWG minutes.

Copy the above line into the Title and replace with the relevant details. Fill in any additional details here. See https://github.com/w3c/csswg-drafts/blob/master/CONTRIBUTING.md for more info.


See https://github.com/w3c/csswg-drafts/pull/4926

Received on Tuesday, 7 April 2020 10:06:15 UTC