WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
206251
AX: Implement support for ARIA 1.3 roles mark, suggestion (ARIA Annotations)
https://bugs.webkit.org/show_bug.cgi?id=206251
Summary
AX: Implement support for ARIA 1.3 roles mark, suggestion (ARIA Annotations)
Aaron Leventhal
Reported
2020-01-14 12:35:09 PST
ARIA 1.3 has added these roles to support ARIA annotations. In addition, mark provides role parity with <mark>.
Attachments
Patch
(14.67 KB, patch)
2022-08-26 16:35 PDT
,
Joshua Hoffman
no flags
Details
Formatted Diff
Diff
Patch
(14.60 KB, patch)
2022-08-26 17:18 PDT
,
Joshua Hoffman
no flags
Details
Formatted Diff
Diff
Patch
(18.80 KB, patch)
2022-08-29 10:14 PDT
,
Joshua Hoffman
no flags
Details
Formatted Diff
Diff
Patch
(20.39 KB, patch)
2022-08-30 09:07 PDT
,
Joshua Hoffman
no flags
Details
Formatted Diff
Diff
Patch
(21.17 KB, patch)
2022-08-30 13:58 PDT
,
Joshua Hoffman
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2020-01-14 12:35:24 PST
<
rdar://problem/58577388
>
James Craig
Comment 2
2020-03-04 16:43:17 PST
Aaron requested public comment. I can confirm that Apple Accessibility Engineering has no concern with the ARIA Annotations proposal and intends to implement the mark role. I can't promise a specific date though.
Joshua Hoffman
Comment 3
2022-08-26 16:35:21 PDT
Created
attachment 461902
[details]
Patch
chris fleizach
Comment 4
2022-08-26 17:05:34 PDT
Comment on
attachment 461902
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=461902&action=review
> Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:2835 > + return Accessibility::findAncestor(*self.axBackingObject, false, [] (const auto& object) {
ancestorWithRole
> Tools/DumpRenderTree/AccessibilityUIElement.cpp:2031 > + { "isMark", getIsMarkAnnotationCallback, 0 , kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
maybe call isMarkAnnotation since that what the rest of the methods call it
Joshua Hoffman
Comment 5
2022-08-26 17:18:29 PDT
Created
attachment 461906
[details]
Patch
Joshua Hoffman
Comment 6
2022-08-29 10:14:03 PDT
Created
attachment 461986
[details]
Patch
Joshua Hoffman
Comment 7
2022-08-30 09:07:00 PDT
Created
attachment 462010
[details]
Patch
Joshua Hoffman
Comment 8
2022-08-30 13:58:56 PDT
Created
attachment 462016
[details]
Patch
Andres Gonzalez
Comment 9
2022-08-31 10:12:57 PDT
(In reply to Joshua Hoffman from
comment #8
)
> Created
attachment 462016
[details]
> Patch
--- a/LayoutTests/accessibility/mac/mark-role.html +++ a/LayoutTests/accessibility/mac/mark-role.html Shouldn't we also test the role in addition to the attributed string?
Andres Gonzalez
Comment 10
2022-08-31 10:15:31 PDT
(In reply to Andres Gonzalez from
comment #9
)
> (In reply to Joshua Hoffman from
comment #8
) > > Created
attachment 462016
[details]
> > Patch > > --- a/LayoutTests/accessibility/mac/mark-role.html > +++ a/LayoutTests/accessibility/mac/mark-role.html > > Shouldn't we also test the role in addition to the attributed string?
Ah I see, you are doing it in roles-computedRoleString.html.
EWS
Comment 11
2022-08-31 13:35:27 PDT
Committed
254008@main
(335a5587c312): <
https://commits.webkit.org/254008@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 462016
[details]
.
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