[Webkit-unassigned] [Bug 22606] Can <th> serves as the AXTitleUIElement for <td>?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 15:38:24 PST 2008


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


bdakin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25687|review?                     |review+
               Flag|                            |




------- Comment #2 from bdakin at apple.com  2008-12-02 15:38 PDT -------
(From update of attachment 25687)
This is a nitpick, but we generally sentence-case our comments. I would
appreciate it if you would do that in the comments below. (Meaning, capitalize
the first letter of the first work in each sentence. 

> +    // try to find if the first cell in this row is a <th>. if it is,
> +    // then it can act as the title ui element. (this is only in the
> +    // case when the table is not appearing as an AXTable)
> +    if (!m_renderer || isTableCell())
> +        return 0;


And here:
> +    // if this cell is in the first column, there is no need to continue
> +    int col = renderCell->col();


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list