diff --git a/index.html b/index.html
index 0b5e06d5f..e13f1645d 100644
--- a/index.html
+++ b/index.html
@@ -3026,13 +3026,9 @@
Definition of Roles
Required Owned Elements: |
|
-
- Required States and Properties: |
- aria-level |
-
Supported States and Properties: |
- |
+ aria-level |
Inherited States and Properties: |
@@ -3065,7 +3061,7 @@ Definition of Roles
Implicit Value for Role: |
- Default for aria-level is 2 . |
+ Fallback for aria-level is 2 . |
@@ -11830,6 +11826,7 @@ Change Log
Substantive changes since the last public working draft
+ - 09-Jan-2019: Move aria-level on heading from required section to supported section.
- 05-Oct-2018: Role spinbutton: Change the default value of aria-valuenow from
0
to "there is no current value." Also add aria-valuetext as a supported property.
- 05-Oct-2018: Role spinbutton: allow empty values, no min, no max, and structure with sibling steppers
- 21-Aug-2018: Correct normative language in rowheader to be consistent with required states and properties.