Wordpress/src/wp-admin
Andrea Fercia 218162803e Accessibility: Comments: Improve links and buttons semantics and interaction.
With the exception of the "Edit" link, the "row actions" controls in the Comments table behave differently depending if JavaScript support is on or off.
When JavaScript support is off, they behave like links. When JavaScript support is on, they behave like buttons and they need to be buttons or have an ARIA `role="button"` added via JavaScript.

Lastly, the buttons in the Reply/Quick Edit form and the "Add Comment" in the edit post page meta box need to be buttons.

Fixes #43412.


git-svn-id: https://develop.svn.wordpress.org/trunk@44759 602fd350-edb4-49c9-b593-d223f7449a82
2019-02-20 23:36:26 +00:00
..
css Accessibility: Improve buttons placement in the Comments Quick edit/Reply form. 2019-02-20 22:08:23 +00:00
images Build: Update images following [43684]. 2018-12-19 00:33:59 +00:00
includes Accessibility: Comments: Improve links and buttons semantics and interaction. 2019-02-20 23:36:26 +00:00
maint Accessibility: Remove negative tabindex from the login, install, and setup pages header. 2019-01-10 17:20:59 +00:00
network Coding Standards: Upgrade WPCS to 1.2.1. 2019-01-12 06:40:16 +00:00
user Code is Poetry. 2017-11-30 23:09:33 +00:00
_index.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
about.php Admin: Update the About page design to match mockups. 2019-02-19 01:56:43 +00:00
admin-ajax.php Privacy: add means to erase personal data by username or email address. First run. 2018-04-18 22:29:59 +00:00
admin-footer.php Code is Poetry. 2017-11-30 23:09:33 +00:00
admin-functions.php Code is Poetry. 2017-11-30 23:09:33 +00:00
admin-header.php Accessibility: Improve the way Internet Explorer 11 and JAWS announce fieldset legends. 2019-01-17 11:54:23 +00:00
admin-post.php Admin: Use `is_user_logged_in()` instead of `wp_validate_auth_cookie()` in `admin-post.php`. 2019-01-16 05:40:04 +00:00
admin.php Coding Standards: Move an assignment out of a condition in `wp-admin/admin.php`. 2019-01-15 05:47:04 +00:00
async-upload.php Docs: Fix a few minor inline documentation typos in a variety of files and contexts. 2018-12-19 07:41:41 +00:00
comment.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
credits.php Coding Standards: Fix the minor `WordPress.WP.I18n` violations. 2019-01-11 06:03:46 +00:00
custom-background.php Docs: Fix a few minor inline documentation typos in a variety of files and contexts. 2018-12-19 07:41:41 +00:00
custom-header.php Coding Standards: Upgrade WPCS to 1.2.1. 2019-01-12 06:40:16 +00:00
customize.php General: Further improve error messages following [42648]. 2018-02-19 02:12:41 +00:00
edit-comments.php I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders. 2018-03-11 16:43:59 +00:00
edit-form-advanced.php Block Editor: Fix meta boxes not showing. 2018-12-16 01:18:22 +00:00
edit-form-blocks.php I18N: Update translator comment for the notice displayed when viewing the block editor with JavaScript disabled. 2019-01-21 13:53:33 +00:00
edit-form-comment.php Comments: Restore a removed fieldset legend after [44466]. 2019-01-29 19:09:22 +00:00
edit-link-form.php Block Editor: Fix meta boxes not showing. 2018-12-16 01:18:22 +00:00
edit-tag-form.php Terms: Show error colours when a term fails to update. 2019-01-21 04:49:06 +00:00
edit-tags.php Build/Test Tools: Fix coding standards issues after [44515] and [44514]. 2019-01-09 12:36:43 +00:00
edit.php Block Editor: Fix the WordPress packages and vendor script registration. 2018-12-17 19:33:09 +00:00
export.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
freedoms.php Help/About: WordPress 5.0 About Page. 2018-12-17 16:35:32 +00:00
import.php Importers: Use correct l10n variable in `wp.updates.installImporterError` and filesystem credentials dialog. 2019-01-07 13:48:32 +00:00
index.php Dev Tools: Load the `wp-admin` build instructions from `src`. 2019-01-21 04:59:55 +00:00
install-helper.php Code is Poetry. 2017-11-30 23:09:33 +00:00
install.php Accessibility: Remove negative tabindex from the login, install, and setup pages header. 2019-01-10 17:20:59 +00:00
link-add.php Code is Poetry. 2017-11-30 23:09:33 +00:00
link-manager.php Code is Poetry. 2017-11-30 23:09:33 +00:00
link-parse-opml.php Code is Poetry. 2017-11-30 23:09:33 +00:00
link.php Code is Poetry. 2017-11-30 23:09:33 +00:00
load-scripts.php Script Loader: Ensure default packages are registered when loaded via load-scripts.php. 2018-12-16 20:37:30 +00:00
load-styles.php Script loader: remove (PHP based) compression from `load-styles.php` and `load-scripts.php`. WIth the amount of scripts and stylesheets grown a lot over the years, it has become pretty slow and consumes a lot of server resources. Also, most servers are set to compress PHP output anyway. 2018-08-20 13:50:49 +00:00
media-new.php Code is Poetry. 2017-11-30 23:09:33 +00:00
media-upload.php General: Further improve error messages following [42648]. 2018-02-19 02:12:41 +00:00
media.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
menu-header.php Docs: Fix a few minor inline documentation typos in a variety of files and contexts. 2018-12-19 07:41:41 +00:00
menu.php Privacy: Replace intrusive policy update notice with menu bubbles. 2018-05-10 19:51:58 +00:00
moderation.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-admin.php Don't rely on include_path to include files. 2013-09-25 00:17:40 +00:00
ms-delete-site.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
ms-edit.php Don't rely on include_path to include files. 2013-09-25 00:17:40 +00:00
ms-options.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-sites.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-themes.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-upgrade-network.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ms-users.php Code is Poetry. 2017-11-30 23:09:33 +00:00
my-sites.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
nav-menus.php Menus: Show an appropriate message when no menus exist. 2019-01-21 23:31:45 +00:00
network.php Code is Poetry. 2017-11-30 23:09:33 +00:00
options-discussion.php Comments: Default the `show_comments_cookies_opt_in` checkbox to enabled. 2019-01-21 22:56:31 +00:00
options-general.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
options-head.php Code is Poetry. 2017-11-30 23:09:33 +00:00
options-media.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
options-permalink.php Coding Standards: Upgrade WPCS to 1.2.1. 2019-01-12 06:40:16 +00:00
options-reading.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
options-writing.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
options.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
plugin-editor.php Plugin Editor: Disable the documentation look up button when no function is selected. 2019-01-16 06:00:23 +00:00
plugin-install.php Code is Poetry. 2017-11-30 23:09:33 +00:00
plugins.php Bootstrap/Load: Revert fatal error recovery mechanism from 5.1 to polish for 5.2. 2019-01-30 11:00:30 +00:00
post-new.php Editor: Merge some minor bug fixes. 2018-12-14 05:11:14 +00:00
post.php Admin: Re-add some validation from [44048] that was accidentally removed in [44165]. 2019-02-07 04:11:23 +00:00
press-this.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
privacy.php Privacy: Tweak the wording of the success notice when updating the privacy policy page setting. 2019-01-09 04:18:10 +00:00
profile.php Code is Poetry. 2017-11-30 23:09:33 +00:00
revision.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
setup-config.php Upgrade/Install: Update character count for the `$table_prefix` config line after [43650] and [42343]. 2019-02-12 16:51:12 +00:00
term.php General: Further improve error messages following [42648]. 2018-02-19 02:12:41 +00:00
theme-editor.php Plugin Editor: Disable the documentation look up button when no function is selected. 2019-01-16 06:00:23 +00:00
theme-install.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
themes.php Bootstrap/Load: Revert fatal error recovery mechanism from 5.1 to polish for 5.2. 2019-01-30 11:00:30 +00:00
tools.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
update-core.php Install/Upgrade: After [44451], update translator comments to include the new placeholder. 2019-01-27 14:45:42 +00:00
update.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
upgrade-functions.php Code is Poetry. 2017-11-30 23:09:33 +00:00
upgrade.php Install/Upgrade: After [44451], update translator comments to include the new placeholder. 2019-01-27 14:45:42 +00:00
upload.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
user-edit.php Accessibility: Remove unnecessary fieldset and legend elements from the User Profile page. 2019-02-20 19:02:12 +00:00
user-new.php Docs: Remove duplicate docblocks for the `pre_user_login` and `link_category` filters. 2019-01-16 05:28:56 +00:00
users.php Coding Standards: Upgrade WPCS to 1.2.1. 2019-01-12 06:40:16 +00:00
widgets.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00