Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: Source/core/css/CSSKeyframeRule.idl

Issue 1054303004: Sync CSS interfaces with the specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/CSSImportRule.idl ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSKeyframeRule.idl
diff --git a/Source/core/css/CSSKeyframeRule.idl b/Source/core/css/CSSKeyframeRule.idl
index e974fc6afa65f9053cc70b2b1d087289aa1a23dc..739a2e154dcb2b6a00ed390daf64186f43954028 100644
--- a/Source/core/css/CSSKeyframeRule.idl
+++ b/Source/core/css/CSSKeyframeRule.idl
@@ -26,11 +26,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// Introduced in DOM Level ?:
-interface CSSKeyframeRule : CSSRule {
+// http://dev.w3.org/csswg/css-animations/#interface-csskeyframerule
+interface CSSKeyframeRule : CSSRule {
[RaisesException=Setter] attribute DOMString keyText;
readonly attribute CSSStyleDeclaration style;
-
};
-
« no previous file with comments | « Source/core/css/CSSImportRule.idl ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698