Skip to content

Commit 7796f2e

Browse files
authored
Remove name attribute for osolete param element
related to #400
1 parent 4f3c8b2 commit 7796f2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4788,6 +4788,7 @@ <h3>HTML Attribute State and Property Mappings</h3>
47884788
<td class="ax"><div class="general">Not mapped</div></td>
47894789
<td class="comments"></td>
47904790
</tr>
4791+
<!-- the param element is obsolete
47914792
<tr tabindex="-1" id="att-name-param">
47924793
<th>`name`</th>
47934794
<td class="elements">
@@ -4799,7 +4800,8 @@ <h3>HTML Attribute State and Property Mappings</h3>
47994800
<td class="atk"><div class="general">Not mapped</div></td>
48004801
<td class="ax"><div class="general">Not mapped</div></td>
48014802
<td class="comments"></td>
4802-
</tr>
4803+
</tr>
4804+
-->
48034805
<tr tabindex="-1" id="att-name-slot">
48044806
<th>`name`</th>
48054807
<td class="elements">

0 commit comments

Comments
 (0)