From 29b47e4a3cee7b8e819d66d62ac6ed7c84b2ef7a Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Wed, 24 Oct 2018 10:50:55 +0200 Subject: [PATCH] Merge remaining changes from #813 into stable Most of the changes made for pull request #813 were editorial or were specific to authoring and thus did not require any changes to Core AAM or testing related to exit criteria. Two of the changes, however did not fall into this category namely: * Make aria-valuetext a supported property of spinbutton * Change the default value of aria-valuenow from 0 to "there is no current value" Once we have ensured mapping changes have been made, tests are in place, and implementations present or planned, we can merge the above into the stable branch. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 406d2c28a..2493ef363 100644 --- a/index.html +++ b/index.html @@ -6668,6 +6668,7 @@
Presentational Roles Conflict Resolution
  • aria-valuemax
  • aria-valuemin
  • aria-valuenow
  • +
  • aria-valuetext
  • @@ -6700,6 +6701,7 @@
    Presentational Roles Conflict Resolution
    Default for aria-valuemin is that there is no minimum value.
    Default for aria-valuemax is that there is no maximum value.
    + Default for aria-valuenow is that there is no current value.