w3c / fxtf-drafts

Mirror of https://hg.fxtf.org/drafts

Home Page:https://drafts.fxtf.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

danielsakhapov opened this issue · comments

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

Indeed.

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 w3c/csswg-drafts#7390