From 4ef07b124de244a18bf8e5bdb7a97d2e466ed9e6 Mon Sep 17 00:00:00 2001
From: Daniel <dmontalvo@w3.org>
Date: Tue, 6 Aug 2024 18:33:08 +0200
Subject: [PATCH 1/3] Make specURLs consistent and fix some respec warnings

---
 accname/index.html       | 61 ++++++++++++++++++---------------
 core-aam/index.html      | 58 ++++++++++++++++++++++++++-----
 dpub-aam/index.html      | 69 ++++++++++++++++++-------------------
 dpub-aria/index.html     | 66 ++++++++++++++++++++++++-----------
 graphics-aam/index.html  | 74 ++++++++++++++++++++++------------------
 graphics-aria/index.html | 68 ++++++++++++++++++++++++++++++------
 html-aam/index.html      | 64 ++++++++++++++++++++++++++--------
 index.html               | 26 ++++++++++++++
 mathml-aam/index.html    | 64 ++++++++++++++++++++++++++--------
 svg-aam/index.html       | 65 +++++++++++++++++++++++------------
 10 files changed, 430 insertions(+), 185 deletions(-)

diff --git a/accname/index.html b/accname/index.html
index 773fac4fa..144096597 100644
--- a/accname/index.html
+++ b/accname/index.html
@@ -83,22 +83,25 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          WD: "https://www.w3.org/TR/wai-aria-1.2/",
-          FPWD: "https://www.w3.org/TR/wai-aria-1.2/",
-          REC: "https://www.w3.org/TR/wai-aria/",
-        },
-        coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          WD: "https://www.w3.org/TR/core-aam-1.2/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
-          REC: "https://www.w3.org/TR/core-aam-1.2/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          ED: "https://w3c.github.io/accname/",
-          WD: "https://www.w3.org/TR/accname-1.2/",
-          FPWD: "https://www.w3.org/TR/accname-1.2/",
-          REC: "https://www.w3.org/TR/accname-1.2/",
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
+        },
+        coreMappingURLs: {
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -106,17 +109,13 @@
           WD: "https://www.w3.org/TR/dpub-aria-1.1/",
           REC: "https://www.w3.org/TR/dpub-aria-1.1/",
         },
-        htmlMappingURLs: {
-          ED: "https://w3c.github.io/html-aam/",
-          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
-          WD: "https://www.w3.org/TR/html-aam/",
-          REC: "https://www.w3.org/TR/html-aam/",
-        },
         graphicsMappingModURLs: {
           ED: "https://w3c.github.io/graphics-aam/",
-          FPWD: "https://www.w3.org/TR/graphics-aam/",
-          WD: "https://www.w3.org/TR/graphics-aam/",
-          REC: "https://www.w3.org/TR/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
         },
         graphicsModURLs: {
           ED: "https://w3c.github.io/graphics-aria/",
@@ -124,13 +123,19 @@
           WD: "https://www.w3.org/TR/graphics-aria/",
           REC: "https://www.w3.org/TR/graphics-aria/",
         },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
         practicesURLs: {
-          ED: "https://www.w3.org/WAI/ARIA/apg/",
-          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
-          WD: "https://www.w3.org/WAI/ARIA/apg/",
-          REC: "https://www.w3.org/WAI/ARIA/apg/",
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
-
         preProcess: [linkCrossReferences],
         postProcess: [addPlatformMaintainers],
         //Pointing to the 1.2 versions but should remove the version in the publishing branch
diff --git a/core-aam/index.html b/core-aam/index.html
index 680eeeacf..d05d7deb7 100644
--- a/core-aam/index.html
+++ b/core-aam/index.html
@@ -118,16 +118,58 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          CR: "https://w3c.github.io/aria/",
-          CRD: "https://w3c.github.io/aria/",
-          PR: "https://www.w3.org/TR/wai-aria/",
-          REC: "https://www.w3.org/TR/wai-aria/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          CR: "https://w3c.github.io/accname/",
-          CRD: "https://w3c.github.io/accname/",
-          PR: "https://www.w3.org/TR/accname-1.2/",
-          REC: "https://www.w3.org/TR/accname-1.2/",
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
+        },
+        coreMappingURLs: {
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+        },
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
+        },
+        graphicsMappingModURLs: {
+          ED: "https://w3c.github.io/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
 
         preProcess: [linkCrossReferences],
diff --git a/dpub-aam/index.html b/dpub-aam/index.html
index d8f2359b5..04b06ec5e 100644
--- a/dpub-aam/index.html
+++ b/dpub-aam/index.html
@@ -91,61 +91,60 @@
         tocIntroductory: true,
         //maxTocLevel: 4,
 
+        // spec URLs
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          FPWD: "https://www.w3.org/TR/wai-aria-1.2/",
-          WD: "https://www.w3.org/TR/wai-aria-1.2/",
-          CR: "https://www.w3.org/TR/wai-aria-1.2/",
-          REC: "https://www.w3.org/TR/wai-aria-1.2/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+        },
+        accNameURLs: {
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
         },
         coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          WD: "https://www.w3.org/TR/core-aam-1.2/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
-          CR: "https://www.w3.org/TR/core-aam-1.2/",
-          REC: "https://www.w3.org/TR/core-aam-1.2/",
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
           FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
           WD: "https://www.w3.org/TR/dpub-aria-1.1/",
-          CR: "https://www.w3.org/TR/dpub-aria-1.1/",
           REC: "https://www.w3.org/TR/dpub-aria-1.1/",
         },
-        htmlMappingURLs: {
-          ED: "https://w3c.github.io/html-aam/",
-          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
-          WD: "https://www.w3.org/TR/html-aam/",
-          CR: "https://www.w3.org/TR/html-aam/",
-          REC: "https://www.w3.org/TR/html-aam/",
-        },
         graphicsMappingModURLs: {
           ED: "https://w3c.github.io/graphics-aam/",
-          FPWD: "https://www.w3.org/TR/graphics-aam/",
-          WD: "https://www.w3.org/TR/graphics-aam/",
-          CR: "https://www.w3.org/TR/graphics-aam/",
-          REC: "https://www.w3.org/TR/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
         },
         graphicsModURLs: {
           ED: "https://w3c.github.io/graphics-aria/",
           FPWD: "https://www.w3.org/TR/graphics-aria/",
           WD: "https://www.w3.org/TR/graphics-aria/",
-          CR: "https://www.w3.org/TR/graphics-aria/",
           REC: "https://www.w3.org/TR/graphics-aria/",
         },
-        practicesURLs: {
-          ED: "https://www.w3.org/WAI/ARIA/apg/",
-          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
-          WD: "https://www.w3.org/WAI/ARIA/apg/",
-          CR: "https://www.w3.org/WAI/ARIA/apg/",
-          REC: "https://www.w3.org/WAI/ARIA/apg/",
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
         },
-        accNameURLs: {
-          ED: "https://w3c.github.io/accname/",
-          WD: "https://www.w3.org/TR/accname-1.2/",
-          FPWD: "https://www.w3.org/TR/accname-1.2/",
-          CR: "https://www.w3.org/TR/accname-1.2/",
-          REC: "https://www.w3.org/TR/accname-1.2/",
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
         preProcess: [linkCrossReferences],
         postProcess: [],
diff --git a/dpub-aria/index.html b/dpub-aria/index.html
index 4012080dd..1ad6c4153 100644
--- a/dpub-aria/index.html
+++ b/dpub-aria/index.html
@@ -82,32 +82,60 @@
           CRD: "",
           REC: "",
         },
+        // spec URLs
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          WD: "https://www.w3.org/TR/wai-aria-1.1/",
-          CRD: "https://www.w3.org/TR/wai-aria-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria-1.1/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          ED: "https://w3c.github.io/accname/",
-          WD: "https://www.w3.org/TR/accname-aam-1.2/",
-          FPWD: "https://www.w3.org/TR/accname-aam-1.2/",
-          CRD: "https://www.w3.org/TR/accname-aam-1.2/",
-          REC: "https://www.w3.org/TR/accname-aam-1.2/",
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
         },
         coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          WD: "https://www.w3.org/TR/core-aam-1.2/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
-          CRD: "https://www.w3.org/TR/core-aam-1.2/",
-          REC: "https://www.w3.org/TR/core-aam-1.2/",
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+        },
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
+        },
+        graphicsMappingModURLs: {
+          ED: "https://w3c.github.io/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          ED: "https://w3c.github.io/aria-practices/",
-          WD: "https://www.w3.org/TR/wai-aria-practices-1.2/",
-          FPWD: "https://www.w3.org/TR/wai-aria-practices-1.2/",
-          CRD: "https://www.w3.org/TR/wai-aria-practices-1.2/",
-          REC: "https://www.w3.org/TR/wai-aria-practices-1.2/",
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
         preProcess: [linkCrossReferences],
         postProcess: [ariaAttributeReferences],
diff --git a/graphics-aam/index.html b/graphics-aam/index.html
index 2d96b7cef..3c4bdfefb 100644
--- a/graphics-aam/index.html
+++ b/graphics-aam/index.html
@@ -55,7 +55,6 @@
         formerEditors: [
           {
             name: "Joanmarie Diggs",
-            url: "https://www.igalia.com",
             mailto: "jdiggs@igalia.com",
             company: "Igalia, S.L.",
             companyURL: "https://www.igalia.com",
@@ -64,7 +63,6 @@
           },
           {
             name: "Michael Cooper",
-            url: "http://www.w3.org",
             mailto: "cooper@w3.org",
             company: "W3C",
             companyURL: "http://www.w3.org",
@@ -124,47 +122,35 @@
         tocIntroductory: true,
         //maxTocLevel: 4,
 
+        // Spec URLs
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          FPWD: "https://www.w3.org/TR/wai-aria-1.1/",
-          WD: "https://www.w3.org/TR/wai-aria-1.1/",
-          CR: "https://www.w3.org/TR/wai-aria-1.1/",
-          PR: "https://www.w3.org/TR/wai-aria-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria-1.1/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          ED: "https://w3c.github.io/accname/",
-          FPWD: "https://www.w3.org/TR/accname-1.1/",
-          WD: "https://www.w3.org/TR/accname-1.1/",
-          CR: "https://www.w3.org/TR/accname-1.1/",
-          PR: "https://www.w3.org/TR/accname-1.1/",
-          REC: "https://www.w3.org/TR/accname-1.1/",
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
         },
         coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.1/",
-          WD: "https://www.w3.org/TR/core-aam-1.1/",
-          CR: "https://www.w3.org/TR/core-aam-1.1/",
-          PR: "https://www.w3.org/TR/core-aam-1.1/",
-          REC: "https://www.w3.org/TR/core-aam-1.1/",
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
-          FPWD: "https://www.w3.org/TR/dpub-aria-1.0/",
-          WD: "https://www.w3.org/TR/dpub-aria-1.0/",
-          CR: "https://www.w3.org/TR/dpub-aria-1.0/",
-          PR: "https://www.w3.org/TR/dpub-aria-1.0/",
-          REC: "https://www.w3.org/TR/dpub-aria-1.0/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
         },
-        graphicsModURLs: {
-          ED: "https://w3c.github.io/graphics-aria/",
-          FPWD: "https://www.w3.org/TR/graphics-aria-1.0/",
-          WD: "https://www.w3.org/TR/graphics-aria-1.0/",
-          CR: "https://www.w3.org/TR/graphics-aria-1.0/",
-          PR: "https://www.w3.org/TR/graphics-aria-1.0/",
-          REC: "https://www.w3.org/TR/graphics-aria-1.0/",
-        },
-        graphicsMappingURLs: {
+        graphicsMappingModURLs: {
           ED: "https://w3c.github.io/graphics-aam/",
           FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
           WD: "https://www.w3.org/TR/graphics-aam-1.0/",
@@ -172,6 +158,26 @@
           PR: "https://www.w3.org/TR/graphics-aam-1.0/",
           REC: "https://www.w3.org/TR/graphics-aam-1.0/",
         },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+        },
+
         preProcess: [linkCrossReferences],
         postProcess: [],
         definitionMap: [],
diff --git a/graphics-aria/index.html b/graphics-aria/index.html
index 141893a5b..e2e8724a2 100644
--- a/graphics-aria/index.html
+++ b/graphics-aria/index.html
@@ -140,18 +140,64 @@
         maxTocLevel: 4,
         // Spec URLs
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          FPWD: "https://www.w3.org/TR/wai-aria-1.1/",
-          WD: "https://www.w3.org/TR/wai-aria-1.1/",
-          CR: "https://www.w3.org/TR/wai-aria-1.1/",
-          PR: "https://www.w3.org/TR/wai-aria-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria-1.1/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+        },
+        accNameURLs: {
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
+        },
+        coreMappingURLs: {
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+        },
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
+        },
+        graphicsMappingModURLs: {
+          ED: "https://w3c.github.io/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
 
         preProcess: [linkCrossReferences],
         postProcess: [ariaAttributeReferences],
         definitionMap: [],
-        xref: ["core-aam", "accname", "wai-aria"],
+        xref: ["core-aam-1.2", "accname", "wai-aria-1.3", "DOM", "HTML", "infra" ],
       };
     </script>
     <style>
