Published date and last update:
true HTML attributes?
There are some HTML attributes you can write without defining their value if that value is true, but this is not the case with aria-hidden. It has to be written out:
aria-hidden="true"