Adding initial support for the timeline-scope property, without support for the full cascade order. (Previous implementation did not support the cascade order either).
This PR consists of three separate parts that were necessary to make the tests pass:
Support for the timeline-scope property, and finding the referenced timeline in the timeline scope subtree
Remove mapping for style elements that are removed from the dom
Store 'auto' duration, so that it can be used when calculating effect timing
Adding initial support for the
timeline-scope
property, without support for the full cascade order. (Previous implementation did not support the cascade order either).This PR consists of three separate parts that were necessary to make the tests pass:
timeline-scope
property, and finding the referenced timeline in the timeline scope subtree