@@ -297,7 +343,7 @@ <h2>Authoring Practices</h2>
           <h3>Authoring Tools</h3>
           <p>
             Many of the requirements in the definitions of the <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> and Graphics
-            <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> <a data-lt="role">roles</a>, <a data-lt="state">states</a> and <a data-lt="property">properties</a> can be checked
+            <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> <a data-lt="role">roles</a>, <a data-lt="state">states</a> and [=ARIA/properties=] can be checked
             automatically during the development process, similar to other quality control processes used for validating code. To assist authors who are creating graphics, these tools can compare the
             semantic structure of Graphics <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> roles from the <abbr title="Document Object Model">DOM</abbr> to that defined in this
             specification and notify the author of errors or simply create templates that enforce that structure.
@@ -337,8 +383,8 @@ <h2>Assistive Technologies</h2>
     <section class="normative" id="conformance">
       <h2>Conformance</h2>
       <p>
-        The main content of this specification is <a class="termref">normative</a> and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as
-        "non-normative" and their subsections, diagrams, examples, and notes are <a class="termref">informative</a> (non-normative). Non-normative material provides advisory information to help
+        The main content of this specification is [=ARIA/normative=} and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as
+        "non-normative" and their subsections, diagrams, examples, and notes are [=ARIA/informative=] (non-normative). Non-normative material provides advisory information to help
         interpret the guidelines but does not create requirements that impact a conformance claim.
       </p>
       <p>
@@ -360,7 +406,7 @@ <h1>Graphics Roles</h1>
       <p>
         This section defines additions to the
         <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr>
-        <a class="termref">role</a> <a class="termref">taxonomy</a> and describes the characteristics and properties of all <a data-lt="role" class="termref">roles</a>. See
+        <a class="termref">role</a> [=ARIA/taxonomy=] and describes the characteristics and properties of all <a data-lt="role" class="termref">roles</a>. See
         <a href="#roles" class="specref">ARIA Roles</a> for descriptions of the fields provided by this module.
       </p>
       <p>
diff --git a/html-aam/index.html b/html-aam/index.html
index 30d4a330a..c769e7d02 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -51,24 +51,58 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          CR: "https://w3c.github.io/aria/",
-          CRD: "https://w3c.github.io/aria/",
-          PR: "https://www.w3.org/TR/wai-aria/",
-          REC: "https://www.w3.org/TR/wai-aria/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          ED: "https://w3c.github.io/accname/",
-          WD: "https://www.w3.org/TR/accname-1.2/",
-          FPWD: "https://www.w3.org/TR/accname-1.2/",
-          CR: "https://www.w3.org/TR/accname-1.2/",
-          REC: "https://www.w3.org/TR/accname-1.2/",
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
         },
         coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          WD: "https://www.w3.org/TR/core-aam-1.2/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
