Skip to content

Commit

Permalink
remove TableA11y Comments #4055
Browse files Browse the repository at this point in the history
  • Loading branch information
StephDriver committed Dec 17, 2024
1 parent 04f42ea commit f878ed8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/themes/OLH/templates/elements/section_block.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<h3>{% trans 'Sections' %}</h3>
{# TableA11y superflous p tags, single row of headings, very ambiguous data -> single row and column headings and make icons screen-reader compatible #}
<table>
<thead>
<tr>
Expand Down
1 change: 0 additions & 1 deletion src/themes/clean/templates/elements/sections_block.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<h2>{% trans 'Sections' %}</h2>

{# TableA11y single row headings, but very ambiguous data, should be one row and one column headings #}
<table class="table">
<caption>{% trans 'Sections submission information' %}</caption>
<thead>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{# TableA11y superfluous paragraph tags, single row headings, but very ambiguous data, should be one row and one column headings #}
<table class="striped responsive-table">
<thead>
<tr>
Expand Down
1 change: 0 additions & 1 deletion src/themes/material/templates/journal/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ <h4>
{% if article.has_publication_details %}
<div class="section">
<h4>{% trans "Publication details" %}</h4>
{# TableA11y header cells in first column, ambiguous data #}
<table class="sidebar-table">
{% if article.page_range %}
<tr>
Expand Down

0 comments on commit f878ed8

Please sign in to comment.