Title: [216855] trunk/Websites/webkit.org
Revision
216855
Author
jcr...@apple.com
Date
2017-05-14 22:00:08 -0700 (Sun, 14 May 2017)

Log Message

2017-05-14  James Craig  <jcr...@apple.com>

        AX: All the articles on the WebKit blog are called 'Clickable Link' by VoiceOver
        https://bugs.webkit.org/show_bug.cgi?id=172096
        <rdar://problem/31624323>

        Unreviewed. Fixing broken link titles for screen readers.

        * wp-content/themes/webkit/loop.php: Adding relevant link label for accessibility.

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (216854 => 216855)


--- trunk/Websites/webkit.org/ChangeLog	2017-05-15 03:45:30 UTC (rev 216854)
+++ trunk/Websites/webkit.org/ChangeLog	2017-05-15 05:00:08 UTC (rev 216855)
@@ -1,3 +1,13 @@
+2017-05-14  James Craig  <jcr...@apple.com>
+
+        AX: All the articles on the WebKit blog are called "Clickable Link" by VoiceOver
+        https://bugs.webkit.org/show_bug.cgi?id=172096
+        <rdar://problem/31624323>
+
+        Unreviewed. Fixing broken link titles for screen readers.
+
+        * wp-content/themes/webkit/loop.php: Adding relevant link label for accessibility.
+
 2017-05-08  James Craig  <jcr...@apple.com>
 
         More demo files for prefers-reduced-motion post

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/loop.php (216854 => 216855)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/loop.php	2017-05-15 03:45:30 UTC (rev 216854)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/loop.php	2017-05-15 05:00:08 UTC (rev 216855)
@@ -12,7 +12,7 @@
 $classes[] = 'third-tile';
 ?>
     <div <?php echo post_class(join(' ', $classes)); ?>>
-        <a class="tile-link" href="" the_permalink(); ?>">Clickable link</a>
+        <a class="tile-link" href="" the_permalink(); ?>"><?php the_title(); ?></a>
         <div class="background-image">
             <div class="featured-image"<?php echo $background_image; ?>></div>
             <?php if ( $featured ): ?><div class="background-vignette"></div><?php endif; ?>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to