[wp-trac] [WordPress Trac] #30178: Twenty Thirteen: Replaces ellipses with ellipses and a Continue reading link.
WordPress Trac
noreply at wordpress.org
Wed Oct 29 17:19:35 UTC 2014
#30178: Twenty Thirteen: Replaces ellipses with ellipses and a Continue reading
link.
---------------------------+-----------------------------
Reporter: davidakennedy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: trunk
Severity: normal | Keywords:
Focuses: accessibility |
---------------------------+-----------------------------
To help improve accessibility, we need to make clean automatically-
generated excepts and excerpts handle the post title. This makes the
Continue reading links more specific for screen reader users.
We should replace the ellipses (appended to automatically generated
excerpts) with a Continue reading link.
We can also add a visually hidden post title in the content template parts
to better accommodate screen reader users.
Something like:
{{{
<?php
/* translators: %s: Name of current post */
the_content( sprintf(
esc_html__( 'Continue reading %s', 'twentyfifteen' ),
the_title( '<span class="screen-reader-text">', '</span>',
false )
) );
?>
}}}
Related: #30135, #30176
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30178>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list