You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of WCAG SCs focus on support for interaction with form elements (operability, error handling, etc.). I don't need to know where form elements occur so much as whether they occur to allow those SC to be filtered out when they don't apply. I really just need a boolean that says whether any elements were encountered (form, input, button select, datalist, textarea, output, progress, meter). It's going to be imperfect, as it won't account for custom aria controls, but I suspect those are extremely rare.
The text was updated successfully, but these errors were encountered:
Reports a property `hasFormElements` if any of the following elements are
found in Content Documents:
- form
- input
- button
- select
- datalist
- textarea
- option
- output
- progress
- meter
Closes#75
- and an empty message aborts the commit.
From @mattgarrish:
The text was updated successfully, but these errors were encountered: