You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases in HTML5 where one wants to simply put the name of an attribute in a tag, and for it not to be set to anything (specially for proprietary attributes). It would be useful if there was an option to honor this behavior so that, for instance:
<pre><aidl>x</a></pre>
Does not become:
<pre><aidl="">x</a></pre>
If there is already some way to do that, apologies. I was not able to find an option for it.