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
@@ -115283,7 +115283,6 @@ if (s = prompt('What is your name?')) {
115283
115283
<tr>
115284
115284
<td> <span>Interactive content</span>*
115285
115285
<td>
115286
-
<code>a</code>;
115287
115286
<code>button</code>;
115288
115287
<code>details</code>;
115289
115288
<code>embed</code>;
@@ -115293,6 +115292,7 @@ if (s = prompt('What is your name?')) {
115293
115292
<code>select</code>;
115294
115293
<code>textarea</code>
115295
115294
<td>
115295
+
<code>a</code> (if the <code data-x="attr-hyperlink-href">href</code> attribute is present);
115296
115296
<code>audio</code> (if the <code data-x="attr-media-controls">controls</code> attribute is present);
115297
115297
<code>img</code> (if the <code data-x="attr-hyperlink-usemap">usemap</code> attribute is present);
115298
115298
<code>input</code> (if the <code data-x="attr-input-type">type</code> attribute is <em>not</em> in the <span data-x="attr-input-type-hidden">Hidden</span> state);
0 commit comments