From 206825e8480af698d2941d3c3eb0bd498740c745 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 24 Apr 2024 10:29:17 +0200 Subject: [PATCH 1/3] Remove W3C logo per 'To avoid confusion about standardization status, a Community Group Report must not use a W3C organization logo.' https://www.w3.org/community/reports/reqs/ --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index daa99a8..128ddd5 100644 --- a/index.html +++ b/index.html @@ -19,8 +19,7 @@ - W3C - +

Overlay Capabilities Inventory

From b3bc8abb496a08161566f3f93b98187104b5a0b3 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 24 Apr 2024 10:30:49 +0200 Subject: [PATCH 2/3] Remove link to unexistent latest version --- respec-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/respec-config.js b/respec-config.js index c3cfee0..9e1cf04 100644 --- a/respec-config.js +++ b/respec-config.js @@ -1,5 +1,6 @@ var respecConfig = { // embed RDFa data in the output + latestVersion: null, trace: true, useExperimentalStyles: true, doRDFa: '1.1', From 8c7f14ade735a631eb0806bcdd053e791fde6122 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Wed, 24 Apr 2024 10:31:16 +0200 Subject: [PATCH 3/3] Add link to github repository --- respec-config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/respec-config.js b/respec-config.js index 9e1cf04..fcb980c 100644 --- a/respec-config.js +++ b/respec-config.js @@ -1,4 +1,8 @@ var respecConfig = { + github: { + repoURL: "https://github.com/a11yedge/capabilities/", + branch: "main" + }, // embed RDFa data in the output latestVersion: null, trace: true,