[Webkit-unassigned] [Bug 22596] Some elements don't report AXBlockQuoteLevel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 2 13:19:43 PST 2008


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


sullivan at apple.com changed:

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




------- Comment #2 from sullivan at apple.com  2008-12-02 13:19 PDT -------
(From update of attachment 25678)

> +        if ([attributeName isEqualToString: NSAccessibilityBlockQuoteLevelAttribute])

Our style is to not have a space between colons and parameters in ObjC method
calls. I see that the current code here is inconsistent, but it would be good
to eliminate this space in new code (at least).

> +            return [m_object->parentObjectUnignored()->wrapper() accessibilityAttributeValue:NSAccessibilityBlockQuoteLevelAttribute];        
>      }

r=me, assuming you are sure that m_object and m_object->parentObjectUnignored()
are guaranteed to be non-0.


-- 
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