Accessibility problem with headings in issue queue
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2095969. --> Reported by: [mgifford](https://www.drupal.org/user/27930) >>> <p>In looking at:<br> <a href="https://git7site.devdrupal.org/node/1339130">https://git7site.devdrupal.org/node/1339130</a></p> <p>I noticed that there are empty headers:</p> <pre>&lt;h3 class="comment-title"&gt;&lt;/h3&gt;<br>&lt;a class="permalink" rel="bookmark" href="/comment/5558104#comment-5558104"&gt;#1&lt;/a&gt;</pre><p>Can we just change this to:<br> <code>&lt;h3 class="comment-title"&gt;&lt;a class="permalink" rel="bookmark" href="/comment/5558104#comment-5558104"&gt;#1&lt;/a&gt;&lt;/h3&gt;</code></p> <p>That way it's going to be more accessible.</p> > Related issue: [Issue #2170251](https://www.drupal.org/node/2170251) > Related issue: [Issue #936304](https://www.drupal.org/node/936304)
issue