WordPress/wp-includes/customize
Andrea Fercia 5c60995bd4 Accessibility: Replace media placeholder clickable divs with buttons.
`<button>` elements are natively interactive, supported by any assistive technology, and must be used instead of non-semantic, non-accessible `<div>` elements.

Also, this change aligns the Media Widgets and the Customizer site icon and site logo controls with the design pattern used in the new Block Editor for similar controls.

Props ramonopoly, welcher, afercia.
Fixes #43151.

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


git-svn-id: http://core.svn.wordpress.org/trunk@44628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-05 17:49:52 +00:00
..
class-wp-customize-background-image-control.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
class-wp-customize-background-image-setting.php
class-wp-customize-background-position-control.php
class-wp-customize-code-editor-control.php
class-wp-customize-color-control.php Customize: Remove a stray whitespace. 2018-04-13 15:10:20 +00:00
class-wp-customize-cropped-image-control.php
class-wp-customize-custom-css-setting.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
class-wp-customize-date-time-control.php Docs: Add a missing @global to the WP_Customize_Date_Time_Control::get_month_choices() docblock. 2019-01-08 05:24:49 +00:00
class-wp-customize-filter-setting.php
class-wp-customize-header-image-control.php Docs: Add docblocks for WP_Customize_Header_Image_Control member variables. 2019-01-15 05:54:48 +00:00
class-wp-customize-header-image-setting.php
class-wp-customize-image-control.php
class-wp-customize-media-control.php Accessibility: Replace media placeholder clickable divs with buttons. 2019-03-05 17:49:52 +00:00
class-wp-customize-nav-menu-auto-add-control.php
class-wp-customize-nav-menu-control.php Docs: Add missing WP_Customize_Control reference to WP_Customize_Nav_Menu_Control and WP_Customize_Nav_Menu_Item_Control DocBlocks. 2019-02-28 02:07:51 +00:00
class-wp-customize-nav-menu-item-control.php Docs: Add missing WP_Customize_Control reference to WP_Customize_Nav_Menu_Control and WP_Customize_Nav_Menu_Item_Control DocBlocks. 2019-02-28 02:07:51 +00:00
class-wp-customize-nav-menu-item-setting.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
class-wp-customize-nav-menu-location-control.php
class-wp-customize-nav-menu-locations-control.php Docs: Add a reference to WP_Customize_Control from the WP_Customize_Nav_Menu_Locations_Control docblock. 2019-01-08 05:18:50 +00:00
class-wp-customize-nav-menu-name-control.php
class-wp-customize-nav-menu-section.php
class-wp-customize-nav-menu-setting.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
class-wp-customize-nav-menus-panel.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
class-wp-customize-new-menu-control.php Docs: Future-proof comments referencing 5.0 TODOs. 2018-12-17 03:07:55 +00:00
class-wp-customize-new-menu-section.php Docs: Future-proof comments referencing 5.0 TODOs. 2018-12-17 03:07:55 +00:00
class-wp-customize-partial.php
class-wp-customize-selective-refresh.php
class-wp-customize-sidebar-section.php
class-wp-customize-site-icon-control.php Accessibility: Replace media placeholder clickable divs with buttons. 2019-03-05 17:49:52 +00:00
class-wp-customize-theme-control.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:51:36 +00:00
class-wp-customize-themes-panel.php
class-wp-customize-themes-section.php I18n: Improve translators comments [2]. 2018-08-30 12:36:24 +00:00
class-wp-customize-upload-control.php
class-wp-widget-area-customize-control.php
class-wp-widget-form-customize-control.php Docs: Add docblocks to the members of WP_Widget_Form_Customize_Control. 2019-01-09 05:49:49 +00:00