Skip to content

Commit

Permalink
8260462: Missing <thead> in Modality.html
Browse files Browse the repository at this point in the history
Reviewed-by: serb, psadhukhan
  • Loading branch information
aivanov-jdk committed Jan 30, 2021
1 parent 67a34da commit fcfe647
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -208,14 +208,14 @@ <h2>Show/hide blocking</h2>

<table class="striped">
<caption>The Standard Blocking Matrix</caption>
<tbody><tr>
<thead><tr>
<th scope="col">current/shown</th>
<th scope="col">frame &amp; modeless</th>
<th scope="col">document</th>
<th scope="col">application</th>
<th scope="col">toolkit</th>
</tr>
<tr>
</tr></thead>
<tbody><tr>
<th scope="row">-</th>
<td>-</td>
<td>-</td>
Expand Down

1 comment on commit fcfe647

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.