Skip to content

Commit 4044c94

Browse files
domeniccynthia
andauthored
Fix Bikeshed syntax in casing rules table (#296)
* Fix Bikeshed syntax in casing rules table * Update index.bs Co-authored-by: Sangwhan "fish" Moon <[email protected]>
1 parent 98bb0d4 commit 4044c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2434,14 +2434,14 @@ design, the following rules have emerged:
24342434
<tr>
24352435
<th>Events</th>
24362436
<td>Lowercase, concatenated</td>
2437-
<td><code>autocompleteerror}}<br>
2438-
<code>languagechange}}</td>
2437+
<td><code>{{canplaythrough}}<br>
2438+
<code>{{languagechange}}</td>
24392439
</tr>
24402440
<tr>
24412441
<th>HTML elements and attributes</th>
24422442
<td>Lowercase, concatenated</td>
24432443
<td><{figcaption}><br>
2444-
<{textarea maxlength}></td>
2444+
<{textarea/maxlength}></td>
24452445
</tr>
24462446
<tr>
24472447
<th>JSON keys</th>

0 commit comments

Comments
 (0)