Hi everyone,
JAWS pronounces blank in some cases and i don't know how to stop it without
changing the setting of the screen reader. In the following example JAWS
says blank before "This is an Example" heading and before "Volume 2"
heading. Can anyone explain to me how i can fix it?
Below is the code example:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Example</title>
</head>
<body>
<div>
<h1>This is an Example</h1>
<div>
<div>
<div>
<h2><label id="label1">Volume 1</label></h2>
</div>
</div>
<div>
<label role="button" aria-label="minus">-</label>
<input id="vol1" type="text" name="valueField1" value="80"
role="spinbutton" aria-valuemin="0" aria-valuemax="100" aria-valuenow="80"
autocomplete="off" aria-labelledby="label1"/>
<label role="button" aria-label="plus">+</label>
</div>
<div>
<div>
<h2><label id="label2">Volume 2</label></h2>
</div>
</div>
<div>
<label role="button" aria-label="minus">-</label>
<input id="vol2" type="text" name="valueField2" value="100"
role="spinbutton" aria-valuemin="0" aria-valuemax="200" aria-valuenow="100"
autocomplete="off" aria-labelledby="label2"/>
<label role="button" aria-label="plus">+</label>
</div>
</div>
</div>
</body>
</html>
thanks in advance,
Nikos
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20140731/91415761/attachment.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20140731/91415761/attachment-0001.html>
_______________________________________________
Jfw mailing list
[email protected]
http://lists.the-jdh.com/mailman/listinfo/jfw_lists.the-jdh.com