WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
22596
Some elements don't report AXBlockQuoteLevel
https://bugs.webkit.org/show_bug.cgi?id=22596
Summary
Some elements don't report AXBlockQuoteLevel
chris fleizach
Reported
2008-12-02 12:08:12 PST
Elements that are not render objects are not returning their block quote level
Attachments
Patch to return blockquote level for all elements
(6.22 KB, patch)
2008-12-02 12:38 PST
,
chris fleizach
sullivan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2008-12-02 12:38:35 PST
Created
attachment 25678
[details]
Patch to return blockquote level for all elements
John Sullivan
Comment 2
2008-12-02 13:19:43 PST
Comment on
attachment 25678
[details]
Patch to return blockquote level for all elements
> + 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.
Mark Rowe (bdash)
Comment 3
2009-01-12 23:40:25 PST
This was landed in <
http://trac.webkit.org/changeset/38915
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug