Bug 203847
Summary: | Master bug: Motion path/Offset spec | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | CSS | Assignee: | Kiet Ho <kiet.ho> |
Status: | NEW | ||
Severity: | Normal | CC: | boris.chiou, dino, gerard, graouts, kiet.ho, mfishe, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 240270, 240272, 242183, 203848, 203967, 231195, 231491, 231801, 232752, 232760, 233109, 233144, 233153, 233340, 233344, 233382, 235786, 235817, 235818, 238423, 240259, 240474, 240594, 240599 | ||
Bug Blocks: |
Dirk Schulze
The master bug for implementing the Motion Path / Offset spec. https://drafts.fxtf.org/motion-1/
Goal is to get WebCore in parity with Blink's and Gecko's implementation initially. That means support for:
* offset-distance
* offset-rotate
* offset-path (only none | path())
* offset shorthand
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
The implementation happens behind the runtime flag cssOffset
Simon Fraser (smfr)
(In reply to Dirk Schulze from comment #1)
> The implementation happens behind the runtime flag cssOffset
Let's align the flag with the spec shortname.
Dirk Schulze
(In reply to Simon Fraser (smfr) from comment #2)
> (In reply to Dirk Schulze from comment #1)
> > The implementation happens behind the runtime flag cssOffset
>
> Let's align the flag with the spec shortname.
I wonder if the CSS WG should rather rename the spec with its short name from motion to offset just like it renamed the properties. IMO it was an oversight and should be corrected to avoid confusions in the future.
However, I don’t mind to rename it here but would still ask the WG to rename.
To consider: All CSS properties (like logical units) are prefixed with css it seems.
Simon Fraser (smfr)
"offset" sounds way too generic.
Dirk Schulze
Changed the runtime flag name to "motion" with the first patch in https://bugs.webkit.org/show_bug.cgi?id=203848 as it is the shorthand of the spec.
Radar WebKit Bug Importer
<rdar://problem/57238772>
Kiet Ho
*** Bug 139127 has been marked as a duplicate of this bug. ***