Skip to content

Commit 61bc815

Browse files
committed
1 parent d858def commit 61bc815

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline animation-range animation-delay-start animation-delay-end
2-
syn keyword cssFontAttr contained entry exit
1+
syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline-attachment scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline-attachment view-timeline animation-range animation-delay-start animation-delay-end
2+
syn keyword cssFontAttr contained entry exit defer ancestor

test/test.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,16 +800,20 @@ mask {
800800
.scroll-animations-1 {
801801
scroll-timeline-name: auto;
802802
scroll-timeline-axis: auto;
803+
scroll-timeline-attachment: auto;
803804
scroll-timeline: auto;
804805
view-timeline-name: auto;
805806
view-timeline-axis: auto;
806807
view-timeline-inset: auto;
808+
view-timeline-attachment: auto;
807809
view-timeline: auto;
808810
animation-range: auto;
809811
animation-delay-start: auto;
810812
animation-delay-end: auto;
811813
display: entry;
812814
display: exit;
815+
display: defer;
816+
display: ancestor;
813817
}
814818

815819
.scroll-snap-1 {

0 commit comments

Comments
 (0)