Skip to content

Commit 4198141

Browse files
committed
Help/About: Spell out abbreviation in About page text.
Removes the `title` attribute from the `abbr` element in favour of inline text `LCP (Largest Contentful Paint)` to improve accessibility of the phrase as the `title` attribute is often unavailable to assistive technology users. Props wildworks, ryelle. See #63941. git-svn-id: https://develop.svn.wordpress.org/trunk@61258 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 496df56 commit 4198141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/about.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</svg>
139139
</div>
140140
<h3><?php _e( 'Performance updates' ); ?></h3>
141-
<p><?php _e( 'WordPress 6.9 includes a broad set of performance enhancements. A better <abbr title="Largest Contentful Paint">LCP</abbr> metric is achieved through improved loading of conditional and inlined stylesheets, script loading with fetchpriority support, and additional core optimizations. Editor advances include fixes for layout shifts caused by the Video block and faster loading of the terms selector.' ); ?></p>
141+
<p><?php _e( 'WordPress 6.9 includes a broad set of performance enhancements. A better <abbr>LCP</abbr> (Largest Contentful Paint) metric is achieved through improved loading of conditional and inlined stylesheets, script loading with fetchpriority support, and additional core optimizations. Editor advances include fixes for layout shifts caused by the Video block and faster loading of the terms selector.' ); ?></p>
142142
</div>
143143
<div class="column">
144144
<div class="about__image">

0 commit comments

Comments
 (0)