Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Media Queries Level 5: prefers-reduced-motion, prefers-contrast, … #410

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
12 changes: 12 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,18 @@
"title": "Media Feeds",
"url": "https://wicg.github.io/media-feeds/"
},
{
"ciuName": null,
"description": "prefers-reduced-motion, prefers-contrast, and prefers-color-scheme are several accessibility features of Media Queries Level 5",
"id": "mediaqueries-prefers-features-1",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1365045",
"mozPosition": "important",
"mozPositionDetail": "These features enhance accessibility features of the platform, we have implemented them, and thus consider these three as a whole to be important.",
"mozPositionIssue": 393,
"org": "W3C",
"title": "Media Queries Level 5: prefers-reduced-motion, prefers-contrast, prefers-color-scheme",
"url": "https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-motion"
},
{
"ciuName": null,
"description": "This specification extends MediaStreamTrack to let web applications provide an optional media-content hint attribute. This helps sinks like RTCPeerConnection or MediaRecorder select encoder parameters and processing algorithms appropriately based on a hint about the nature of the content being consumed without having to examine the actual content.",
Expand Down