Questions tagged [html-validation]

Questions about client-side form validation in browsers, as defined in the HTML Living Standard. For questions about checking HTML documents for conformance errors, use the [w3c-validation] tag instead.

Questions about client-side form validation in browsers, as defined in https://html.spec.whatwg.org/multipage/forms.html#client-side-form-validation. For questions about checking HTML documents for conformance errors, use the tag instead.

18 questions
0
votes
1 answer

Ruby on Rails: Validate HTML and CSS on file upload

The application I'm working on allows users to upload HTML templates with CSS, which the app then processes out for various tasks. The upload process works fine, but I'm trying to find a way to validate the HTML and CSS files that get uploaded. …
Kevin Whitaker
  • 12,435
  • 12
  • 51
  • 89
0
votes
1 answer

jQuery: how to pass event metadata on HTML elements while maintaining XHTML validity?

I'm sure a lot of you have come across this dilemma at one time or another: I have a block-level HTML element that contains multiple block-level and inline-level elements, e.g.

Something

bobsoap
  • 4,844
  • 7
  • 30
  • 43
-2
votes
1 answer

Automatically check for valid HTML on each request

I am cleaning up my website and i would like to see html errors and warnings on each page automatically. I use to use Html Validator for firefox (addon) but it doesnt appear to validate automatically anymore. I don't know if its because of the addon…
user34537
1
2