WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
197447
AXI: Label for inline elements can display extraneous whitespace.
https://bugs.webkit.org/show_bug.cgi?id=197447
Summary
AXI: Label for inline elements can display extraneous whitespace.
James Craig
Reported
2019-04-30 17:38:23 PDT
AXI: Label for inline elements can display extraneous whitespace. Given the following markup: <input type="text" id="test" /> <label for="test">W<i>h<b>a</b></i>t<br>is<div>your<div>name<b>?</b></div></div></label> If you select the text field in the Web Inspector, and display the Accessibility section of the Node Inspector, the label is listed as "W h a t is your name ?" not "What is your name?" I'm not certain if this is a bug according to the AccName spec, but it was unexpected to me. The inline nodes (b, i, etc.) I thought would be concatenated without leading and trailing space.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-04-30 22:46:15 PDT
<
rdar://problem/50361874
>
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