3-2-2016 Blog Network Updates

Plugins:
Back WP Up v3.2.5
Jetpack v3.9.2
PDF Embedder v2.5
Gravity Forms WCAG v2.0
WP Slimstat v4.3

I have added a new plugin (Gravity Forms WCAG v2.0) which modifies Gravity Forms form fields and improves validation so that forms meet WCAG 2.0 accessibility requirements.  There is nothing you need to do to use this plugin.  I have enabled it for the network and it will automatically work with any forms created using Gravity Forms.

What does this plugin do?

  • Wraps radio, checkbox and list (repeater) fields in a fieldset.
  • Improves form validation by displaying an on-page message that describes how many errors there were in the page. The message contains a list of the form fields with the errors, a description of the error and a link to the field.
  • Adds aria-describedby attributes for date and website fields – providing clear instructions for screen reader users of what format is required for the field.
  • Adds HTML5 ‘required’ attribute and aria-required=’true’ for required fields
  • Adds aria-describedby attributes for fields that have failed validation – providing clear instructions for screen reader users of what the field error is. Description used is the default validation message for the field, or if set, the validation message for the field.
  • Disables the Gravity Forms configured tabindex – this stops users from being able to tab between fields and on-page links.
  • Changes links in the form body, such as field descriptions or HTML fields, so they open in a new window. A title is added or appended to any existing title for screen reader users which reads ‘this link will open in a new window’.
  • Improved file upload field – wrapped in field set, clearly identifies to screen reader users if any file size of file type restrictions have been set of the field.
  • Improved field instructions – if a description has been provided for the field, the field is ‘described by’ the description, using the aria-describedby attribute