0
In the HTML, there are the elements 'Form-Associated', which are elements that are associated with form which are inside, like the input for example.
Good, but even if it’s unusual, if in a certain situation I want an element NAY 'Form-Associated' native were associated with the form in question, something like:
<form>
<div value="VALOR"></div>
</form>
Is it possible to associate these elements only with HTML ? (submit the div value)
OBS: I don’t want to capture the value with JS
or otherwise, the question is whether there is how to make these elements naturally associated with HTML.