Skip to content

Commit b2d7092

Browse files
author
Rune Lillesveen
committed
spec/css-scoping: edited
1 parent f0cebbf commit b2d7092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/css-scoping.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ In <https://drafts.csswg.org/css-scoping/#shadow-names> a reasonable behavior fo
77
^ @font-feature-values | Doesn't work | Not implemented | |
88
^ @font-palette-values | Not Yet Implemented | Not implemented | |
99
^ @counter-style | Doesn't work | | |
10-
^ @keyframes | Code lives in <https://searchfox.org/mozilla-central/rev/1df3b4b4d27d413675fb66f375230cb25d636450/servo/components/style/stylist.rs#1346>. We try to look animations up in the element's shadow first (this is necessary for :host { animation: .. }), then on the containing scope, if any, and otherwise on the global scope. | | |
10+
^ @keyframes | Code lives in <https://searchfox.org/mozilla-central/rev/1df3b4b4d27d413675fb66f375230cb25d636450/servo/components/style/stylist.rs#1346>. We try to look animations up in the element's shadow first (this is necessary for :host { animation: .. }), then on the containing scope, if any, and otherwise on the global scope. | First looks up element's shadow (for :host) and then the element's scope. Does not fall back to document. Does not work for slotted. | |

0 commit comments

Comments
 (0)