Skip to content

Commit f4b336c

Browse files
tabatkinssvgeesus
authored andcommitted
Add 'Use <i> autolinks' metadata to appropriate specs.
1 parent 8bdc678 commit f4b336c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

motion-1/index.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Group: fxtf
88
Link Defaults: css-shapes-1 (type) <basic-shape>, css-transforms-1 (property) transform/transform-origin
99
Editor: Dirk Schulze, Adobe Systems Inc., dschulze@adobe.com
1010
Abstract: Motion paths allow authors to animate any graphical object along an author specified path.
11+
Use <i> Autolinks: yes
1112
</pre>
1213

1314
<h2 id="intro">Introduction</h2>
@@ -82,12 +83,12 @@ Values have the following meanings:
8283
</dd>
8384
<dt><dfn>path()</dfn> = path(<<string>>)</dt>
8485
<dd>
85-
<p>The <<string>> represents an SVG Path data string. The path data string must be conform to the grammar and parsing rules of SVG 1.1 [[!SVG11]]. The initial position is defined by the first “move to” argument in the path string. For the initial direction follow SVG 1.1 [[!SVG11]].
86+
<p>The <<string>> represents an SVG Path data string. The path data string must be conform to the grammar and parsing rules of SVG 1.1 [[!SVG11]]. The initial position is defined by the first “move to” argument in the path string. For the initial direction follow SVG 1.1 [[!SVG11]].
8687
<p class="issue">There have been requests to support <<length>> and <<percentage>> units for coordinates as well. Should we support them?
8788
</dd>
8889
<dt><<url>></dt>
8990
<dd>
90-
References an SVG <a href="">graphics element</a> and uses it's geometry as motion path. See SVG 1.1 for more information about the initial position and initial direction [[!SVG11]].
91+
References an SVG <a href="">graphics element</a> and uses it's geometry as motion path. See SVG 1.1 for more information about the initial position and initial direction [[!SVG11]].
9192
</dd>
9293
<dt dfn-type=value><dfn>none</dfn></dt>
9394
<dd>No motion path gets created.</dd>
@@ -245,4 +246,4 @@ This is a shorthand property for setting 'motion-path', 'motion-position' and 'm
245246
<dd>Do nothing.</dd>
246247
</dl>
247248

248-
ISSUE: Do we need to specify an origin of the element in motion so that it can be positioned accordingly before the motion? Something like motion-origin? Should we reuse 'transform-origin'? (Probably not since the ''z'' coordinate doesn't make any sense.)
249+
ISSUE: Do we need to specify an origin of the element in motion so that it can be positioned accordingly before the motion? Something like motion-origin? Should we reuse 'transform-origin'? (Probably not since the ''z'' coordinate doesn't make any sense.)

0 commit comments

Comments
 (0)