docsifyjs / docsify

🃏 A magical documentation site generator.

Home Page:https://docsify.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upon Navigating to the 'Inside' Solid Square bullet , the Narrator did not Announce on the Solid Square.

msftedad opened this issue · comments

Steps to reproduce

  1. Navigate to this link First Level Child (zorana-jankovic.github.io)
  2. Navigate to inside solid square bullet.
  3. Observe the narrator's announcement.

Current behaviour

Upon Navigating to the Solid Square, the Narrator did not Announce on the Solid Square.

Expected behaviour

Upon navigating to the solid square, the narrator should announce on the solid square.
Additional notes

Other relevant information

  • Docsify version:
    cli version: 4.4.4

Hi, @msftedad.

I am unable to reproduce this issue using macOS VoiceOver:

CleanShot.2023-12-01.at.12.14.35.mp4

I have also confirmed that Docsify's HTML output is as expected:

<ul>
  <li>First list item
    <ul>
      <li>Inside</li>
      <li>Inside
        <ul>
          <li>Inside</li>
        </ul>
      </li>
    </ul>
  </li>
</ul>

These two things lead me to believe this is an issue specific to Windows Narrator. One suggestion is to perform a similar test using Narrator on a separate HTML page to verify that Narrator is able to handle deeply nested unordered lists as expected.