Missing spaces in element lists
Summary
Missing spaces in element lists
- save as HTML file:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ctrl+Ins+T/L</title>
</head>
<body>
<table><tr><th>2018<th>2019<tr><td>12<td>13<tr><td>14<td>15</table>
<ul style="list-style-type:none;"><li>2018: 12<li>2019: 13</ul>
</body>
</html>
- press INS+CTRL+T and INS+CTRL+L
Expected result
If an explicit label is missing, the element content is output in the element lists. The element content is clearly displayed and output.
Actual result
Some of the spaces between the entries are missing, for example, in tables between the contents of the th and td elements and in lists between the contents of the li elements. For tables the problem occurs with all browsers, for lists with all browsers except Chrome. For lists, the problem only occurs when there are no list symbols. The problem also occurs with older versions of JAWS.
Additional Information
JAWS version and build number
JAWS 2019.1906.10
Operating System and version
Windows 8
Browser and version:
Internet Explorer 11.0.9600.19400 Chrome 75.0.3770.100 Firefox 68.0 Edge 77.0.211.3 (Chromium)
@JAWS-test I tested (test case) with JAWS 2024 and Chrome 119 I couldn't work out what the issue is, if you could have a look again and let me know if you are still experiencing the issue.
The problem still exists with JAWS 2024 and Chrome 119. The problem is the missing spaces in the element overview (for tables). The problem is a minor one
"2018201912131415 2x3" should be "2018 2019 12 13 14 15 2x3"