WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 171175
[ATK] Expose value of aria-keyshortcuts as object attribute
https://bugs.webkit.org/show_bug.cgi?id=171175
Summary
[ATK] Expose value of aria-keyshortcuts as object attribute
Joanmarie Diggs
Reported
2017-04-22 16:22:02 PDT
https://rawgit.com/w3c/aria/master/core-aam/core-aam.html#ariaKeyshortcuts
Attachments
Patch
(5.65 KB, patch)
2017-10-10 21:43 PDT
,
Joanmarie Diggs
no flags
Details
Formatted Diff
Diff
Patch
(7.12 KB, patch)
2017-10-11 01:37 PDT
,
Joanmarie Diggs
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2017-04-22 16:22:16 PDT
<
rdar://problem/31775615
>
Joanmarie Diggs
Comment 2
2017-10-10 21:43:39 PDT
Created
attachment 323384
[details]
Patch
chris fleizach
Comment 3
2017-10-10 23:15:21 PDT
Comment on
attachment 323384
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=323384&action=review
> Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:605 > + String keyShortcuts = coreObject->getAttribute(HTMLNames::aria_keyshortcutsAttr);
can we plumb this through AccessibilityObject?
Joanmarie Diggs
Comment 4
2017-10-10 23:30:00 PDT
(In reply to chris fleizach from
comment #3
)
> Comment on
attachment 323384
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=323384&action=review
> > > Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:605 > > + String keyShortcuts = coreObject->getAttribute(HTMLNames::aria_keyshortcutsAttr); > > can we plumb this through AccessibilityObject?
We could. But I was going for the minimal amount of change given what was stated in
bug 159215
(i.e. doubts about what support for this new ARIA feature would entail). If we do add support in AccessibilityObject, should we just return the value as-is, or convert it to a Vector as was done for AccessibilityRenderObject::determineARIADropEffects()?
chris fleizach
Comment 5
2017-10-10 23:39:31 PDT
Comment on
attachment 323384
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=323384&action=review
>>> Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp:605 >>> + String keyShortcuts = coreObject->getAttribute(HTMLNames::aria_keyshortcutsAttr); >> >> can we plumb this through AccessibilityObject? > > We could. But I was going for the minimal amount of change given what was stated in
bug 159215
(i.e. doubts about what support for this new ARIA feature would entail). > > If we do add support in AccessibilityObject, should we just return the value as-is, or convert it to a Vector as was done for AccessibilityRenderObject::determineARIADropEffects()?
I think probably just a pass through for the time being
Joanmarie Diggs
Comment 6
2017-10-11 01:37:03 PDT
Created
attachment 323397
[details]
Patch
WebKit Commit Bot
Comment 7
2017-10-11 10:04:46 PDT
Comment on
attachment 323397
[details]
Patch Clearing flags on attachment: 323397 Committed
r223190
: <
https://trac.webkit.org/changeset/223190
>
WebKit Commit Bot
Comment 8
2017-10-11 10:04:48 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