We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a34da commit fcfe647Copy full SHA for fcfe647
src/java.desktop/share/classes/java/awt/doc-files/Modality.html
@@ -208,14 +208,14 @@ <h2>Show/hide blocking</h2>
208
209
<table class="striped">
210
<caption>The Standard Blocking Matrix</caption>
211
- <tbody><tr>
+ <thead><tr>
212
<th scope="col">current/shown</th>
213
<th scope="col">frame & modeless</th>
214
<th scope="col">document</th>
215
<th scope="col">application</th>
216
<th scope="col">toolkit</th>
217
- </tr>
218
- <tr>
+ </tr></thead>
+ <tbody><tr>
219
<th scope="row">-</th>
220
<td>-</td>
221
0 commit comments