Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62093


Ignore:
Timestamp:
09/21/2024 11:15:33 PM (20 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62093

    • Property Focuses coding-standards removed
    • Property Component changed from Post Formats to Editor
  • Ticket #62093 – Description

    initial v1  
    996. 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.
    1010I 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`
    1313
    1414seems that label is associated to the "name" attribute instead of the "id" and this might create the conflict.