Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find an authoritative test suite for the HTML5 standard?

I'm looking to write a comprehensive test-suite, to test a set of parsing and processing libraries against the HTML5 standard.

Where can I find an authoritative, comprehensive, suite of tests, which cover the majority of the HTML5 standard?

I've been searching for rendering tests in particular, but any kind of tests will do - as long as they include a set of html source code which exercises most, if not all, of the standard.

like image 204
blueberryfields Avatar asked Jun 19 '13 22:06

blueberryfields


People also ask

What is the latest version of HTML 2022?

The latest version of HTML is HTML5. There are two main components in HTML language, Tags and Attributes. The below image shows some basic HTML tags and attributes.

What is HTML5 example?

The term HTML5 means not only HTML, it is a combination of HTML, CSS and Javascript with APIs . For example, drawing and animation using canvas, offline storage, microdata, audio and video, drag and drop, geolocation, embedded fonts, web APIs etc.


1 Answers

The official web platform test suite is on GitHub. Be warned that it's not yet finished, one of the requirements for HTML5 moving from Proposed Recommendation to Recommendation is to complete the test suite so that at least two interoperable implementations can be identified. Details of how to submit new tests are available on the wiki.

like image 193
robertc Avatar answered Sep 21 '22 00:09

robertc