Changes between Initial Version and Version 1 of Ticket #62093
- Timestamp:
- 09/21/2024 11:15:33 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62093
- Property Focuses coding-standards removed
-
Property
Component
changed from
Post FormatstoEditor
-
Ticket #62093 – Description
initial v1 9 9 6. It works instead, when virtual cursor is active and the windows is being consulted like a page, with arrows as it were a Word document, and selecting a single radio button with spacebar. 10 10 I suspect the issue is on a possibly inconsistent semantic HTML association. 11 div class="components-radio-control__option" input id="post-format-selector-0" class="components-radio-control__input" type="radio" name="inspector-radio-control-0" value="status" 12 label class="components-radio-control__label" for="inspector-radio-control-0-4" Stato /label /div 11 `div class="components-radio-control__option" input id="post-format-selector-0" class="components-radio-control__input" type="radio" name="inspector-radio-control-0" value="status" ` 12 `label class="components-radio-control__label" for="inspector-radio-control-0-4" Stato /label /div` 13 13 14 14 seems that label is associated to the "name" attribute instead of the "id" and this might create the conflict.