diff --git a/src/CssLint/Referential/NonStandard/PropertiesReferential.php b/src/CssLint/Referential/NonStandard/PropertiesReferential.php index c4ebde3..d7fd1cc 100644 --- a/src/CssLint/Referential/NonStandard/PropertiesReferential.php +++ b/src/CssLint/Referential/NonStandard/PropertiesReferential.php @@ -85,8 +85,11 @@ class PropertiesReferential extends AbstractReferential 'bookmark-label' => true, 'bookmark-level' => true, 'bookmark-state' => true, + 'border-block-end-clip' => true, 'border-block-end-radius' => true, + 'border-block-start-clip' => true, 'border-block-start-radius' => true, + 'border-bottom-clip' => true, 'border-bottom-radius' => true, 'border-boundary' => true, 'border-clip' => true, @@ -94,12 +97,17 @@ class PropertiesReferential extends AbstractReferential 'border-clip-left' => true, 'border-clip-right' => true, 'border-clip-top' => true, + 'border-inline-end-clip' => true, 'border-inline-end-radius' => true, + 'border-inline-start-clip' => true, 'border-inline-start-radius' => true, + 'border-left-clip' => true, 'border-left-radius' => true, 'border-limit' => true, + 'border-right-clip' => true, 'border-right-radius' => true, 'border-shape' => true, + 'border-top-clip' => true, 'border-top-radius' => true, 'box-align' => true, 'box-direction' => true,