WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
91763
WebKit should pass <title> element value as the default description for web views
https://bugs.webkit.org/show_bug.cgi?id=91763
Summary
WebKit should pass <title> element value as the default description for web v...
chris fleizach
Reported
2012-07-19 10:55:37 PDT
WebKit should pass <title> element value as the default AXTitle for web views * STEPS TO REPRODUCE 1. Load any web page. 2. View the AXWebArea in AX Inspector. * RESULTS AXTitle is empty, but there is a web standard default title for web pages: the <title> element.
Attachments
patch
(7.84 KB, patch)
2012-07-19 11:00 PDT
,
chris fleizach
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
chris fleizach
Comment 1
2012-07-19 10:55:44 PDT
rdar://11232502
chris fleizach
Comment 2
2012-07-19 11:00:41 PDT
Created
attachment 153309
[details]
patch
Anders Carlsson
Comment 3
2012-07-19 11:59:21 PDT
Comment on
attachment 153309
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=153309&action=review
> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1435 > + Element* documentElement = document->documentElement(); > + if (documentElement) {
You can just move the variable declaration inside of the if check here.
chris fleizach
Comment 4
2012-07-19 15:56:13 PDT
http://trac.webkit.org/changeset/123157
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