[Webkit-unassigned] [Bug 204580] [css-grid] Support transitions/animations on grid-template-columns|rows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 08:22:34 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=204580

--- Comment #1 from Oriol Brufau <obrufau at igalia.com> ---
It's worth noting that repeat() needs to be handled carefully:
> If two repeat() notations that have the same first argument (repetition count) and the same number of tracks in their second argument (the track listing), they are combined by combining each component of their computed track lists by computed value (just like combining a top-level track list). They otherwise combine discretely.
But this is not currently possible, since non-auto repeat() is expanded at computed-value time (bug 202259).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210309/4d004192/attachment.htm>


More information about the webkit-unassigned mailing list