WordPress/wp-admin/js/widgets
Andrea Fercia d1948f623a Accessibility: CodeMirror editing areas minor improvements.
- properly labels all the code editor areas (Theme/Plugin, Custom HTML widget, Additional CSS), whether CodeMirror is enabled or disabled
- adds `role="textbox"` and `aria-multiline="true"` to the CodeMirror editing area to allow assistive technologies properly identify it as a textarea
- standardizes the "keyboard trap" help text across the admin and keeps it as a list for better readability
- use the Help text elements as target for `aria-describedby`, to make screen readers read out the help text when focusing the editors
- fixes the `aria-expanded` attribute usage in the Customizer "Additional CSS" help toggle
- moves focus to the CodeMirror editing area when clicking on the associated label
- in the Plugin editor screen: changes a `<big>` element to `<h2>` for better semantics and consistency with the Theme editor screen
- also, removes a few textdomain leftovers, see `better-code-editing` and `default`

Props westonruter, melchoyce, afercia.
Fixes #41872.

Built from https://develop.svn.wordpress.org/trunk@41586


git-svn-id: http://core.svn.wordpress.org/trunk@41419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2017-09-24 16:00:46 +00:00
..
custom-html-widgets.js Accessibility: CodeMirror editing areas minor improvements. 2017-09-24 16:00:46 +00:00
custom-html-widgets.min.js Accessibility: CodeMirror editing areas minor improvements. 2017-09-24 16:00:46 +00:00
media-audio-widget.js Widgets: Further refine WP JS coding style in media widgets code. 2017-05-22 22:05:42 +00:00
media-audio-widget.min.js
media-image-widget.js Widgets: Expose link URL input field in Image widget to avoid having to open media modal to discover. 2017-08-14 17:56:42 +00:00
media-image-widget.min.js Widgets: Expose link URL input field in Image widget to avoid having to open media modal to discover. 2017-08-14 17:56:42 +00:00
media-video-widget.js REST API: Allow overriding jQuery.ajax calls from within wp-admin 2017-08-02 16:45:44 +00:00
media-video-widget.min.js REST API: Allow overriding jQuery.ajax calls from within wp-admin 2017-08-02 16:45:44 +00:00
media-widgets.js Docs: Remove "the the" dittography from inline comments. 2017-09-08 18:21:42 +00:00
media-widgets.min.js Widgets: Expose link URL input field in Image widget to avoid having to open media modal to discover. 2017-08-14 17:56:42 +00:00
text-widgets.js Docs: Remove "to to" dittography from inline comments. 2017-09-09 13:49:43 +00:00
text-widgets.min.js Widgets: Add dirty state tracking for widgets on admin screen. 2017-09-08 19:11:43 +00:00