@@ -76,6 +76,11 @@ class PropertiesReferential extends AbstractReferential
7676 '-webkit-user-drag ' => true ,
7777 'alt ' => true ,
7878 'animation-trigger ' => true ,
79+ 'background-position-block ' => true ,
80+ 'background-position-inline ' => true ,
81+ 'background-repeat-block ' => true ,
82+ 'background-repeat-inline ' => true ,
83+ 'background-tbd ' => true ,
7984 'block-ellipsis ' => true ,
8085 'block-step ' => true ,
8186 'block-step-align ' => true ,
@@ -85,6 +90,7 @@ class PropertiesReferential extends AbstractReferential
8590 'bookmark-label ' => true ,
8691 'bookmark-level ' => true ,
8792 'bookmark-state ' => true ,
93+ 'border-block-clip ' => true ,
8894 'border-block-end-clip ' => true ,
8995 'border-block-end-radius ' => true ,
9096 'border-block-start-clip ' => true ,
@@ -97,6 +103,7 @@ class PropertiesReferential extends AbstractReferential
97103 'border-clip-left ' => true ,
98104 'border-clip-right ' => true ,
99105 'border-clip-top ' => true ,
106+ 'border-inline-clip ' => true ,
100107 'border-inline-end-clip ' => true ,
101108 'border-inline-end-radius ' => true ,
102109 'border-inline-start-clip ' => true ,
0 commit comments