Bug 1522383 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For this piece of code:

```
<div id="crazy_grid2" role="grid">
    <table role="presentation">
      <tr role="row">
        <td id="ct_cell1">cell1</td>
        <td role="gridcell">cell2</td>
      </tr>
    </table>
  </div>
```
should `ct_cell1` have an implicit `gridcell` role?
For this piece of code:

```
<div id="crazy_grid2" role="grid">
    <table role="presentation">
      <tr role="row">
        <td id="ct_cell1">cell1</td>
        <td role="gridcell">cell2</td>
      </tr>
    </table>
</div>
```
should `ct_cell1` have an implicit `gridcell` role?

Back to Bug 1522383 Comment 7