Bug 211545

Summary: AX: Accessibility object for <blockquote> is inconsistency unignored
Product: WebKit Reporter: Takeshi Kurosawa <taken.spc>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Test case
none
Screenshot of web inspector none

Takeshi Kurosawa
Reported 2020-05-06 19:28:11 PDT
Created attachment 398698 [details] Test case In some cases, accessibility object for <blockquote> is unintentionally ignored. If <blockquote> is a leaf node, it's unignored (it is ok). <blockquote> This is quoted text and blockquote is not ignored. </blockquote> However, when <blockquote> isn't a leaf node, it's ignored. <blockquote> <p>This is quoted paragraph and blockquote is ignored.</p> </blockquote> Since <blockquote> can contain (almost) arbitrary content, it should not be ignored.
Attachments
Test case (455 bytes, text/html)
2020-05-06 19:28 PDT, Takeshi Kurosawa
no flags
Screenshot of web inspector (313.22 KB, image/png)
2020-05-06 19:30 PDT, Takeshi Kurosawa
no flags
Radar WebKit Bug Importer
Comment 1 2020-05-06 19:28:22 PDT
Takeshi Kurosawa
Comment 2 2020-05-06 19:30:12 PDT
Created attachment 398699 [details] Screenshot of web inspector Web Inspector shows that non-leaf <blockquote>'s "Ignored" is "true".
Note You need to log in before you can comment on or make changes to this bug.