Hello everybody,
I'd like to propose a change to the wordpress code in order to have the product in line with the WCAG directives for sites accessibility.
The "get_the_content($more_link_text = nul, $stripteaser = 0, $more_file = '')" function within the "post-template.php" file, that can be used to generate code for the <!--more-->.
As you all know a link to the page that contains the article is generated as you invoke that. Well, this link appears to be not that clear to me and it does not carry the "title" attribute, which is a must if you gotta use this kind of "assistive technologies".
Thanks in advance.