Html Elements That Require Return Values From Their Action Fields

Posted by topdog 323 days ago Questions| html return action fields All
I am trying to learn HTML/PHP/JS. I have been reading through documentation and one thing which I can't find documented in the standard is which HTML elements require or use the return value from their action fields. I understand that onSubmit won't submit a form if the return value is false (which is used when submitting the form through javascript). Where can I find this behavior documented in the W3 standards, and of course documenting all other elements behavior in regards to return values?

I found some pages that list this information but I would like to see the official documentation to be sure that I'm programming it correctly.

Thank you,
Nachum Kanovsky
Discuss Bury


Who Voted for this Question