- From: Matt Reynolds <notifications@github.com>
- Date: Tue, 12 Sep 2023 09:29:04 -0700
- To: w3c/gamepad <gamepad@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 September 2023 16:29:11 UTC
@nondebug commented on this pull request.
> @@ -95,8 +95,7 @@
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/83482/status",
-
- xref: ["DOM", "HTML", "INFRA", "gamepad"],
+ xref: ["HTML", "DOM", "PERMISSIONS-POLICY", "HR-TIME", "INFRA", "gamepad"],
I think that's not sufficient to solve the issue. The failure is in index.html in a part of the document not modified by the PR, so I suspect it was a change in respec that caused this failure.
@marcoscaceres said it looks like a respec bug. The xref sees " instead of double-quote characters so it fails to match against the webxr-gamepads-module reference.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/gamepad/pull/168#discussion_r1323294619
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/gamepad/pull/168/review/1622661533@github.com>
Received on Tuesday, 12 September 2023 16:29:11 UTC