WebKit Bugzilla
Attachment 339403 Details for
Bug 185246
: AX: VoiceOver on macOS does not announce fieldset description from aria-describedby when focussing inputs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
HTML test case
legend-aria-describedby-on-fieldset.html (text/html), 821 bytes, created by
Oliver Byford
on 2018-05-03 05:37:40 PDT
(
hide
)
Description:
HTML test case
Filename:
MIME Type:
Creator:
Oliver Byford
Created:
2018-05-03 05:37:40 PDT
Size:
821 bytes
patch
obsolete
><!DOCTYPE html> ><html lang="en"> ><head> > <meta charset="utf-8"> > <title>Legend with aria-describedby on fieldset</title> > <link rel="stylesheet" href="style.css"> > <!--[if IE]> > <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> > <![endif]--> ></head> > ><body> > > <form> > <fieldset aria-describedby="hint error"> > <legend> > <h1>Have you changed your name?</h1> > </legend> > > <span id="hint">This includes changing your last name or spelling your name differently.</span> > <span id="error">Choose yes or no</span> > > <input name="changed_name" id="yes" type="radio" value="yes" > > <label for="yes">Yes</label> > > <input name="changed_name" id="no" type="radio" value="no"> > <label for="no">No</label> > > </fieldset> > </form> > ></body> ></html>
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Legend with aria-describedby on fieldset</title> <link rel="stylesheet" href="style.css"> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <form> <fieldset aria-describedby="hint error"> <legend> <h1>Have you changed your name?</h1> </legend> <span id="hint">This includes changing your last name or spelling your name differently.</span> <span id="error">Choose yes or no</span> <input name="changed_name" id="yes" type="radio" value="yes" > <label for="yes">Yes</label> <input name="changed_name" id="no" type="radio" value="no"> <label for="no">No</label> </fieldset> </form> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 185246
: 339403 |
341621
|
341627
|
341628