Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report the presence of form content in the properties section #75

Closed
rdeltour opened this issue Oct 13, 2017 · 0 comments
Closed

Report the presence of form content in the properties section #75

rdeltour opened this issue Oct 13, 2017 · 0 comments

Comments

@rdeltour
Copy link
Member

From @mattgarrish:

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.

@rdeltour rdeltour added this to the Beta 2 milestone Oct 13, 2017
@rdeltour rdeltour self-assigned this Oct 13, 2017
rdeltour added a commit that referenced this issue Oct 29, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant