0 votes
in HTML by

What are the rules established for HTML5 ?

1 Answer

0 votes
by

Some rules for HTML5 were established:

New features should be based on HTML, CSS, DOM, and JavaScript

Reduce the need for external plugins (like Flash)

Better error handling

More markup to replace scripting

HTML5 should be device independent

The development process should be visible to the public.

...