Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions validator/testdata/css/media-not-prefers-reduced-motion.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@media not (prefers-reduced-motion: reduce) {
.test {
visibility: hidden;
}
}
1 change: 1 addition & 0 deletions validator/validator-css.protoascii
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,7 @@ tags: { # `<style amp-keyframes>`, [AMP, AMP4ADS]
type: 'braille'
type: 'embossesd'
type: 'aural'
type: 'not'
feature: 'any-hover'
feature: 'any-pointer'
feature: 'aspect-ratio'
Expand Down