diff --git a/index.html b/index.html index ad66161..645fc38 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,10 @@ the following substantive additions and/or corrections have been proposed:
- Use the `checked` attribute on any element that is allowed the `checked` attribute in HTML. - Use the `indeterminate` IDL attribute to indicate the "mixed" state for `input type=checkbox` elements. -
Authors MUST NOT use the `aria-checked` attribute on any element where the checkedness, or the indeterminate checked value of the element can be in opposition to the current value of the `aria-checked` attribute. @@ -3643,9 +3643,6 @@
- Use the `disabled` attribute on any element that is allowed the `disabled` attribute in HTML. -
Authors MAY use the `aria-disabled` attribute on any element that is allowed the `disabled` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-disabled` attribute.
@@ -3689,10 +3686,6 @@- Use the `placeholder` attribute on any element that is allowed the - `placeholder` attribute in HTML. -
Authors MAY use the `aria-placeholder` attribute on any element that is allowed the `placeholder` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-placeholder` attribute.
@@ -3701,6 +3694,24 @@+ Authors MUST NOT use the `aria-expanded` attribute on any element which also has a `popovertarget` attribute. +
+- Use the `max` attribute on any element that is - allowed the `max` attribute in HTML. -
Authors MAY use the `aria-valuemax` attribute on any other element with a WAI-ARIA role which allows the `aria-valuemax` attribute.
@@ -3732,10 +3739,6 @@- Use the `min` attribute on any element that is - allowed the `min` attribute in HTML. -
Authors MAY use the `aria-valuemin` attribute on any other element with a WAI-ARIA role which allows the `aria-valuemin` attribute.
@@ -3756,10 +3759,6 @@- Use the `readonly` attribute on any element that is - allowed the `readonly` attribute in HTML. -
Authors MAY use the `aria-readonly` attribute on any element with a WAI-ARIA role which allows the attribute.
@@ -3801,10 +3800,6 @@- Use the `required` attribute on any element - that is allowed the `required` attribute in HTML. -
Authors MAY use the `aria-required` attribute on any element that is allowed the `required` attribute in HTML, or any element with a WAI-ARIA role which allows the `aria-required` attribute.
@@ -3824,10 +3819,6 @@- Use the `colspan` attribute on any element that is - allowed the `colspan` attribute in HTML. -