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 14635 - animating properties that affect other properties
Summary: animating properties that affect other properties
Status: RESOLVED WONTFIX
Alias: None
Product: CSS
Classification: Unclassified
Component: Animations (show other bugs)
Version: unspecified
Hardware: PC 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-10-31 19:23 UTC by Dean Jackson
Modified: 2012-08-14 23:13 UTC (History)
4 users (show)

See Also:


Attachments

Description Dean Jackson 2011-10-31 19:23:13 UTC
What happens if you animate font-size and then something else using ems?
Comment 1 Sylvain Galineau 2012-08-14 23:13:08 UTC
css3-values defines font relative lengths from the computed font size of the element or its parent; animations affect computed values so I do not think anything needs specifying here. All implementations currently animate children with a font-size specified in EMs.