OSDN Git Service

Modify the Spec
authordhrname <dhrname@users.sourceforge.jp>
Mon, 16 Feb 2015 12:41:53 +0000 (21:41 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Mon, 16 Feb 2015 12:41:53 +0000 (21:41 +0900)
org/w3c/dom/smil.js
tool/Spec/spec/SvgDomSpec.js

index cca2b08..b4970c6 100644 (file)
@@ -337,7 +337,10 @@ base("$frame").mix ( {
     \r
     /*関数型の呼び出しメソッド\r
      * base.jsのofメソッドを活用して、関数型っぽい処理をする\r
-     * 以下では、活動持続時間を算出*/\r
+     * 以下では、活動持続時間を算出\r
+     * 計算方法はSMILアニメーション 3.3.4節を参照\r
+     * http://www.w3.org/TR/smil-animation/#ComputingActiveDur\r
+     */\r
     call: function() {\r
       var ind = "indefinite",\r
           dur = this.simpleDur,\r
index 3e061e0..9eb93fa 100644 (file)
@@ -2454,7 +2454,6 @@ describe("SMIL Animation Spec", function() {
       } );\r
       /*無効同値クラスを調べておく (Equivalence partitioning, the following is the invalid partion)*/\r
       it("should be this for the value (the invalid partion)", function() {\r
-\r
       } );\r
     } );\r
   } );\r