Description was changed from ========== CSS Motion Path: offset-anchor and offset-position offset-position is the initial ...
4 years, 3 months ago
(2016-09-21 04:01:48 UTC)
#1
Description was changed from
==========
CSS Motion Path: offset-anchor and offset-position
offset-position is the initial position of the path in the containing element.
https://drafts.fxtf.org/motion-1/#offset-position-property
The default value of offset-position is auto (the element's current position).
offset-anchor is the point in the element that is positioned along the path.
https://drafts.fxtf.org/motion-1/#offset-anchor-property
The default value of offset-anchor is center.
This patch defines the new properties, and verifies they can be parsed,
stored and read.
Not yet implemented:
- updating the 'offset' shorthand
- animation
- using the new properties when computing the motion path transforms.
BUG=638055
==========
to
==========
CSS Motion Path: offset-anchor and offset-position
offset-position is the initial position of the path in the containing element.
https://drafts.fxtf.org/motion-1/#offset-position-property
The default value of offset-position is auto (the element's current position).
offset-anchor is the point in the element that is positioned along the path.
https://drafts.fxtf.org/motion-1/#offset-anchor-property
The default value of offset-anchor is center.
This patch defines the new properties, and verifies they can be parsed,
stored and read.
Not yet implemented:
- updating the 'offset' shorthand
- animation
- using the new properties when computing the motion path transforms.
Intent to Implement:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/uqDmsIj6zJY/cS-Vp_XG...
BUG=638055
==========
The spec for offset-anchor still needs to be updated to show the default in center. ...
4 years, 3 months ago
(2016-09-21 04:04:01 UTC)
#3
The spec for offset-anchor still needs to be updated to show the default in
center.
https://github.com/w3c/fxtf-drafts/issues/41
This was agreed yesterday by the CSS Working Group.
sashab
lgtm
4 years, 3 months ago
(2016-09-21 05:13:53 UTC)
#4
dstockwell@ added for owner review at eric's request. doug - this patch is pretty straightforward, ...
4 years, 3 months ago
(2016-09-21 05:16:27 UTC)
#6
dstockwell@ added for owner review at eric's request.
doug - this patch is pretty straightforward, in fact this is a great patch to
look at for something like Ribbon since it encompasses everything that needs
changing to add a property.
dstockwell
lgtm
4 years, 3 months ago
(2016-09-21 05:21:38 UTC)
#7
Description was changed from ========== CSS Motion Path: offset-anchor and offset-position offset-position is the initial ...
4 years, 3 months ago
(2016-09-22 02:19:31 UTC)
#14
Message was sent while issue was closed.
Description was changed from
==========
CSS Motion Path: offset-anchor and offset-position
offset-position is the initial position of the path in the containing element.
https://drafts.fxtf.org/motion-1/#offset-position-property
The default value of offset-position is auto (the element's current position).
offset-anchor is the point in the element that is positioned along the path.
https://drafts.fxtf.org/motion-1/#offset-anchor-property
The default value of offset-anchor is center.
This patch defines the new properties, and verifies they can be parsed,
stored and read.
Not yet implemented:
- updating the 'offset' shorthand
- animation
- using the new properties when computing the motion path transforms.
Intent to Implement:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/uqDmsIj6zJY/cS-Vp_XG...
BUG=638055
==========
to
==========
CSS Motion Path: offset-anchor and offset-position
offset-position is the initial position of the path in the containing element.
https://drafts.fxtf.org/motion-1/#offset-position-property
The default value of offset-position is auto (the element's current position).
offset-anchor is the point in the element that is positioned along the path.
https://drafts.fxtf.org/motion-1/#offset-anchor-property
The default value of offset-anchor is center.
This patch defines the new properties, and verifies they can be parsed,
stored and read.
Not yet implemented:
- updating the 'offset' shorthand
- animation
- using the new properties when computing the motion path transforms.
Intent to Implement:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/uqDmsIj6zJY/cS-Vp_XG...
BUG=638055
==========
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago
(2016-09-22 02:19:32 UTC)
#15
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
commit-bot: I haz the power
Description was changed from ========== CSS Motion Path: offset-anchor and offset-position offset-position is the initial ...
4 years, 3 months ago
(2016-09-22 02:21:12 UTC)
#16
Issue 2352273002: CSS Motion Path: offset-anchor and offset-position
(Closed)
Created 4 years, 3 months ago by Eric Willigers
Modified 4 years, 3 months ago
Reviewers: dstockwell, sashab, Ian Vollick
Base URL:
Comments: 0