From c20a3e8dcfe670012e30ff0e31c683745ec49b00 Mon Sep 17 00:00:00 2001 From: Giacomo Petri <106394951+giacomo-petri@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:22:32 +0100 Subject: [PATCH 1/3] updating figure row in Rules of ARIA attribute usage by HTML element table --- index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 41614b2..ff1f7dc 100644 --- a/index.html +++ b/index.html @@ -1275,15 +1275,12 @@

If the `figure` has no `figcaption` descendant:
Any `role`, though figure is NOT RECOMMENDED. -

-

+

If the `figure` has a `figcaption` descendant:
- - DPub Role: - `doc-example`.

- -

Otherwise, figure is allowed, but NOT RECOMMENDED. + No `role` other than figure, which is NOT RECOMMENDED. +
+ DPub Role: if the `figure` has a `figcaption` descendant `doc-example`.

Global `aria-*` attributes From ec142153bc1d3a344036bb973878444d82d5bee4 Mon Sep 17 00:00:00 2001 From: Giacomo Petri <106394951+giacomo-petri@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:29:26 +0100 Subject: [PATCH 2/3] Update index.html --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ff1f7dc..ead1332 100644 --- a/index.html +++ b/index.html @@ -1279,8 +1279,9 @@

If the `figure` has a `figcaption` descendant:
No `role` other than figure, which is NOT RECOMMENDED. -
- DPub Role: if the `figure` has a `figcaption` descendant `doc-example`. +

+

+ DPub Role: if the `figure` has a `figcaption` descendant `doc-example`.

Global `aria-*` attributes From cef42762fac616707f96cc54b03b8c5df0085bac Mon Sep 17 00:00:00 2001 From: Giacomo Petri <106394951+giacomo-petri@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:30:27 +0100 Subject: [PATCH 3/3] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ead1332..d64eab8 100644 --- a/index.html +++ b/index.html @@ -1275,7 +1275,8 @@

If the `figure` has no `figcaption` descendant:
Any `role`, though figure is NOT RECOMMENDED. -

+

+

If the `figure` has a `figcaption` descendant:
No `role` other than figure, which is NOT RECOMMENDED.