WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
118105
Web Inspector: AX: Add support for ARIA tablists/tabs to inspector tabs
https://bugs.webkit.org/show_bug.cgi?id=118105
Summary
Web Inspector: AX: Add support for ARIA tablists/tabs to inspector tabs
James Craig
Reported
2013-06-26 17:18:17 PDT
Web Inspector: AX: Add support for ARIA tablists/tabs to inspector tabs I count at least four sets of tabs: 2 in the main toolbar, 1 in the console toolbar, and 1 in the element Styles inspector.
Attachments
patch
(6.42 KB, patch)
2013-08-15 23:35 PDT
,
James Craig
joepeck
: review+
Details
Formatted Diff
Diff
patch with review feedback
(6.42 KB, patch)
2013-08-16 11:04 PDT
,
James Craig
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-06-26 17:18:30 PDT
<
rdar://problem/14283943
>
Timothy Hatcher
Comment 2
2013-06-26 17:22:45 PDT
What is the definition of tab and tab list?
James Craig
Comment 3
2013-06-26 17:27:06 PDT
Those are ARIA roles.
http://www.w3.org/WAI/PF/aria/complete#tab
http://www.w3.org/WAI/PF/aria/complete#tablist
James Craig
Comment 4
2013-06-27 02:47:05 PDT
Styles Inspector tab fixed as part of the patch for
bug 118105
, so this one should just cover the main tabs, and any others that still aren't fixed.
James Craig
Comment 5
2013-06-27 02:48:50 PDT
Typo: Above reference should read …as part of the patch for
bug 118104
, not 118105.
James Craig
Comment 6
2013-08-15 23:35:40 PDT
Created
attachment 208883
[details]
patch
Joseph Pecoraro
Comment 7
2013-08-16 10:30:08 PDT
Comment on
attachment 208883
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=208883&action=review
r=me
> Source/WebInspectorUI/UserInterface/ActivateButtonNavigationItem.js:33 > +
Style: Remove this extra blank line.
> Source/WebInspectorUI/UserInterface/ActivateButtonNavigationItem.js:64 > + if (this._role == "tab")
Style: In Web Inspector we use strict equality `===` whenever possible.
> Source/WebInspectorUI/UserInterface/ActivateButtonNavigationItem.js:69 > + if (this._role == "tab")
===
> Source/WebInspectorUI/UserInterface/Toolbar.js:38 > + this._leftSectionElement.setAttribute('role', 'tablist');
Style: In Web Inspector we use double quoted strings whenever possible. "role" / "tablist".
> Source/WebInspectorUI/UserInterface/Toolbar.js:47 > + this._rightSectionElement.setAttribute('role', 'tablist');
"…"
James Craig
Comment 8
2013-08-16 10:54:29 PDT
(In reply to
comment #7
)
> Style: In Web Inspector we use double quoted strings whenever possible. "role" / "tablist".
Do you think this is worth updating the check-webkit-style script?
James Craig
Comment 9
2013-08-16 10:58:19 PDT
(In reply to
comment #8
)
> Do you think this is worth updating the check-webkit-style script?
bug 118105
James Craig
Comment 10
2013-08-16 10:59:10 PDT
(In reply to
comment #8
)
> Do you think this is worth updating the check-webkit-style script?
Oops.
Bug 119901
.
James Craig
Comment 11
2013-08-16 11:04:20 PDT
Created
attachment 208932
[details]
patch with review feedback
WebKit Commit Bot
Comment 12
2013-08-16 11:10:42 PDT
Comment on
attachment 208932
[details]
patch with review feedback Rejecting
attachment 208932
[details]
from commit-queue.
james@cookiecrook.com
does not have committer permissions according to
http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json
. - If you do not have committer rights please read
http://webkit.org/coding/contributing.html
for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
James Craig
Comment 13
2013-08-16 11:12:56 PDT
commit‑queue?
chris fleizach
Comment 14
2013-08-16 11:13:23 PDT
Comment on
attachment 208932
[details]
patch with review feedback Real review by Joe, but setting the flag to make it through commit bot
WebKit Commit Bot
Comment 15
2013-08-16 11:42:20 PDT
Comment on
attachment 208932
[details]
patch with review feedback Clearing flags on attachment: 208932 Committed
r154196
: <
http://trac.webkit.org/changeset/154196
>
WebKit Commit Bot
Comment 16
2013-08-16 11:42:22 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