-          CR: "https://www.w3.org/TR/core-aam-1.2/",
-          REC: "https://www.w3.org/TR/core-aam-1.2/",
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+        },
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
+        },
+        graphicsMappingModURLs: {
+          ED: "https://w3c.github.io/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
 
         xref: ["HTML", "core-aam", "accname", "wai-aria", "dom", "infra"],
@@ -16676,7 +16710,7 @@ <h3>Acknowledgments</h3>
           Add listing of individuals who have providing meaningful
           contributions through commenting that have impacted the specification.
         --></div>
-        <div data-include="https://rawgit.com/w3c/aria/master/../common/acknowledgements/funders.html" data-include-replace="true"></div>
+        <div data-include="../common/acknowledgements/funders.html" data-include-replace="true"></div>
       </section>
     </section>
   </body>
diff --git a/index.html b/index.html
index b887e641d..8793a1f71 100644
--- a/index.html
+++ b/index.html
@@ -142,6 +142,32 @@
           "CR": "https://www.w3.org/TR/core-aam-1.2/",
           "REC": "https://www.w3.org/TR/core-aam-1.2/"
         },
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
+        },
+        graphicsMappingModURLs: {
+          ED: "https://w3c.github.io/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
         practicesURLs: {
           "ED": "https://www.w3.org/WAI/ARIA/apg/",
           "WD" : "https://www.w3.org/WAI/ARIA/apg/",
diff --git a/mathml-aam/index.html b/mathml-aam/index.html
index 5712b940a..7a4defb01 100644
--- a/mathml-aam/index.html
+++ b/mathml-aam/index.html
@@ -35,23 +35,59 @@
         ],
 
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          WD: "https://w3c.github.io/aria/",
-          CR: "https://w3c.github.io/aria/",
-          PR: "https://www.w3.org/TR/wai-aria-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+        },
+        accNameURLs: {
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
         },
-
-        // ED pointing to latest draft due to ED links not
-        // appropriately mapping on the core-aam spec.
         coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          CR: "https://w3c.github.io/core-aam/",
-          WD: "https://w3c.github.io/core-aam/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria-implementation/",
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+        },
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
+        },
+        graphicsMappingModURLs: {
+          ED: "https://w3c.github.io/graphics-aam/",
+          FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          WD: "https://www.w3.org/TR/graphics-aam-1.0/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
-
         preProcess: [linkCrossReferences],
         postProcess: [],
         definitionMap: [],
diff --git a/svg-aam/index.html b/svg-aam/index.html
index aee78ef14..996d7189b 100644
--- a/svg-aam/index.html
+++ b/svg-aam/index.html
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
   <head>
     <title>SVG Accessibility API Mappings</title>
-    <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" defer="defer"></script>
+    <script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer="defer"></script>
     <script src="../common/script/resolveReferences.js" class="remove"></script>
     <script src="../common/biblio.js" class="remove" defer="defer"></script>
 
@@ -100,38 +100,61 @@
         tocIntroductory: true,
         //maxTocLevel: 4,
 
+        // spec URLs
         ariaSpecURLs: {
-          ED: "https://w3c.github.io/aria/",
-          FPWD: "https://www.w3.org/TR/wai-aria-1.1/",
-          WD: "https://www.w3.org/TR/wai-aria-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria/",
+          "ED": "https://w3c.github.io/aria/",
+          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
+          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
+          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          ED: "https://w3c.github.io/accname/",
-          WD: "https://www.w3.org/TR/accname-1.1/",
-          FPWD: "https://www.w3.org/TR/accname-1.1/",
-          REC: "https://www.w3.org/TR/accname/",
+          "ED": "https://w3c.github.io/accname/",
+          "WD" : "https://www.w3.org/TR/accname-1.2/",
+          "FPWD": "https://www.w3.org/TR/accname-1.2/",
+          "CR" : "https://www.w3.org/TR/accname-1.2/",
+          "REC": "https://www.w3.org/TR/accname-1.2/"
         },
-
         coreMappingURLs: {
-          ED: "https://w3c.github.io/core-aam/",
-          WD: "https://www.w3.org/TR/core-aam-1.1/",
-          FPWD: "https://www.w3.org/TR/core-aam-1.1/",
-          REC: "https://www.w3.org/TR/wai-aria-implementation/",
+          "ED": "https://w3c.github.io/core-aam/",
+          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
+          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
+          "CR": "https://www.w3.org/TR/core-aam-1.2/",
+          "REC": "https://www.w3.org/TR/core-aam-1.2/"
         },
-        htmlMappingURLs: {
-          ED: "https://w3c.github.io/html-aam/",
-          WD: "https://www.w3.org/TR/html-aam-1.0/",
-          FPWD: "http://www.w3.org/TR/html-aam-1.0/",
-          REC: "http://www.w3.org/TR/wai-aria-implementation/",
+        dpubModURLs: {
+          ED: "https://w3c.github.io/dpub-aria/",
+          FPWD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          WD: "https://www.w3.org/TR/dpub-aria-1.1/",
+          REC: "https://www.w3.org/TR/dpub-aria-1.1/",
         },
         graphicsMappingModURLs: {
           ED: "https://w3c.github.io/graphics-aam/",
           FPWD: "https://www.w3.org/TR/graphics-aam-1.0/",
           WD: "https://www.w3.org/TR/graphics-aam-1.0/",
-          REC: "https://www.w3.org/TR/graphics-aam/",
+          CR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          PR: "https://www.w3.org/TR/graphics-aam-1.0/",
+          REC: "https://www.w3.org/TR/graphics-aam-1.0/",
+        },
+        graphicsModURLs: {
+          ED: "https://w3c.github.io/graphics-aria/",
+          FPWD: "https://www.w3.org/TR/graphics-aria/",
+          WD: "https://www.w3.org/TR/graphics-aria/",
+          REC: "https://www.w3.org/TR/graphics-aria/",
+        },
+        htmlMappingURLs: {
+          ED: "https://w3c.github.io/html-aam/",
+          FPWD: "https://www.w3.org/TR/html-aam-1.0/",
+          WD: "https://www.w3.org/TR/html-aam/",
+          REC: "https://www.w3.org/TR/html-aam/",
+        },
+        practicesURLs: {
+          "ED": "https://www.w3.org/WAI/ARIA/apg/",
+          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
+          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
+          "CR": "https://www.w3.org/WAI/ARIA/apg/",
+          "REC": "https://www.w3.org/WAI/ARIA/apg/"
         },
-
         preProcess: [linkCrossReferences],
       };
     </script>

From 6def162dd975cc301a2086b80ac5ab412e8d025d Mon Sep 17 00:00:00 2001
From: daniel-montalvo <daniel-montalvo@users.noreply.github.com>
Date: Tue, 6 Aug 2024 16:34:16 +0000
Subject: [PATCH 2/3] chore: prettier

---
 accname/index.html       | 40 ++++++++++++++--------------
 core-aam/index.html      | 40 ++++++++++++++--------------
 dpub-aam/index.html      | 40 ++++++++++++++--------------
 dpub-aria/index.html     | 40 ++++++++++++++--------------
 graphics-aam/index.html  | 40 ++++++++++++++--------------
 graphics-aria/index.html | 56 ++++++++++++++++++++--------------------
 html-aam/index.html      | 40 ++++++++++++++--------------
 mathml-aam/index.html    | 40 ++++++++++++++--------------
 svg-aam/index.html       | 40 ++++++++++++++--------------
 9 files changed, 188 insertions(+), 188 deletions(-)

diff --git a/accname/index.html b/accname/index.html
index 144096597..c0272d3ae 100644
--- a/accname/index.html
+++ b/accname/index.html
@@ -83,25 +83,25 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -130,11 +130,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
         preProcess: [linkCrossReferences],
         postProcess: [addPlatformMaintainers],
diff --git a/core-aam/index.html b/core-aam/index.html
index d05d7deb7..7f63f2ca4 100644
--- a/core-aam/index.html
+++ b/core-aam/index.html
@@ -118,25 +118,25 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -165,11 +165,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
 
         preProcess: [linkCrossReferences],
diff --git a/dpub-aam/index.html b/dpub-aam/index.html
index 04b06ec5e..145d5135c 100644
--- a/dpub-aam/index.html
+++ b/dpub-aam/index.html
@@ -93,25 +93,25 @@
 
         // spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -140,11 +140,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
         preProcess: [linkCrossReferences],
         postProcess: [],
diff --git a/dpub-aria/index.html b/dpub-aria/index.html
index 1ad6c4153..a9df1ae0f 100644
--- a/dpub-aria/index.html
+++ b/dpub-aria/index.html
@@ -84,25 +84,25 @@
         },
         // spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -131,11 +131,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
         preProcess: [linkCrossReferences],
         postProcess: [ariaAttributeReferences],
