From eb402061bc0712ba276bdb033aab6ceeab3e2afb Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 8 Jun 2023 20:17:07 -0400 Subject: [PATCH 1/2] update s element mapping the s element was remapped from generic to role=deletion in html aam. the only potential change here for conformance checkers is to signal a warning that use of the deletion role on the s element is unnecessary. this pr will close #466 --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0c2e636..1ea7792 100644 --- a/index.html +++ b/index.html @@ -2630,11 +2630,11 @@

[^s^] - No corresponding role + role=`deletion` -

- Any `role` +

+ Any `role`, though `deletion` is NOT RECOMMENDED.

Naming Prohibited

From 95897930d975a3f688c6f630bdf21dee5e4aa91c Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Thu, 29 Jun 2023 15:22:24 -0400 Subject: [PATCH 2/2] update changelog --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 84907e0..164efee 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,10 @@ the following substantive additions and/or corrections have been proposed: