Skip to content

Commit fcfe647

Browse files
committed
8260462: Missing <thead> in Modality.html
Reviewed-by: serb, psadhukhan
1 parent 67a34da commit fcfe647

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/java.desktop/share/classes/java/awt/doc-files/Modality.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ <h2>Show/hide blocking</h2>
208208

209209
<table class="striped">
210210
<caption>The Standard Blocking Matrix</caption>
211-
<tbody><tr>
211+
<thead><tr>
212212
<th scope="col">current/shown</th>
213213
<th scope="col">frame &amp; modeless</th>
214214
<th scope="col">document</th>
215215
<th scope="col">application</th>
216216
<th scope="col">toolkit</th>
217-
</tr>
218-
<tr>
217+
</tr></thead>
218+
<tbody><tr>
219219
<th scope="row">-</th>
220220
<td>-</td>
221221
<td>-</td>

0 commit comments

Comments
 (0)