diff --git a/graphics-aam/index.html b/graphics-aam/index.html
index 3c4bdfefb..40b5f03d8 100644
--- a/graphics-aam/index.html
+++ b/graphics-aam/index.html
@@ -124,25 +124,25 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -171,11 +171,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
 
         preProcess: [linkCrossReferences],
diff --git a/graphics-aria/index.html b/graphics-aria/index.html
index e2e8724a2..dc039235b 100644
--- a/graphics-aria/index.html
+++ b/graphics-aria/index.html
@@ -140,25 +140,25 @@
         maxTocLevel: 4,
         // Spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -187,17 +187,17 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
 
         preProcess: [linkCrossReferences],
         postProcess: [ariaAttributeReferences],
         definitionMap: [],
-        xref: ["core-aam-1.2", "accname", "wai-aria-1.3", "DOM", "HTML", "infra" ],
+        xref: ["core-aam-1.2", "accname", "wai-aria-1.3", "DOM", "HTML", "infra"],
       };
     </script>
     <style>
@@ -343,10 +343,10 @@ <h2>Authoring Practices</h2>
           <h3>Authoring Tools</h3>
           <p>
             Many of the requirements in the definitions of the <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> and Graphics
-            <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> <a data-lt="role">roles</a>, <a data-lt="state">states</a> and [=ARIA/properties=] can be checked
-            automatically during the development process, similar to other quality control processes used for validating code. To assist authors who are creating graphics, these tools can compare the
-            semantic structure of Graphics <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> roles from the <abbr title="Document Object Model">DOM</abbr> to that defined in this
-            specification and notify the author of errors or simply create templates that enforce that structure.
+            <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> <a data-lt="role">roles</a>, <a data-lt="state">states</a> and [=ARIA/properties=] can be checked automatically during
+            the development process, similar to other quality control processes used for validating code. To assist authors who are creating graphics, these tools can compare the semantic structure of
+            Graphics <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> roles from the <abbr title="Document Object Model">DOM</abbr> to that defined in this specification and notify
+            the author of errors or simply create templates that enforce that structure.
           </p>
         </section>
 
