gecko-dev/servo/components/style/stylesheets
Boris Chiou ccc7ef067d Bug 1293490 - Part 3: Support animation-composition in keyframe at rules. r=emilio
So we can specify the keyframe-specific composite operation. However,
these is a spec issue about the default composite for CSS Animations:
https://github.com/w3c/csswg-drafts/issues/7476.

I choose to use auto as the default composite for missing keyframes to match
the definition in web-animations-1 because I think this makes more sense:
> If the keyframe-specific composite operation for a keyframe is not set, the
> composite operation specified for the keyframe effect as a whole is used for
> values specified in that keyframe.

Differential Revision: https://phabricator.services.mozilla.com/D150808
2022-07-12 19:02:04 +00:00
..
cascading_at_rule.rs
container_rule.rs Bug 1769612 - More container queries plumbing. r=boris 2022-05-20 09:59:39 +00:00
counter_style_rule.rs
document_rule.rs
font_face_rule.rs
font_feature_values_rule.rs
import_rule.rs Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
keyframes_rule.rs Bug 1293490 - Part 3: Support animation-composition in keyframe at rules. r=emilio 2022-07-12 19:02:04 +00:00
layer_rule.rs Bug 1767307 - Track @container condition id in style rules. r=boris 2022-05-06 10:30:01 +00:00
loader.rs Bug 1741990 - Run rustfmt on servo/components/style and servo/ports/geckolib. r=emilio,layout-reviewers 2021-11-19 00:14:27 +00:00
media_rule.rs Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
mod.rs Bug 1766889 - Fix insertRule with layer statements before imports. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-29 11:29:37 +00:00
namespace_rule.rs Bug 1750884 - Add style_traits::ToCss for AtomIdent r=emilio 2022-01-24 17:29:20 +00:00
origin.rs Bug 1699220 - Add support for the revert-layer keyword. r=boris 2021-12-14 15:38:34 +00:00
page_rule.rs Bug 1750884 - Add style_traits::ToCss for AtomIdent r=emilio 2022-01-24 17:29:20 +00:00
rule_list.rs Bug 1766889 - Fix insertRule with layer statements before imports. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-29 11:29:37 +00:00
rule_parser.rs Bug 1769612 - More container queries plumbing. r=boris 2022-05-20 09:59:39 +00:00
rules_iterator.rs Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
scroll_timeline_rule.rs Bug 1766020 - Add support for parsing container-query-specific features. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-27 10:52:32 +00:00
style_rule.rs
stylesheet.rs Bug 1763644 - Add basic @container rule parsing and boilerplate. r=firefox-style-system-reviewers,layout-reviewers,boris 2022-04-08 04:15:40 +00:00
supports_rule.rs
viewport_rule.rs Bug 1769612 - More container queries plumbing. r=boris 2022-05-20 09:59:39 +00:00