[csswg-drafts] [css3] Typo in 4.3.8 (#3451)

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

== [css3] Typo in 4.3.8 ==
Typo in https://www.w3.org/TR/css-syntax-3/#starts-with-a-valid-escape

> If the first code point is not U+005D REVERSE SOLIDUS (\), return false.

should say 

> If the first code point is not U+005C REVERSE SOLIDUS (\), return false.

Note the unicode is incorrect for reverse solidus.

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

Received on Tuesday, 18 December 2018 00:06:42 UTC