Description
My System - Joomla Accessibility Checker tells me there is a problem with empty links. I fixed it in:
league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php
by commenting out line 70 so the href attribute does not appear in the anchor. Could that be right?
Example
//$attrs->set('href', '#' . $fragmentPrefix . $slug);
Did this project help you today? Did it make you happy in any way?
No response
Description
My System - Joomla Accessibility Checker tells me there is a problem with empty links. I fixed it in:
league/commonmark/src/Extension/HeadingPermalink/HeadingPermalinkRenderer.php
by commenting out line 70 so the href attribute does not appear in the anchor. Could that be right?
Example
Did this project help you today? Did it make you happy in any way?
No response