Changes between Initial Version and Version 1 of Ticket #31517, comment 7
- Timestamp:
- 10/08/2016 03:29:17 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31517, comment 7
initial v1 1 1 This has been implemented in the patch for #30937. 2 2 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()`.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()`. 4 4 5 5 Please test: `grunt patch:https://github.com/xwp/wordpress-develop/pull/161`