web
web copied to clipboard
HTML validation
Links
- Issue: https://github.com/UPchieve/web/issues/546
Description
- Install
html-validateandhtml-validate-vueplugins, as well as thehtml-validateVue CLI plugin - Using valid HTML will improve cross-browser compatibility and accessibility
- Validation-related changes in this PR include adding
typeattributes to buttons,alttext to some images, and usinglegendinside offieldsetfor the reference form
Developer self-review checklist
- [ ] Potentially confusing code has been explained with comments
- [ ] No warnings or errors have been introduced; all known error cases have been handled
- [ ] Any appropriate documentation (within the code, README.md, docs, etc) has been updated
- [ ] All edge cases have been addressed