From 7ac14ac0818d6c0df9f8a122d290088815efb841 Mon Sep 17 00:00:00 2001 From: MattGarrish Date: Fri, 24 Jul 2020 07:22:09 -0300 Subject: [PATCH 1/2] update change log --- index.html | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 57370fe..a829224 100644 --- a/index.html +++ b/index.html @@ -3880,41 +3880,20 @@

Candidate Recommendation Exit Criteria

Change Log

-

Substantive changes since the last - public working draft

+

Substantive changes since the DPUB-ARIA 1.0 + Recommendation

    -
  • 29-Sept-2016: Updated doc-index to inherit from navigation role and changed - "Name from" calculation to "author".
  • +
  • 24-July-2020: Changed the superclass of doc-example to figure to + make compatible with use on HTML figure.
-
+

Acknowledgments

From 1bb1508d7983713c555d591178cd526262a6896d Mon Sep 17 00:00:00 2001 From: MattGarrish Date: Fri, 24 Jul 2020 07:48:09 -0300 Subject: [PATCH 2/2] update doc-example to inherit from figure; update example to show use on a figure element --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index a829224..b5c0504 100644 --- a/index.html +++ b/index.html @@ -2043,10 +2043,10 @@

Definition of Roles

doc-example

An illustration of a key concept of the work, such as a code listing, case study or problem.

-
<aside role="doc-example">
-   <h1>Hello World!</h1>
+						
<figure role="doc-example">
+   <figcaption>Example 1 — Hello World!</figcaption>
    …
-</aside>
+</figure>
@@ -2063,7 +2063,7 @@

Definition of Roles

- +
Characteristics:
Superclass Role:sectionfigure
Subclass Roles: