New issue
Advanced search Search tips

Issue 816934 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 772407



Sign in to add a comment

Web Animations: Determine correct parsing context to use for keyframes parsing

Project Member Reported by smcgruer@chromium.org, Feb 27 2018

Issue description

See 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!
 
Blocking: 772407
Cc: smcgruer@chromium.org
Owner: ----
Status: Available (was: Assigned)
Not planning to work on this in the near future, dropping to Available.

Sign in to add a comment