Re: [fxtf-drafts] [motion-1] The definition of "containing box" for ray() function (#369)

Perhaps we should change the grammar from
> `none | ray() | path() | <url> | [ <basic-shape> || <geometry-box> ]`

to

> `none | [ <url> | ray() | path() | <basic-shape> ] || <geometry-box>`

and change
> The `<geometry-box>` specified in combination with a `<basic-shape>` provides the reference box for the `<basic-shape>`. If no reference box is specified, the border-box will be used as reference box.

to

> The `<geometry-box>` provides the reference box for the path. If no reference box is specified, the border-box will be used as reference box.

The early spec (before `ray()`) had something like that.

We still need to explicitly say which element is referenced by the geometry-box.


-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/369#issuecomment-530675880 using your GitHub account

Received on Thursday, 12 September 2019 05:51:02 UTC