[wp-trac] [WordPress Trac] #30083: Twenty Fifteen: Sub Menu Navigation Toggles are Invalid HTML

WordPress Trac noreply at wordpress.org
Fri Oct 24 12:13:08 UTC 2014


#30083: Twenty Fifteen: Sub Menu Navigation Toggles are Invalid HTML
-------------------------------------+----------------------------
 Reporter:  davidakennedy            |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  4.1
Component:  Bundled Theme            |     Version:  trunk
 Severity:  blocker                  |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:  accessibility
-------------------------------------+----------------------------

Comment (by afercia):

 Turns out the real reason for the uppercase thing is in the general CSS
 rule for input buttons:

 {{{
 button,
 input[type="button"],
 input[type="reset"],
 input[type="submit"] {
         ...
         text-transform: uppercase;
 }
 }}}

 so it's not a NVDA bug, just something that needs to be reset for screen
 reader's text.

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


More information about the wp-trac mailing list