[Webkit-unassigned] [Bug 150366] AX: Expose table size and cell indexes on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 23:12:10 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=150366

Nan Wang <n_wang at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #263604|0                           |1
        is obsolete|                            |
 Attachment #263604|review?                     |
              Flags|                            |

--- Comment #6 from Nan Wang <n_wang at apple.com> ---
Created attachment 263662
  --> https://bugs.webkit.org/attachment.cgi?id=263662&action=review
patch

I think "table->ariaRowCount() > 0 ? : 0" is equivalent to "table->ariaRowCount > 0 ? table->ariaRowCount > 0 : 0",
which is not what we want: "table->ariaRowCount > 0 : table->ariaRowCount : 0".
So I didn't change those.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151021/d4d577a0/attachment.html>


More information about the webkit-unassigned mailing list