Skip to content
This repository was archived by the owner on Dec 7, 2017. It is now read-only.

Action attribute really required on form elements? #62

Open
erikwoods opened this issue Apr 26, 2016 · 0 comments
Open

Action attribute really required on form elements? #62

erikwoods opened this issue Apr 26, 2016 · 0 comments
Labels

Comments

@erikwoods
Copy link

According to the W3C, the action attribute is not required in an "HTML5" document. HTML Inspector is telling me otherwise.

I also put this code into a validator and it did not complain:

<!DOCTYPE html>
<html>
  <head>
    <title>test</title>
  </head>
  <body>
    <form>
    </form>
  </body>
</html>

Am I missing something?

screen shot 2016-04-26 at 10 39 20 am

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants