diff --git a/index.html b/index.html index 9c15a7ce6..3d52c90e5 100644 --- a/index.html +++ b/index.html @@ -6927,7 +6927,7 @@
Presentational Roles Conflict Resolution
  • If aria-valuemin is missing or not a number, it defaults to 0 (zero).
  • If aria-valuemax is missing or not a number, it defaults to 100.
  • -

    Authors MUST set the aria-valuenow attribute.

    +

    Authors MUST set the aria-valuenow attribute. If aria-valuenow is missing or has an unexpected value, browsers MAY implement the repair techniques specified in the section describing handling author errors in states and properties, which are equivalent to the repair techniques for the HTML range input type.

    Elements with the role slider have an implicit aria-orientation value of horizontal.