@@ -383,9 +383,9 @@ <h2>Assistive Technologies</h2>
     <section class="normative" id="conformance">
       <h2>Conformance</h2>
       <p>
-        The main content of this specification is [=ARIA/normative=} and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as
-        "non-normative" and their subsections, diagrams, examples, and notes are [=ARIA/informative=] (non-normative). Non-normative material provides advisory information to help
-        interpret the guidelines but does not create requirements that impact a conformance claim.
+        The main content of this specification is [=ARIA/normative=} and defines requirements that impact conformance claims. Introductory material, appendices, sections marked as "non-normative" and
+        their subsections, diagrams, examples, and notes are [=ARIA/informative=] (non-normative). Non-normative material provides advisory information to help interpret the guidelines but does not
+        create requirements that impact a conformance claim.
       </p>
       <p>
         Normative sections provide requirements that <a class="termref">user agents</a> must follow for an implementation to conform to this specification. The keywords <em class="rfc2119">MUST</em>,
diff --git a/html-aam/index.html b/html-aam/index.html
index c769e7d02..6cc559d90 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -51,25 +51,25 @@
 
         // Spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -98,11 +98,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
 
         xref: ["HTML", "core-aam", "accname", "wai-aria", "dom", "infra"],
diff --git a/mathml-aam/index.html b/mathml-aam/index.html
index 7a4defb01..e3f9c27e9 100644
--- a/mathml-aam/index.html
+++ b/mathml-aam/index.html
@@ -35,25 +35,25 @@
         ],
 
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -82,11 +82,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
         preProcess: [linkCrossReferences],
         postProcess: [],
diff --git a/svg-aam/index.html b/svg-aam/index.html
index 996d7189b..4cb336ce2 100644
--- a/svg-aam/index.html
+++ b/svg-aam/index.html
@@ -102,25 +102,25 @@
 
         // spec URLs
         ariaSpecURLs: {
-          "ED": "https://w3c.github.io/aria/",
-          "FPWD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "WD": "https://www.w3.org/TR/wai-aria-1.3/",
-          "CR": "https://www.w3.org/TR/wai-aria-1.3/",
-          "REC": "https://www.w3.org/TR/wai-aria-1.3/",
+          ED: "https://w3c.github.io/aria/",
+          FPWD: "https://www.w3.org/TR/wai-aria-1.3/",
+          WD: "https://www.w3.org/TR/wai-aria-1.3/",
+          CR: "https://www.w3.org/TR/wai-aria-1.3/",
+          REC: "https://www.w3.org/TR/wai-aria-1.3/",
         },
         accNameURLs: {
-          "ED": "https://w3c.github.io/accname/",
-          "WD" : "https://www.w3.org/TR/accname-1.2/",
-          "FPWD": "https://www.w3.org/TR/accname-1.2/",
-          "CR" : "https://www.w3.org/TR/accname-1.2/",
-          "REC": "https://www.w3.org/TR/accname-1.2/"
+          ED: "https://w3c.github.io/accname/",
+          WD: "https://www.w3.org/TR/accname-1.2/",
+          FPWD: "https://www.w3.org/TR/accname-1.2/",
+          CR: "https://www.w3.org/TR/accname-1.2/",
+          REC: "https://www.w3.org/TR/accname-1.2/",
         },
         coreMappingURLs: {
-          "ED": "https://w3c.github.io/core-aam/",
-          "WD" : "https://www.w3.org/TR/core-aam-1.2/",
-          "FPWD": "https://www.w3.org/TR/core-aam-1.2/",
-          "CR": "https://www.w3.org/TR/core-aam-1.2/",
-          "REC": "https://www.w3.org/TR/core-aam-1.2/"
+          ED: "https://w3c.github.io/core-aam/",
+          WD: "https://www.w3.org/TR/core-aam-1.2/",
+          FPWD: "https://www.w3.org/TR/core-aam-1.2/",
+          CR: "https://www.w3.org/TR/core-aam-1.2/",
+          REC: "https://www.w3.org/TR/core-aam-1.2/",
         },
         dpubModURLs: {
           ED: "https://w3c.github.io/dpub-aria/",
@@ -149,11 +149,11 @@
           REC: "https://www.w3.org/TR/html-aam/",
         },
         practicesURLs: {
-          "ED": "https://www.w3.org/WAI/ARIA/apg/",
-          "WD" : "https://www.w3.org/WAI/ARIA/apg/",
-          "FPWD": "https://www.w3.org/WAI/ARIA/apg/",
-          "CR": "https://www.w3.org/WAI/ARIA/apg/",
-          "REC": "https://www.w3.org/WAI/ARIA/apg/"
+          ED: "https://www.w3.org/WAI/ARIA/apg/",
+          WD: "https://www.w3.org/WAI/ARIA/apg/",
+          FPWD: "https://www.w3.org/WAI/ARIA/apg/",
+          CR: "https://www.w3.org/WAI/ARIA/apg/",
+          REC: "https://www.w3.org/WAI/ARIA/apg/",
         },
         preProcess: [linkCrossReferences],
       };

From 4bc3b804e67fd76fd5cd88f72d4cdfae60aed78c Mon Sep 17 00:00:00 2001
From: Daniel <dmontalvo@w3.org>
Date: Tue, 20 Aug 2024 13:33:54 +0200
Subject: [PATCH 3/3] Revert undesired change

---
 html-aam/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html-aam/index.html b/html-aam/index.html
index 6cc559d90..e345535b6 100644
--- a/html-aam/index.html
+++ b/html-aam/index.html
@@ -16710,7 +16710,7 @@ <h3>Acknowledgments</h3>
           Add listing of individuals who have providing meaningful
           contributions through commenting that have impacted the specification.
         --></div>
-        <div data-include="../common/acknowledgements/funders.html" data-include-replace="true"></div>
+        <div data-include="https://rawgit.com/w3c/aria/master/../common/acknowledgements/funders.html" data-include-replace="true"></div>
       </section>
     </section>
   </body>