|
94 | 94 | // This is important for Rec-track documents, do not copy a patent URI |
95 | 95 | // from a random document unless you know what you're doing. If in |
96 | 96 | // doubt ask your friendly neighbourhood Team Contact. |
97 | | - wgPatentURI: "", |
| 97 | + wgPatentURI: [ "http://www.w3.org/2004/01/pp-impl/32061/status", |
| 98 | + "http://www.w3.org/2004/01/pp-impl/19480/status" ], |
98 | 99 |
|
99 | 100 | noIDLSorting: true, |
100 | 101 | noIDLIn: true |
101 | 102 | }; |
102 | 103 | </script> |
103 | | - <!-- |
104 | | - ReSpec.js wishlist: |
105 | | -
|
106 | | - Add here any issues you find with ReSpec including missing features. It |
107 | | - will help us decide if we should continue using it and work out what we |
108 | | - need to fix. |
109 | | -
|
110 | | - * Allow making cross-references to specific methods and members. |
111 | | - --> |
112 | 104 | </head> |
113 | 105 | <body> |
114 | 106 | <section id="abstract"> |
@@ -5140,7 +5132,7 @@ <h3>The intermediate animation value of a motion path animation effect</h3> |
5140 | 5132 | </ol> |
5141 | 5133 | <div class="issue"> |
5142 | 5134 | Need to describe how <a |
5143 | | - href="http://www.w3.org/TR/css3-transforms/#transform-origin">transform-origin</a> |
| 5135 | + href="http://www.w3.org/TR/css3-transforms/#transform-origin-property">transform-origin</a> |
5144 | 5136 | is applied. |
5145 | 5137 | </div> |
5146 | 5138 | </section> |
@@ -5176,7 +5168,7 @@ <h3>Custom effects</h3> |
5176 | 5168 | </p> |
5177 | 5169 | <p> |
5178 | 5170 | For example, using a <a>custom effect</a> that draws to a <a |
5179 | | - href="http://www.w3.org/TR/html5/embedded-content-0.html#the-canvas-element"><code>canvas</code></a> |
| 5171 | + href="http://www.w3.org/TR/html5/scripting-1.html#the-canvas-element"><code>canvas</code></a> |
5180 | 5172 | element, it is possible to produce a complex animated effect |
5181 | 5173 | featuring patterns that may be difficult to create using CSS or |
5182 | 5174 | SVG. |
@@ -6554,7 +6546,7 @@ <h3>The <code>Animation</code> interface</h3> |
6554 | 6546 | <div class="note"> |
6555 | 6547 | <p> |
6556 | 6548 | Note that as with <a |
6557 | | - href="#widl-ctor-AnimationGroup--sequence-AnimationNode--children--unrestricted-double-or-AnimationTimingInput--timing">the |
| 6549 | + href="#widl-ctor-AnimationGroup-sequence-AnimationNode--children--unrestricted-double-or-AnimationTimingInput--timing">the |
6558 | 6550 | constructor for <a>AnimationGroup</a></a>s |
6559 | 6551 | it is possible to pass in an <a>AnimationTiming</a> object here |
6560 | 6552 | (e.g. the <code>timing</code> member of another |
@@ -6689,7 +6681,7 @@ <h3>The <code>Animation</code> interface</h3> |
6689 | 6681 | </li> |
6690 | 6682 | <li>Return a new <a>Animation</a> object created by |
6691 | 6683 | calling the <a |
6692 | | - href="#widl-ctor-Animation--Animatable-target-object-effect--unrestricted-double-or-AnimationTimingInput--timing">Animation |
| 6684 | + href="#widl-ctor-Animation-Animatable-target-object-effect--unrestricted-double-or-AnimationTimingInput--timing">Animation |
6693 | 6685 | constructor</a> with parameters |
6694 | 6686 | <code>Animation(<var>source</var>.target, <var>cloned |
6695 | 6687 | effect</var>, <var>cloned timing</var>)</code>.</li> |
@@ -6875,15 +6867,15 @@ <h3>The <code>Animatable</code> interface</h3> |
6875 | 6867 | <dd> |
6876 | 6868 | The effect to apply. |
6877 | 6869 | This value is passed to the <a |
6878 | | - href="#widl-ctor-Animation--Animatable-target-object-effect--unrestricted-double-or-AnimationTimingInput--timing">Animation |
| 6870 | + href="#widl-ctor-Animation-Animatable-target-object-effect--unrestricted-double-or-AnimationTimingInput--timing">Animation |
6879 | 6871 | constructor</a> as the <var>effect</var> parameter and has the |
6880 | 6872 | same interpretation as defined for that constructor. |
6881 | 6873 | </dd> |
6882 | 6874 | <dt>optional (double or AnimationTimingInput) timing</dt> |
6883 | 6875 | <dd> |
6884 | 6876 | The timing parameters of the animation. |
6885 | 6877 | This value is passed to the <a |
6886 | | - href="#widl-ctor-Animation--Animatable-target-object-effect--unrestricted-double-or-AnimationTimingInput--timing">Animation |
| 6878 | + href="#widl-ctor-Animation-Animatable-target-object-effect--unrestricted-double-or-AnimationTimingInput--timing">Animation |
6887 | 6879 | constructor</a> as the <var>timing</var> parameter and has the |
6888 | 6880 | same interpretation as defined for that constructor. |
6889 | 6881 | </dd> |
|
0 commit comments