This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15273 - Are @keyframes defined inside @media valid?
Summary: Are @keyframes defined inside @media valid?
Status: RESOLVED WONTFIX
Alias: None
Product: CSS
Classification: Unclassified
Component: Animations (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Dean Jackson
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard: [medium]
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 23:43 UTC by Sylvain Galineau
Modified: 2012-07-09 20:12 UTC (History)
3 users (show)

See Also:


Attachments

Description Sylvain Galineau 2011-12-19 23:43:55 UTC
Chrome currently says yes. While I recall that error recovery rules now allow what comes after a nested at-rule to be parsed, I'm not sure whether Chrome's behavior is conformant, or should be.
Comment 1 Sylvain Galineau 2012-02-26 01:27:05 UTC
I suspect css-mediaqueries and/or css-conditionals would define this.
Comment 2 Sylvain Galineau 2012-07-09 20:12:57 UTC
Whether @keyframes is valid inside another construct is really up to the module defining that construct. css3-animations should not define what is valid/invalid inside @media.