From 1c137cd3dce7690d267ce1ac7b79bc4f54bc845e Mon Sep 17 00:00:00 2001
From: Francois Daoust <fd@tidoust.net>
Date: Tue, 10 Oct 2023 16:02:09 +0200
Subject: [PATCH] Some updates based on #1008

- 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)
---
 specs.json            | 22 ++++++++++++++++++++++
 src/data/ignore.json  | 27 ++++++++++++++++++++++++---
 src/data/monitor.json |  4 ++++
 3 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/specs.json b/specs.json
index 78afd34a..59495f98 100644
--- a/specs.json
+++ b/specs.json
@@ -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/",
@@ -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/",
@@ -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",
@@ -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/",
diff --git a/src/data/ignore.json b/src/data/ignore.json
index c105f0f8..cc5f2b58 100644
--- a/src/data/ignore.json
+++ b/src/data/ignore.json
@@ -47,9 +47,6 @@
     }
   },
   "repos": {
-    "w3c/mathml": {
-      "comment": "not targeted at browsers"
-    },
     "w3c/adpt": {
       "comment": "not targeted at browsers"
     },
@@ -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"
     }
   }
 }
diff --git a/src/data/monitor.json b/src/data/monitor.json
index dcb0a823..ce50fffa 100644
--- a/src/data/monitor.json
+++ b/src/data/monitor.json
@@ -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": {