I need to know if a tag is async by parsing html. I got a problem that I can't find any document about the valid value (and meaning) of async attribute.
What I know is that for async the valid value is:
- async
- async="async"
for non-async:
- async="false"
what does async="" mean? and any other value?