[wp-trac] [WordPress Trac] #38338: Twenty Sixteen: Skip To Content Link Not Working on iPhone

WordPress Trac noreply at wordpress.org
Fri Jan 18 15:00:48 UTC 2019


#38338: Twenty Sixteen: Skip To Content Link Not Working on iPhone
---------------------------+------------------------------
 Reporter:  alexstine      |       Owner:  davidakennedy
     Type:  defect (bug)   |      Status:  reopened
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Bundled Theme  |     Version:
 Severity:  major          |  Resolution:
 Keywords:                 |     Focuses:  accessibility
---------------------------+------------------------------

Comment (by afercia):

 This should be tested again on a real iOS device. That said I think
 there's an issue on the site reported as example.

 @alexstine hello there. As far as I see, the KSB site is using a child
 theme. The child theme is probably changing something in the header
 template because the skip link doesn't even get visually revealed when
 focused.

 Sorry for the code examples, hope you can get it: on the KSB site I see
 the markup is:
 `<a class="screen-reader-text" href="#content">Skip to Content</a>`

 while it should be:
 `<a class="skip-link screen-reader-text" href="#content">Skip to
 content</a>`

 Basically, it misses an additional `skip-link` CSS class. Not sure that
 has anything to do with the issue you reported though, unfortunately I
 can't test on an iPhone.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/38338#comment:19>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list