DescriptionCSS Motion Path: offset shorthand ready for position and anchor
(Postponing this CL as it may not be safe to add offset-position and offset-anchor to shorthand while they are guarded by a feature flag.)
The spec for offset is being discussed in
https://drafts.fxtf.org/motion-1/#offset-shorthand
https://logs.csswg.org/irc.w3.org/css/2016-09-20/#e724237
https://github.com/w3c/fxtf-drafts/issues/42
https://logs.csswg.org/irc.w3.org/css/2016-09-20/#e724237
RESOLVED: Position before path before distance and anchor
Spec update pull request:
https://github.com/w3c/fxtf-drafts/pull/52
offset-position and offset-anchor are guarded by the experimental
web platform feature flag CSSOffsetPositionAnchor. When this flag is
not enabled, we reject any offset value that would set offset-position
or offset-anchor.
(We about to ship offset support for offset-path, offset-distance,
offset-rotation. Any 'auto' or distance appearing in offset before
offset-path must not be interpreted as offset-rotation or
offset-distance, as in future they will be interpreted as
offset-position.)
BUG=638055
Patch Set 1 #Patch Set 2 : tests #Patch Set 3 : offset-anchor default is not auto #
Total comments: 15
Patch Set 4 : code review feedback #Messages
Total messages: 23 (17 generated)
|