w3c / wcag2ict

WCAG2ICT deliverable of Accessibility Guidelines WG
https://wcag2ict.netlify.app/
Other
18 stars 5 forks source link

Some SCs do not have the same HTML list structures as in WCAG #435

Closed mitchellevan closed 3 weeks ago

mitchellevan commented 2 months ago

Currently

Some HTML list structures in WCAG are not appearing in WCAG2ICT SCs.

Proposed

Apply HTML structures to the aforementioned WCAG2ICT SCs, so they match the structures in WCAG SCs.

pday1 commented 3 weeks ago

@daniel-montalvo @maryjom I might need your help here. Markdown format for description lists doesn't appear to be interpreted correctly according to the code preview.

First Term
: This is the definition of the first term.

I tried using inline HTML instead:

<dl> 
 <dt>term</dt> 
 <dd>description</dd>
</dl>

but this didn't seem to coexist happily with the markdown styling and links. I tried changing all these to HTML, but it still didn't work.

I've now given up before I break something important!

Please can you advise what the best way would be to change an unordered list (e.g. in applying 1.4.11) to a description/definition list?

Thanks Phil

ChrisLoiselle commented 3 weeks ago

@daniel-montalvo if respond to Phil, please also @ me so I may take action if Phil is unable to due to timing. Happy to help!

maryjom commented 3 weeks ago

Thanks to @mitchellevan the previous PR he did for SC 4.1.13 had some example code I was able to follow to make the appropriate markup changes. See my changes in PR #480. Once reviewed, these changes will be merged into the editor's draft.

maryjom commented 3 weeks ago

Closing as completed.