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
When a row is expanded, the <td> tag is not enclosed within a <tr> tag. This disrupts basic accessibility in VoiceOver, making the cell content invisible to screen readers.
Current Behavior
The <td> tag is unwrapped in the table's <tbody>.
Expected Behavior
The <td> tag should be enclosed within a <tr> tag.
Vuestic-ui version: 1.9.8
Description
When a row is expanded, the
<td>
tag is not enclosed within a<tr>
tag. This disrupts basic accessibility in VoiceOver, making the cell content invisible to screen readers.Current Behavior
The
<td>
tag is unwrapped in the table's<tbody>
.Expected Behavior
The
<td>
tag should be enclosed within a<tr>
tag.Reproduction Steps
The text was updated successfully, but these errors were encountered: