Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1636978 [wpt PR 23508] - Attribute animations should not be refle…
…cted by getAttribute(...), a=testonly Automatic update from web-platform-tests Attribute animations should not be reflected by getAttribute(...) According to SMIL [1], when an attribute is animated, the actual DOM attribute should not change. So only synchronize attributes after a base value change has taken place. Rename related flags and methods to not include "animated", since that seems a bit misleading. Add SVGElement::CollectStyleForAnimatedPresentationAttributes() to handle animations of attributes that are presentation attributes but are not actually specified on the target element. [1] https://www.w3.org/TR/2001/REC-smil-animation-20010904/#BasicAnim Bug: 735820 Change-Id: I2a0858dd383a1a96e7b96451a6fca07084983d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2173184 Reviewed-by: Philip Rogers <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Commit-Queue: Fredrik Söderquist <[email protected]> Cr-Commit-Position: refs/heads/master@{#767696} -- wpt-commits: 31e27f4e968a8e5167889a1a5a3c477a26297455 wpt-pr: 23508
- Loading branch information