WordPress/wp-includes
Andrea Fercia 2a86d8d534 Accessibility: Media: Hide the invisible "file input" on media views from assistive technologies.
The file input button is visually hidden, but was announced by screen readers in workflows unrelated to file uploads.
It is now hidden from assistive technologies by the means of an `aria-hidden` attribute, as its CSS display property must not be changed to make sure it still works on old browsers.

See #49753.
Fixes #47611.

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


git-svn-id: http://core.svn.wordpress.org/trunk@47610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-05-20 13:33:07 +00:00
..
assets Block Editor: Update _all_ of the block editor packages following the 5.4.1 release. 2020-05-05 23:56:33 +00:00
blocks Block Editor: Update _all_ of the block editor packages following the 5.4.1 release. 2020-05-05 23:56:33 +00:00
certificates HTTP: Update the Root Certificate bundle. 2019-09-12 12:04:59 +00:00
css Administration: Remove any CSS related to Internet Explorer versions 6 – 10. 2020-05-06 20:15:07 +00:00
customize Themes: Prevent installation of themes that require a higher version of PHP or WordPress. 2020-05-18 16:03:09 +00:00
fonts
ID3 General: More PHP compatibility adjustments. 2020-05-01 20:12:06 +00:00
images
IXR
js Accessibility: Media: Hide the invisible "file input" on media views from assistive technologies. 2020-05-20 13:33:07 +00:00
pomo Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
random_compat
Requests
rest-api REST API: Support more JSON Schemas when filtering a response by context. 2020-05-04 02:46:05 +00:00
SimplePie External Libraries: Update the SimplePie library to the latest version (1.5.5). 2020-05-01 14:26:07 +00:00
sodium_compat
Text
theme-compat Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
widgets Coding Standards: Use strict comparison in wp-includes/widgets/class-wp-widget-rss.php. 2020-05-08 08:36:18 +00:00
admin-bar.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
atomlib.php
author-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
blocks.php Docs: Use more specific types in parameter descriptions in place of mixed. 2020-03-01 10:38:07 +00:00
bookmark-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
bookmark.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
cache.php
canonical.php Canonical: Only redirect non-existing page requests to the post permalink if the post is found. 2020-05-04 10:49:07 +00:00
capabilities.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
category-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
category.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-feed.php
class-http.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-IXR.php
class-json.php
class-oembed.php
class-phpass.php
class-phpmailer.php
class-pop3.php General: More PHP compatibility adjustments. 2020-05-01 20:12:06 +00:00
class-requests.php
class-simplepie.php External Libraries: Update the SimplePie library to the latest version (1.5.5). 2020-05-01 14:26:07 +00:00
class-smtp.php
class-snoopy.php General: Fix various issues flagged by the PHPCompatibilityWP PHPCS ruleset. 2020-05-01 19:07:09 +00:00
class-walker-category-dropdown.php
class-walker-category.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-walker-comment.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-walker-nav-menu.php
class-walker-page-dropdown.php
class-walker-page.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-admin-bar.php Administration: Remove any CSS related to Internet Explorer versions 6 – 10. 2020-05-06 20:15:07 +00:00
class-wp-ajax-response.php
class-wp-block-parser.php
class-wp-block-styles-registry.php
class-wp-block-type-registry.php Docs: Misc docblock corrections and improvements. 2020-05-03 19:38:08 +00:00
class-wp-block-type.php
class-wp-comment-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-comment.php Comments: Use comment instead of an empty string for the comment_type DB field value in comments table. 2020-04-17 19:35:06 +00:00
class-wp-customize-control.php Docs: Add a reference to WP_Customize_Setting::__construct() for information on accepted arguments in WP_Customize_Manager::add_setting(). 2020-02-27 20:09:06 +00:00
class-wp-customize-manager.php Coding Standards: Fix WPCS issues in wp-includes/class-wp-customize-manager.php. 2020-05-19 08:41:12 +00:00
class-wp-customize-nav-menus.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-customize-panel.php Docs: Add a reference to WP_Customize_Panel::__construct() for information on accepted arguments in WP_Customize_Manager::add_panel(). 2020-02-27 20:36:07 +00:00
class-wp-customize-section.php Docs: Add a reference to WP_Customize_Section::__construct() for information on accepted arguments in WP_Customize_Manager::add_section(). 2020-02-27 20:29:06 +00:00
class-wp-customize-setting.php Docs: Clarify the type of theme_supports argument in various Customizer classes. 2020-02-27 20:23:06 +00:00
class-wp-customize-widgets.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
class-wp-date-query.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
class-wp-dependency.php Docs: Use more specific type in description for _WP_Dependency::$deps. 2020-03-01 16:24:04 +00:00
class-wp-editor.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-embed.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-error.php
class-wp-fatal-error-handler.php Site Health: Do not trigger the fatal error handler while updates are being installed. 2020-05-06 14:38:17 +00:00
class-wp-feed-cache-transient.php
class-wp-feed-cache.php
class-wp-hook.php
class-wp-http-cookie.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-http-curl.php Coding Standards: Use strict type check for in_array() and array_search(). 2020-04-09 15:43:10 +00:00
class-wp-http-encoding.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-http-ixr-client.php
class-wp-http-proxy.php Code Modernization: Remove error suppression from parse_url() calls. 2020-04-24 07:28:10 +00:00
class-wp-http-requests-hooks.php
class-wp-http-requests-response.php
class-wp-http-response.php Coding Standards: Fix/ignore the WordPress.NamingConventions.ValidFunctionName violations. 2019-07-01 08:01:57 +00:00
class-wp-http-streams.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-list-util.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-locale-switcher.php
class-wp-locale.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-matchesmapregex.php
class-wp-meta-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-metadata-lazyloader.php
class-wp-network-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-network.php
class-wp-object-cache.php Cache API: Ensure proper escaping around the stats method in the cache API. 2020-04-29 15:36:06 +00:00
class-wp-oembed-controller.php REST API: Validate that the oembed url parameter is a string. 2020-05-03 22:42:06 +00:00
class-wp-oembed.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-paused-extensions-storage.php
class-wp-post-type.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-post.php Coding Standards: Use strict comparison in WP_Post where possible. 2019-03-15 21:55:50 +00:00
class-wp-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-recovery-mode-cookie-service.php
class-wp-recovery-mode-email-service.php
class-wp-recovery-mode-key-service.php
class-wp-recovery-mode-link-service.php
class-wp-recovery-mode.php
class-wp-rewrite.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-role.php
class-wp-roles.php
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-site.php
class-wp-tax-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-taxonomy.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-term-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
class-wp-theme.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-user-request.php Docs: Add missing @since tags for WP_User_Request properties. 2020-03-23 20:20:09 +00:00
class-wp-user.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp-walker.php
class-wp-widget-factory.php
class-wp-widget.php
class-wp-xmlrpc-server.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class-wp.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
class.wp-dependencies.php Script Loader: Add the $group parameter to WP_Dependencies::do_item(). 2020-05-06 16:27:12 +00:00
class.wp-scripts.php
class.wp-styles.php Script Loader: Add the $group parameter to WP_Dependencies::do_item(). 2020-05-06 16:27:12 +00:00
comment-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
comment.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
compat.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
cron.php Docs: Misc docblock corrections and improvements. 2020-05-03 19:38:08 +00:00
date.php
default-constants.php
default-filters.php Comments: Use comment instead of an empty string for the comment_type DB field value in comments table. 2020-04-17 19:35:06 +00:00
default-widgets.php
deprecated.php Bootstrap/Load: Deprecate wp_unregister_GLOBALS(). 2020-04-22 15:42:09 +00:00
embed-template.php
embed.php Customize: Load the default site icon from the wp-includes directory. 2020-05-20 10:36:09 +00:00
error-protection.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
formatting.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
functions.php Customize: Load the default site icon from the wp-includes directory. 2020-05-20 10:36:09 +00:00
functions.wp-scripts.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
functions.wp-styles.php
general-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
http.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
kses.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
l10n.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
link-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
load.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
locale.php
media-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
media.php Media: Ensure a consistent structure for the array returned by wp_get_attachment_image_src(). 2020-05-02 22:57:06 +00:00
meta.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-blogs.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-default-constants.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-default-filters.php
ms-deprecated.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-files.php
ms-functions.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-load.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-network.php Multisite: Introduce ms-site.php and ms-network.php files. 2019-01-08 09:15:49 +00:00
ms-settings.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
ms-site.php Docs: Synchronize parameter documentation for various metadata functions, update per the documentation standards. 2020-04-22 10:31:09 +00:00
nav-menu-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
nav-menu.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
option.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
pluggable-deprecated.php
pluggable.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
plugin.php Coding Standards: Use strict type check for in_array() and array_search() where strings are involved. 2020-04-05 03:02:11 +00:00
post-formats.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
post-template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
post-thumbnail-template.php
post.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
query.php Docs: Use more specific type in parameter descriptions for is_page(), is_single(), is_singular(), and their WP_Query counterpart methods. 2020-03-01 17:29:06 +00:00
registration-functions.php
registration.php
rest-api.php Coding Standards: Correct docblock indentation. 2020-05-16 19:56:09 +00:00
revision.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
rewrite.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
rss-functions.php
rss.php
script-loader.php Administration: Remove any CSS related to Internet Explorer versions 6 – 10. 2020-05-06 20:15:07 +00:00
session.php
shortcodes.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
spl-autoload-compat.php
taxonomy.php Docs: Synchronize parameter documentation for various metadata functions, update per the documentation standards. 2020-04-22 10:31:09 +00:00
template-loader.php
template.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
theme.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
update.php Coding Standards: Fix WPCS issues in wp-includes/update.php. 2020-05-09 12:52:10 +00:00
user.php Coding Standards: Use strict comparison where static strings are involved. 2020-05-16 18:42:12 +00:00
vars.php
version.php Accessibility: Media: Hide the invisible "file input" on media views from assistive technologies. 2020-05-20 13:33:07 +00:00
widgets.php
wlwmanifest.xml
wp-db.php Docs: Further update inline documentation for the wpdb class per the documentation standards. 2020-05-03 11:45:06 +00:00
wp-diff.php