iframe attributes not in code completion
Hello,
I have a small html5 project I'm doing and noticed that some iframe attributes are not available in code complettion, such as webkitallowfullscreen.
Is there a project setting to enable that or is it just not there?
thz
Please sign in to leave a comment.
This attribute is not a part of HTML5 spec... see https://www.w3.org/TR/html50/embedded-content-0.html#the-iframe-element
opps, my mistake, I was looking at the wrong documents.