Skip to content

Commit

Permalink
Some updates based on #1008 (#1082)
Browse files Browse the repository at this point in the history
- Add WebXR Plane Detection
- Add WebXR Meshing API
- Add WebXR Mesh Detection Module
- Add WebBluetooth Scanning API
- Add Managed Configuration API
- Add MathML4, as non browser spec
- Monitor Private Aggregation API (pending w3c.json at least)
- Ignore a few additional specs (not required as these specs are not found
but that makes the rationale explicit)
  • Loading branch information
tidoust authored Oct 11, 2023
1 parent d2e2750 commit 366134e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
22 changes: 22 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,14 @@
"https://immersive-web.github.io/anchors/",
"https://immersive-web.github.io/model-element/",
"https://immersive-web.github.io/raw-camera-access/",
{
"url": "https://immersive-web.github.io/real-world-geometry/plane-detection.html",
"shortname": "webxr-plane-detection"
},
{
"url": "https://immersive-web.github.io/real-world-geometry/webxrmeshing-1.html",
"shortname": "webxr-meshing"
},
"https://immersive-web.github.io/real-world-meshing/",
"https://infra.spec.whatwg.org/",
"https://mimesniff.spec.whatwg.org/",
Expand Down Expand Up @@ -455,6 +463,10 @@
"forkOf": "wasm-core-1"
},
"https://webbluetoothcg.github.io/web-bluetooth/",
{
"url": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html",
"shortname": "web-bluetooth-scanning"
},
"https://webidl.spec.whatwg.org/",
"https://websockets.spec.whatwg.org/",
"https://wicg.github.io/attribution-reporting-api/",
Expand Down Expand Up @@ -566,6 +578,10 @@
"https://wicg.github.io/web-app-launch/",
"https://wicg.github.io/web-otp/",
"https://wicg.github.io/web-preferences-api/",
{
"url": "https://wicg.github.io/WebApiDevice/managed_config/",
"shortname": "managed-configuration"
},
"https://wicg.github.io/webcrypto-secure-curves/",
"https://wicg.github.io/webhid/",
"https://wicg.github.io/webpackage/loading.html",
Expand Down Expand Up @@ -1026,6 +1042,12 @@
"https://www.w3.org/TR/magnetometer/",
"https://www.w3.org/TR/manifest-app-info/",
"https://www.w3.org/TR/mathml-core/",
{
"url": "https://www.w3.org/TR/mathml4/",
"categories": [
"-browser"
]
},
"https://www.w3.org/TR/media-capabilities/",
{
"url": "https://www.w3.org/TR/media-source-2/",
Expand Down
27 changes: 24 additions & 3 deletions src/data/ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
}
},
"repos": {
"w3c/mathml": {
"comment": "not targeted at browsers"
},
"w3c/adpt": {
"comment": "not targeted at browsers"
},
Expand Down Expand Up @@ -411,6 +408,30 @@
},
"https://w3c.github.io/resource-hints/": {
"comment": "Integrated in HTML, ED redirects to HTML"
},
"https://w3c.github.io/webpayments-http-messages/": {
"comment": "no longer worked on"
},
"https://draft.ortc.org/": {
"comment": "No expectation that the API will be implemented in browsers"
},
"https://webmachinelearning.github.io/model-loader/": {
"comment": "no longer worked on"
},
"https://w3c.github.io/webpayments-crypto/": {
"comment": "no longer worked on"
},
"https://w3c.github.io/webpayments-methods-tokenization/": {
"comment": "no longer worked on"
},
"https://w3c.github.io/merchant-validation/": {
"comment": "no longer worked on"
},
"https://tabatkins.github.io/css-toggle/": {
"comment": "Proposal in a personal repository, no adoption from community"
},
"https://tabatkins.github.io/specs/css-stacking-context-1/": {
"comment": "Proposal in a personal repository, no adoption from community"
}
}
}
4 changes: 4 additions & 0 deletions src/data/monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
"WICG/coop-restrict-properties": {
"lastreviewed": "2023-10-09",
"comment": "no published content yet"
},
"patcg-individual-drafts/private-aggregation-api": {
"lastreviewed": "2023-10-10",
"comment": "proposal has not been adopted by the Private Advertising Technology Community Group"
}
},
"specs": {
Expand Down

0 comments on commit 366134e

Please sign in to comment.