docsify icon indicating copy to clipboard operation
docsify copied to clipboard

Upon invoking Quick Start local C++ Workflow, Ensures That Lists are Structured Correctly.

Open msftedad opened this issue 3 years ago • 13 comments

Environment Details:

OS version: Version 22H2 (OS Build 22610.1) Microsoft Edge version: Version 101.0.1210.47 (Official build) (64 bit)

Repro steps:

  1. Open URL: https://zorana-jankovic.github.io/example/#/
  2. Navigate to the "first level child" control under first level and activate it.
  3. Now use f12 to inspect and observe the issue.

Actual Result:

lists are structured incorrectly.

Expected Result:

Ensures that lists are structured correctly

Screenshot Attachment:

image image image image

msftedad avatar Aug 17 '22 23:08 msftedad

Any update on this bug so far?

zorana-jankovic avatar Sep 07 '22 20:09 zorana-jankovic

Can you elaborate on your question?

sy-records avatar Sep 08 '22 03:09 sy-records

What's the bug?

trusktr avatar Sep 08 '22 05:09 trusktr

Hi @msftedad

Please let us know your plans on fixing this bug so that our team will regress and close it which makes the product compliant.

v-sudmandal avatar Sep 19 '22 03:09 v-sudmandal

Hi @trusktr & @sy-records ,

Here the issue is - the list items which are from docsify component are having direct child items to the list, which are not allowed to be inside the "li" elements

SritejaGolla avatar Sep 26 '22 19:09 SritejaGolla

What's the bug exactly?

trusktr avatar Sep 26 '22 19:09 trusktr

Bug that is reported is accessibility bug. The way that nesting the list in sidebar now works is:

image

The problem is that the direct child of <ul> element shouldn't be another <ul> element (which is rule defined for making a list with a good structure, with a purpose to help users with disabilities), as then when an assistive technology encounters a list that is structured like that it might respond in an unexpected way. The problem could be solved by enclosing this nested <ul> with <li> element:

image

Accessibility Insights for Web can be used to test accessibility.

zorana-jankovic avatar Sep 27 '22 09:09 zorana-jankovic

Any update on this bug when it can be fixed?

v-sudmandal avatar Oct 07 '22 08:10 v-sudmandal

Can you please provide update on the bug

v-shamohsin avatar Jan 04 '23 02:01 v-shamohsin

okay, I got it. Thank you @zorana-jankovic I will try to fix it.

sy-records avatar Jan 04 '23 02:01 sy-records

@sy-records - Can I have an ETA on the bug fix?

v-shamohsin avatar Jan 18 '23 20:01 v-shamohsin

@sy-records - Can you please provide an ETA

v-shamohsin avatar Jan 27 '23 19:01 v-shamohsin

Hi Team, is there any update on this bug?

msftedad avatar Apr 21 '23 08:04 msftedad