Changeset 2127957
- Timestamp:
- 07/24/2019 02:36:00 PM (7 years ago)
- Location:
- content-author-accessibility-preview/trunk
- Files:
-
- 3 edited
-
assets/caa11yp.css (modified) (2 diffs)
-
content-author-accessibility-preview.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-author-accessibility-preview/trunk/assets/caa11yp.css
r2094757 r2127957 58 58 .caa11yp-messages li { 59 59 background-color: white; 60 color: black; 60 61 font-size: 0.9em; 61 62 font-family: sans-serif; … … 73 74 .caa11yp-messages li.high { 74 75 background-color: red; 76 color: white; 75 77 } 76 78 -
content-author-accessibility-preview/trunk/content-author-accessibility-preview.php
r2094757 r2127957 10 10 * Plugin URI: https://github.com/boswall/Content-Author-Accessibility-Preview 11 11 * Description: Flag up potential accessibility issues when your content authors preview the post or page that they have just added or amended 12 * Version: 1.1 12 * Version: 1.1.1 13 13 * Author: Matt Rose 14 14 * Author URI: https://glaikit.co.uk/ … … 24 24 } 25 25 26 define( 'CAA11YP_VERSION', 1.1);26 define( 'CAA11YP_VERSION', '1.1.1' ); 27 27 28 28 require_once plugin_dir_path( __FILE__ ) . 'caa11yp-admin.php'; … … 169 169 array( 170 170 'id' => 'a-new-window', 171 'selector' => $container . ' a[target] ',171 'selector' => $container . ' a[target]:not([target="_self"])', 172 172 'label' => __( 'link opens new window', 'caa11yp' ), 173 173 'severity' => 'low', -
content-author-accessibility-preview/trunk/readme.txt
r2094757 r2127957 71 71 [Suggest a change or feature!](https://github.com/boswall/Content-Author-Accessibility-Preview/issues) 72 72 73 = 1.1.1 = 74 75 * Bug fix 76 * Improved colour contrast on labels 77 73 78 = 1.1.0 = 74 79
Note: See TracChangeset
for help on using the changeset viewer.