[csswg-drafts] Pull Request: [cssom] Fix a typo in #serialize-a-local

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

== [cssom] Fix a typo in #serialize-a-local ==
> To serialize a URL means to create a string represented by "url(", followed by the serialization of the URL as a string, followed by ")".
> 
> To serialize a LOCAL means to create a string represented by "local(", followed by the serialization of the URL as a string, followed by ")".

`s/URL/LOCAL/` in that last line. Looks like it was copied from the rule above and incompletely replaced.

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

Received on Wednesday, 16 October 2019 15:44:12 UTC