Skip to content

Commit

Permalink
Move caption headings in Events (#8836)
Browse files Browse the repository at this point in the history
Move caption headings to fix/help with #8519
  • Loading branch information
SphinxKnight authored Sep 26, 2022
1 parent 2e186e3 commit 3a2950f
Showing 1 changed file with 25 additions and 37 deletions.
62 changes: 25 additions & 37 deletions files/pt-br/web/events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,9 @@ <h3 id="Histórico_de_sessão">Histórico de sessão</h3>
</tbody>
</table>

<h3 id="Animações_CSS">Animações CSS</h3>

<table>
<caption>
<h3 id="Animações_CSS">Animações CSS</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand All @@ -175,10 +174,9 @@ <h3 id="Animações_CSS">Animações CSS</h3>
</tbody>
</table>

<h3 id="Transição_CSS">Transição CSS</h3>

<table>
<caption>
<h3 id="Transição_CSS">Transição CSS</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand All @@ -205,10 +203,9 @@ <h3 id="Transição_CSS">Transição CSS</h3>
</tbody>
</table>

<h3 id="Formulários">Formulários</h3>

<table>
<caption>
<h3 id="Formulários">Formulários</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand All @@ -227,10 +224,9 @@ <h3 id="Formulários">Formulários</h3>
</tbody>
</table>

<h3 id="Impressão">Impressão</h3>

<table>
<caption>
<h3 id="Impressão">Impressão</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand All @@ -249,11 +245,10 @@ <h3 id="Impressão">Impressão</h3>
</tbody>
</table>

<h3 id="Composição_de_texto">Composição de texto</h3>

<table>
<caption>
<h3 id="Composição_de_texto">Composição de texto</h3>
</caption>
<thead>
<thead>
<tr>
<th scope="col">Nome do evento</th>
<th scope="col">Momento do disparo</th>
Expand All @@ -275,10 +270,9 @@ <h3 id="Composição_de_texto">Composição de texto</h3>
</tbody>
</table>

<h3 id="Tela">Tela</h3>

<table>
<caption>
<h3 id="Tela">Tela</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand All @@ -305,10 +299,9 @@ <h3 id="Tela">Tela</h3>
</tbody>
</table>

<h3 id="Área_de_transferência">Área de transferência</h3>

<table>
<caption>
<h3 id="Área_de_transferência">Área de transferência</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand All @@ -331,10 +324,9 @@ <h3 id="Área_de_transferência">Área de transferência</h3>
</tbody>
</table>

<h3 id="Teclado">Teclado</h3>

<table>
<caption>
<h3 id="Teclado">Teclado</h3>
</caption>
<tbody>
</tbody>
<thead>
Expand All @@ -359,10 +351,9 @@ <h3 id="Teclado">Teclado</h3>
</tbody>
</table>

<h3 id="Mouse">Mouse</h3>

<table>
<caption>
<h3 id="Mouse">Mouse</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand Down Expand Up @@ -435,10 +426,9 @@ <h3 id="Mouse">Mouse</h3>
</tbody>
</table>

<h3 id="Arrastar_e_soltar">Arrastar e soltar</h3>

<table>
<caption>
<h3 id="Arrastar_e_soltar">Arrastar e soltar</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand Down Expand Up @@ -477,10 +467,9 @@ <h3 id="Arrastar_e_soltar">Arrastar e soltar</h3>
</tbody>
</table>

<h3 id="Mídia">Mídia</h3>

<table>
<caption>
<h3 id="Mídia">Mídia</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand Down Expand Up @@ -571,10 +560,9 @@ <h3 id="Mídia">Mídia</h3>
</tbody>
</table>

<h3 id="Progresso">Progresso</h3>

<table>
<caption>
<h3 id="Progresso">Progresso</h3>
</caption>
<thead>
<tr>
<th scope="col">Nome do evento</th>
Expand Down

0 comments on commit 3a2950f

Please sign in to comment.