Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31517, comment 7


Ignore:
Timestamp:
10/08/2016 03:29:17 PM (8 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31517, comment 7

    initial v1  
    11This has been implemented in the patch for #30937.
    22
    3 When a link is not previewable it will get a `cursor:not-allowed` style and `wp.a11y.speak()` will be called to accessibly notify that it cannot be live previewed. Likewise, when attempting to submit a form that is not live-previewable (if it uses a `POST` method or has an `action` that points off of the site) there will be be the same `cursor:not-allowed` style added to the `form` and all of its `inputs` with a similar non-previewable message output via `wp.a11y.speak()`.
     3When a link is not previewable it will get a `cursor:not-allowed` style and `wp.a11y.speak()` will be called to accessibly notify that it cannot be live previewed. Likewise, when attempting to submit a form that is not live-previewable (if it uses a `POST` method or has an `action` that points off of the site) there will be be the same `cursor:not-allowed` style added to the `form` and all of its inputs with a similar non-previewable message output via `wp.a11y.speak()`.
    44
    55Please test: `grunt patch:https://github.com/xwp/wordpress-develop/pull/161`