Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15080, comment 46


Ignore:
Timestamp:
03/12/2013 10:54:46 PM (12 years ago)
Author:
sscovil
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15080, comment 46

    initial v1  
    1 The old comment form output some help text inside `<p>` tags, as seen here: http://pastebin.com/SgMaD22e
     1The old comment form was outputting help text inside `<p>` tags, as seen here: http://pastebin.com/SgMaD22e
    22
    33According to @joedolson: "Having paragraphs inside a form can require a screen reader user to move back and forth between modes to read all text."
    44
    5 The latest patch resolves this issue by wrapping form help text in label tags, as seen here: http://pastebin.com/yzpBBTD4
     5The new patch resolves this issue by wrapping form help text in `<label>` tags, as seen here: http://pastebin.com/yzpBBTD4