Skip to content

Commit

Permalink
Fix false positives for dynamic-range keywords in media-feature-name-…
Browse files Browse the repository at this point in the history
…no-unknown (#5613)
  • Loading branch information
willcassella committed Oct 21, 2021
1 parent 8dca498 commit 70b1149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/reference/keywordSets.js
Expand Up @@ -582,6 +582,7 @@ keywordSets.mediaFeatureNames = uniteSets(keywordSets.deprecatedMediaFeatureName
'color',
'color-gamut',
'color-index',
'dynamic-range',
'forced-colors',
'grid',
'height',
Expand Down Expand Up @@ -615,6 +616,7 @@ keywordSets.mediaFeatureNames = uniteSets(keywordSets.deprecatedMediaFeatureName
'scan',
'scripting',
'update',
'video-dynamic-range',
'width',
]);

Expand Down

0 comments on commit 70b1149

Please sign in to comment.