<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: ARIA 1.1 implement aria-colcount, aria-colindex, aria-colspan, aria-rowcount, aria-rowindex and aria-rowspan"
   href="https://bugs.webkit.org/show_bug.cgi?id=148967">148967</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>AX: ARIA 1.1 implement aria-colcount, aria-colindex, aria-colspan, aria-rowcount, aria-rowindex and aria-rowspan
          </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>n_wang&#64;apple.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>n_wang&#64;apple.com, webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Added support for ARIA 1.1 table/grid related attributes.

aria-colcount
<a href="http://www.w3.org/TR/wai-aria-1.1/#aria-colcount">http://www.w3.org/TR/wai-aria-1.1/#aria-colcount</a>
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. 

aria-colindex
<a href="http://www.w3.org/TR/wai-aria-1.1/#aria-colindex">http://www.w3.org/TR/wai-aria-1.1/#aria-colindex</a>
Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. S

aria-colspan
<a href="http://www.w3.org/TR/wai-aria-1.1/#aria-colspan">http://www.w3.org/TR/wai-aria-1.1/#aria-colspan</a>
Defines the number of columns spanned by a cell or gridcell within a table, grid, or tree grid.

aria-rowcount
<a href="http://www.w3.org/TR/wai-aria-1.1/#aria-rowcount">http://www.w3.org/TR/wai-aria-1.1/#aria-rowcount</a>
Defines the total number of rows in a table, grid, or tree grid.

aria-rowindex
<a href="http://www.w3.org/TR/wai-aria-1.1/#aria-rowindex">http://www.w3.org/TR/wai-aria-1.1/#aria-rowindex</a>
Defines an element's row index or position with respect to the total number of rows within a table, grid, or tree grid.

aria-rowspan
<a href="http://www.w3.org/TR/wai-aria-1.1/#aria-rowspan">http://www.w3.org/TR/wai-aria-1.1/#aria-rowspan</a>
Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.</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>