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 Region Capture spec #478

Merged
merged 1 commit into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"https://w3c.github.io/mathml-aam/",
"https://w3c.github.io/media-playback-quality/",
"https://w3c.github.io/mediacapture-automation/",
"https://w3c.github.io/mediacapture-region/",
"https://w3c.github.io/mediacapture-transform/",
"https://w3c.github.io/web-locks/",
"https://w3c.github.io/web-nfc/",
Expand Down
6 changes: 6 additions & 0 deletions src/data/ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"MiniApps Working Group": {
"comment": "specs not targeted at browsers"
},
"Spatial Data on the Web Working Group": {
"comment": "specs not targeted at browsers"
},
"Verifiable Credentials Working Group": {
"comment": "specs not targeted at browsers"
},
Expand Down Expand Up @@ -339,6 +342,9 @@
},
"https://wicg.github.io/nav-speculation/": {
"comment": "document split into two specs"
},
"https://w3c.github.io/xml-entities/": {
"comment": "not directly meant for browsers environments (in practice imported via HTML LS)"
}
}
}