WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
115976
Web Inspector: AX: Console log of the Inspector does not announce output for screen readers
https://bugs.webkit.org/show_bug.cgi?id=115976
Summary
Web Inspector: AX: Console log of the Inspector does not announce output for ...
Victor Tsaran
Reported
2013-05-11 19:33:05 PDT
Currently, after typing the expressions into the "console" edit area, the results are not being read back to the screen reader user. One approach could be to use aria-live or role=status on the most important parts of the pane. The screen reader will then read the dynamic updates automatically. This, however, needs to be tested and refined further.
Attachments
patch
(5.96 KB, patch)
2013-06-26 16:14 PDT
,
James Craig
timothy
: review+
Details
Formatted Diff
Diff
patch with review feedback
(5.57 KB, patch)
2013-06-26 22:49 PDT
,
James Craig
timothy
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
patch with corrected paths
(4.29 KB, patch)
2013-06-27 13:43 PDT
,
James Craig
timothy
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
patch with corrected paths (for real this time)
(5.95 KB, patch)
2013-06-27 14:02 PDT
,
James Craig
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-05-15 07:02:50 PDT
<
rdar://problem/13899156
>
James Craig
Comment 2
2013-06-26 16:14:14 PDT
Created
attachment 205535
[details]
patch
Timothy Hatcher
Comment 3
2013-06-26 17:10:59 PDT
Comment on
attachment 205535
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=205535&action=review
> Source/WebInspectorUI/UserInterface/LogContentView.js:38 > + this.messagesElement.setAttribute('role', 'log');
Should always use double quotes.
> Source/WebInspectorUI/UserInterface/ConsoleCommandResult.js:49 > + element.setAttribute('data-labelprefix', WebInspector.UIString("Output: "));
Should always use double quotes.
James Craig
Comment 4
2013-06-26 22:49:02 PDT
Created
attachment 205563
[details]
patch with review feedback
WebKit Commit Bot
Comment 5
2013-06-27 12:10:31 PDT
Comment on
attachment 205563
[details]
patch with review feedback Rejecting
attachment 205563
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 205563, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: /ConsoleCommand.js |=================================================================== |--- UserInterface/ConsoleCommand.js (revision 152003) |+++ UserInterface/ConsoleCommand.js (working copy) -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored patching file ChangeLog Hunk #1 succeeded at 1 with fuzz 3. Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Timothy Hatcher']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output:
http://webkit-queues.appspot.com/results/977513
James Craig
Comment 6
2013-06-27 13:43:17 PDT
Created
attachment 205630
[details]
patch with corrected paths previous patch was generated from a sub-directory, so the paths were wrong
WebKit Commit Bot
Comment 7
2013-06-27 13:49:23 PDT
Comment on
attachment 205630
[details]
patch with corrected paths Rejecting
attachment 205630
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 205630, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: his was: -------------------------- |Index: UserInterface/LogContentView.css |=================================================================== |--- UserInterface/LogContentView.css (revision 152121) |+++ UserInterface/LogContentView.css (working copy) -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Timothy Hatcher']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output:
http://webkit-queues.appspot.com/results/899331
James Craig
Comment 8
2013-06-27 14:02:31 PDT
Created
attachment 205632
[details]
patch with corrected paths (for real this time)
James Craig
Comment 9
2013-06-27 14:03:13 PDT
Heh. This must be why there is a dedicated webkit-patch script. ;-)
WebKit Commit Bot
Comment 10
2013-06-27 16:05:06 PDT
Comment on
attachment 205632
[details]
patch with corrected paths (for real this time) Clearing flags on attachment: 205632 Committed
r152136
: <
http://trac.webkit.org/changeset/152136
>
WebKit Commit Bot
Comment 11
2013-06-27 16:05:11 PDT
All reviewed patches have been landed. Closing bug.
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