Web Animations: Determine correct parsing context to use for keyframes parsing |
||
Issue descriptionSee https://github.com/w3c/csswg-drafts/issues/2366 TL;DR - the spec doesn't currently say what context to use for parsing the CSS values in the "procedure to process a keyframes argument". Currently we use target->GetDocument() if it is available, or if there is a null target we use *ToDocument(ExecutionContext::From(script_state)). If and when the spec decides what context is correct, we should make sure our code matches. And add a test!
,
Apr 25 2018
Not planning to work on this in the near future, dropping to Available. |
||
►
Sign in to add a comment |
||
Comment 1 by smcgruer@chromium.org
, Feb 27 2018