p5.js-web-editor icon indicating copy to clipboard operation
p5.js-web-editor copied to clipboard

Semantic HTML issues in header section

Open lindapaiste opened this issue 2 years ago • 2 comments

Increasing Access

Using proper semantic HTML allows screen readers to understand our content.

Feature enhancement details

I found two issues relating to the header section while running an accessibility check:

  1. We have a <header> element inside another <header> element, and multiple <header> elements on mobile. We need to get this down to one. We can change incorrect ones to either a React Fragment or a <div> or potentially remove them from the tree entirely.
  2. We have a <span> as a direct child of a <ul> in the "login or signup" part of the nav bar. Probably we change the <span>or</span> to <li>or</li>. It would also be acceptable to have the entire "login or signup" as one list item, but making the "or" into its own list item is probably easier to implement.

We want to fix these HTML structures without changing the style.

lindapaiste avatar Jan 27 '24 19:01 lindapaiste

@lindapaiste for issues which have PR linked with them are considered as closed right?

vaishnavi192 avatar Feb 03 '24 18:02 vaishnavi192

Can you assign me this issue?

asimdelvi avatar Apr 23 '24 08:04 asimdelvi

Can I work on this issue?

Simran-Sunil avatar May 16 '24 21:05 Simran-Sunil

anyone working on this issue ? if not can i work on this....?

Bhavyabhardwaj avatar May 19 '24 12:05 Bhavyabhardwaj