Are there more HTML elements witch have a state property like these:
<details open>, <input type=checkbox checked>, <input type=radio checked> ?
Are there more HTML elements witch have a state property like these:
<details open>, <input type=checkbox checked>, <input type=radio checked> ?
<script src="index.js" defer></script>
<video controls autoplay loop muted></video>
<audio controls autoplay loop muted></audio>
<button autofocus></button>
<track src="subtitles.vtt" default>
<input type="submit" disabled required>
these are ones that i had thought of there might be more here's a list of all attributes