You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream bug:https://bugs.webkit.org/show_bug.cgi?id=246607 Date: 2022-10-17 Reported by: Martin Jones Related to: Similar to the issue reported on https://bugs.webkit.org/show_bug.cgi?id=191742, main difference being the aria-describedby value is read out when the link points to an input element, but nothing is read out in the scenario below, even when aria-describedby is used.
Overview
Load the HTML page attached and use the VoiceOver Ctrl-Option-Space shortcut on the "Skip to main content" link to jump to the main content section.
Reduced test case
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible" content="IE=edge"><metaname="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head><body><ahref="#main-content">Skip to main content</a><mainid="main-content"><fieldset><legend><h1>Heading Question?</h1></legend><inputtype="radio" name="response" id="response-0" value="yes"><labelfor="response-0">Yes</label><inputtype="radio" name="response" id="response-1" value="no"><labelfor="response-1">No</label></fieldset></main></body></html>
Expected result
VoiceOver should read the heading text "VoiceOver will read out the legend h1 text "Heading Question?"
Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=246607
Date: 2022-10-17
Reported by: Martin Jones
Related to: Similar to the issue reported on https://bugs.webkit.org/show_bug.cgi?id=191742, main difference being the
aria-describedbyvalue is read out when the link points to an input element, but nothing is read out in the scenario below, even whenaria-describedbyis used.Overview
Load the HTML page attached and use the VoiceOver Ctrl-Option-Space shortcut on the "Skip to main content" link to jump to the main content section.
Reduced test case
Expected result
VoiceOver should read the heading text "VoiceOver will read out the legend h1 text "Heading Question?"
Actual result
Nothing is read out
h1-skip-fieldset-not-working.mov