Skip to content
#

a11y

Here are 744 public repositories matching this topic...

grommet
WilcoFiers
WilcoFiers commented Dec 1, 2020

This is just a small quality-of-life improvement. Instead of having SerialVirtualNode default to nodeType 1, it would be good if it could determine the nodeType based on what it is passed:

new SerialVirtualNode({ nodeName: '#cdata-section' }).props.nodeType // 2
new SerialVirtualNode({ nodeName: '#text' }).props.nodeType // 3
new SerialVirtualNode({ nodeName: '#comment' }).props.nodeTy
a11yproject.com
ActiveB1t
ActiveB1t commented Jul 16, 2020

Summary

Running the WAVE plugin shows not all text has sufficient contrast, and an empty link is present, these are minor issues and potentially false positives, as the site may serve as an example for others it would be great if at least all errors from automated tests are resolved.

Expected result

Running a tool such as the WAVE plugin on Chrome shows no errors.

Actual res

Improve this page

Add a description, image, and links to the a11y topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the a11y topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.