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 25107 - [om] What is the format of the key argument to CSSKeyframesRule.findRule/deleteRule ?
Summary: [om] What is the format of the key argument to CSSKeyframesRule.findRule/dele...
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Animations (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Sylvain Galineau
QA Contact: public-css-bugzilla
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 01:22 UTC by Sylvain Galineau
Modified: 2014-05-28 18:38 UTC (History)
3 users (show)

See Also:


Attachments

Description Sylvain Galineau 2014-03-21 01:22:56 UTC
While the spec currently requires a string value that converts to a number between 0 and 1, only IE conforms to this.

Gecko, WebKit and Blink expects a percentage string e.g. "50%"
Comment 1 Sylvain Galineau 2014-05-28 18:38:50 UTC
Fixed per WG resolution of 2014-04-02 [1]

  - RESOLVED: Use percentage values for key arguments and map 
              from/to keywords to 0% and 100% respectively.
 


[1] http://lists.w3.org/Archives/Public/www-style/2014Apr/0016.html