[csswg-drafts] Pull Request: [css-values-4][css-values-3] fix minor typos

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

== [css-values-4][css-values-3] fix minor typos ==
Section [8.1.4. Range Checking](https://drafts.csswg.org/css-values/#calc-range), in the `Example 25`

> Example 25
> ...
> Note however that 'width: -5px' is not equivalent to 'width: calc(-5px)'!
> Out-of-range values outside 'calc()' are synactically invalid,
> and cause the entire declaration to be dropped.

should likely be s/synactically/syntactically/ ?

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

Received on Sunday, 20 May 2018 13:13:35 UTC