WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
246524
AX: VoiceOver splits words when a span is used in paragraph text
https://bugs.webkit.org/show_bug.cgi?id=246524
Summary
AX: VoiceOver splits words when a span is used in paragraph text
Martin Jones
Reported
2022-10-14 08:32:14 PDT
Created
attachment 462990
[details]
Video of VoiceOver demonstration Overview Load the HTML page attached and use the VO (control+option) + A shortcut to instruct VoiceOver to read out the content with Safari Version 16.0 (17614.1.25.9.10, 17614) Minimal test case A minimal test case is attached Expected result Each word in the paragraph is read out in full Actual result Depending on the placement of the span tag and the number of characters it contains, you will get a different result, the attached video demonstrates this. It does seem possible to predict the actual result based on the placement of the span tag and the number of characters it contains, for example: When the span content is at the end, the beginning of the sentence is impacted: `<p>Paragraph text with span content at the end<span>?</span></p>` VoiceOver will read out "P aragraph text with content at the end ?" The number of characters in the span element will impact what is read out by VoiceOver. `<p>Paragraph text with span content at the end<span>???</span></p>` VoiceOver will read out "Par agraph text with content at the end ???" When the span content is at the beginning, the end of the sentence is impacted: `<p><span>...</span>Paragraph text with span content at the beginning</p>` VoiceOver will read out "... Paragraph text with span content at the begin ning"
Attachments
Video of VoiceOver demonstration
(1.45 MB, video/quicktime)
2022-10-14 08:32 PDT
,
Martin Jones
no flags
Details
Minimal HTML used for the video demo
(669 bytes, text/html)
2022-10-14 08:34 PDT
,
Martin Jones
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-10-14 08:32:29 PDT
<
rdar://problem/101173648
>
Martin Jones
Comment 2
2022-10-14 08:34:18 PDT
Created
attachment 462991
[details]
Minimal HTML used for the video demo
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