Skip to content

Commit

Permalink
b-#355 table update with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StephDriver committed Nov 14, 2024
1 parent 84f8bb4 commit 7dacdae
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions templates/custom/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@
<h2 id="open-access-advocacy">Open access advocacy.</h2>
{% component_block "filterable_list" list_id="advocacy" value_names="name type description date" placeholder="e.g. brochure" %}
<div class="overflow-x-auto">
{# TableA11y header cells in first row, ambiguous data #}
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Date</th>
<th scope="col" >Name</th>
<th scope="col" >Type</th>
<th scope="col" >Description</th>
<th scope="col" >Date</th>
</tr>
</thead>
<tbody class="list">
Expand Down Expand Up @@ -161,13 +162,14 @@ <h2 id="open-access-advocacy">Open access advocacy.</h2>
<h2 id="olh-archive">The OLH archive.</h2>
<div class="overflow-x-auto">
{% component_block "filterable_list" list_id="archive" value_names="name type description date" placeholder="e.g. Janeway" %}
<table>
{# TableA11y header cells in first row, ambiguous data #}
<table>
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
<th>Date</th>
<th scope="col" >Name</th>
<th scope="col" >Type</th>
<th scope="col" >Description</th>
<th scope="col" >Date</th>
</tr>
</thead>
<tbody class="list">
Expand Down

0 comments on commit 7dacdae

Please sign in to comment.