Opened 10 years ago
Closed 10 years ago
#30178 closed enhancement (fixed)
Twenty Thirteen: Replaces ellipses with ellipses and a Continue reading link.
Reported by: | davidakennedy | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | accessibility | Cc: |
Description
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 ) ) ); ?>
Attachments (2)
Change History (10)
This ticket was mentioned in Slack in #accessibility by davidakennedy. View the logs.
10 years ago
This ticket was mentioned in Slack in #core-themes by davidakennedy. View the logs.
10 years ago
This ticket was mentioned in Slack in #accessibility by davidakennedy. View the logs.
10 years ago
#6
@
10 years ago
- Milestone changed from Awaiting Review to 4.1
Let's try to get this in soon to coincide with updating all default themes for 4.1.
Removes leading space; concatenates ellipses with spaces and link.