[csswg-drafts] [web-animations-1] Typos in getKeyframes() processing section.

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

== [web-animations-1] Typos in getKeyframes() processing section. ==
There's both a missing and a duplicated "the" in the [getKeyframes()](https://drafts.csswg.org/web-animations-1/#dom-keyframeeffectreadonly-getkeyframes) section, specifically step 3.1.4.2:

> Let IDL value be result of serializing the the property value of declaration by passing declaration to the algorithm to serialize a CSS value [CSSOM].

This should be:

> Let IDL value be **the** result of serializing **the** property value of declaration by passing declaration to the algorithm to serialize a CSS value [CSSOM].

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

Received on Monday, 8 January 2018 13:35:12 UTC