commit | a46d064de471a4f4705cbbffc65d69bac2a44736 | [log] [tgz] |
---|---|---|
author | Oriol Brufau <obrufau@igalia.com> | Thu Mar 26 20:34:26 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 26 20:34:26 2020 |
tree | d967360c7795526b5c2e813f13fef5c207b8c37d | |
parent | 198a4a29044950604477a51d8e8129c41f8d5a32 [diff] |
[css-pseudo] Support animations and transitions in ::marker As resolved in https://github.com/w3c/csswg-drafts/issues/4814, allow ::marker to have animations or transitions. But only for the properties that apply to ::marker. TEST=external/wpt/css/css-animations/Document-getAnimations.tentative.html TEST=external/wpt/css/css-animations/animationevent-marker-pseudoelement.html TEST=external/wpt/css/css-animations/event-order.tentative.html TEST=external/wpt/css/css-pseudo/parsing/marker-supported-properties.html TEST=external/wpt/css/css-pseudo/parsing/marker-supported-properties-in-animation.html TEST=external/wpt/css/css-transitions/Document-getAnimations.tentative.html TEST=external/wpt/css/css-transitions/non-rendered-element-004.tentative.html BUG=1054509 Change-Id: Ie86aeb42d4d311264fd5810c1ad89c0fa7b93ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119518 Commit-Queue: Oriol Brufau <obrufau@igalia.com> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#753752}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.