<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - AX: Need to update implicit/default values for aria-valuemin, aria-valuenow, and aria-valuemax"
   href="https://bugs.webkit.org/show_bug.cgi?id=164773">164773</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: Need to update implicit/default values for aria-valuemin, aria-valuenow, and aria-valuemax
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Accessibility
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jdiggs&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>In ARIA 1.1, the implicit/default values for aria-valuemin, aria-valuenow, and aria-valuemax are as follows:

For roles other than spinbutton:
* Default for aria-valuemin is 0. 
* Default for aria-valuemax is 100. 
* Default for aria-valuenow is half way between aria-valuemax and aria-valuemin.

For spinbutton:
* 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 0.

We currently are returning 0 for all non-specified values.

We need to decide how to expose &quot;no minimum/maximum value.&quot; At least in the case of ATK/AT-SPI2, we need to return something, and the something is expected to be a number. My proposal is that we expose the values we use to constrain input type=&quot;number&quot;: -std::numeric_limits&lt;float&gt;::max() to std::numeric_limits&lt;float&gt;::max().</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>