w3c / fxtf-drafts

Mirror of https://hg.fxtf.org/drafts
https://drafts.fxtf.org/
Other
68 stars 49 forks source link

[motion-1] <path> is now one of the <basic-shape> #493

Closed danielsakhapov closed 1 year ago

danielsakhapov commented 1 year ago

The spec should be updated as <path> is now one of the <basic-shape>.

tabatkins commented 1 year ago

Indeed.

cdoublev commented 1 year ago

I would expect some precision on <'fill-rule'> in path( [<'fill-rule'>,]? <string> ), which I assume should be ignored. For example:

  <path()>
    The initial position is defined by the first “move to” argument in the path string. 
    For the initial direction follow SVG 1.1
+
+   The <fill-rule> argument is ignored.

Also reported in https://github.com/w3c/csswg-drafts/issues/7390