Create new page | Insert Table: Missing ordered list mark-up

XMLWordPrintable

    Issue Summary

    Missing ordered list markup for insert table. 

    Steps to Reproduce

    1. Using screen reader, navigate to the mentioned text.
    2. Listen that the list structure is not announced for the text that represents sequential related information.

    Screenshot

    Actual Results

    List mark-up is not used to present sequential related information programatically. For instance, text such as "Insert row above (Alt+↑)", "Insert row below , "delete row", and so on is not marked as ordered list which visually looks like a list of sequential related items. As a result, screen reader users will find it difficult to navigate to the list and different list items quickly.

    Expected Results

    The screen reader should announce the sequential related items as list with respective number of items for their users.
    Use appropriate list mark-up, such as <ol> and <li> to identify related information. In addition, consider applying styles to maintain the visual presentation of a web page.

    Code Snippet 

     <ul class="aui-buttons">
    <li> <button type="button" class="aui-button aui-button-subtle" data-tooltip="Insert row above (Alt+↑)" resolved="" original-title=""><span class="icon aui-icon aui-icon-small aui-iconfont-insert-row-before">Insert row above (Alt+↑)</span></button></li>
    <li><button type="button" class="aui-button aui-button-subtle" data-tooltip="Insert row below (Alt+↓)" resolved="" original-title=""><span class="icon aui-icon aui-icon-small aui-iconfont-insert-row-after">Insert row below (Alt+↓)</span></button></li>
    <li><button type="button" class="aui-button aui-button-subtle" data-tooltip="Delete row" resolved="" original-title=""><span class="icon aui-icon aui-icon-small aui-iconfont-remove-row">Delete row</span></button></li>
    </ul> 

    Workaround

    Currently there is no known workaround for this behavior. A workaround will be added here when available.

    Environment

    MacBook Pro (16-inch, 2019)
    macOs Ventura 13.3.1
    Chrome - Version 113.0.5672.63 (Official Build) (x86_64)
    Firefox- Version 92.0 (64-bit)
    Safari- Version 16.4 (18615.1.26.110.1)
    JAWS- Version 2022
    NVDA- Version 2021.2
    Voiceover - Version Latest

          Assignee:
          Unassigned
          Reporter:
          Nayan Kamble (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated: