web icon indicating copy to clipboard operation
web copied to clipboard

HTML validation

Open dmnisson opened this issue 5 years ago • 0 comments

Links

  • Issue: https://github.com/UPchieve/web/issues/546

Description

  • Install html-validate and html-validate-vue plugins, as well as the html-validate Vue CLI plugin
  • Using valid HTML will improve cross-browser compatibility and accessibility
  • Validation-related changes in this PR include adding type attributes to buttons, alt text to some images, and using legend inside of fieldset for 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

dmnisson avatar Nov 20 '20 04:11 dmnisson