FSE Document actions - wrap with heading #25874
Merged
Conversation
Size Change: +8.93 kB (0%) Total Size: 1.19 MB
|
Filename | Size | Change | |
---|---|---|---|
build/a11y/index.js |
1.14 kB | 0 B | |
build/api-fetch/index.js |
3.35 kB | 0 B | |
build/autop/index.js |
2.72 kB | 0 B | |
build/blob/index.js |
668 B | 0 B | |
build/block-directory/style-rtl.css |
943 B | 0 B | |
build/block-directory/style.css |
942 B | 0 B | |
build/block-editor/style-rtl.css |
10.9 kB | 0 B | |
build/block-editor/style.css |
10.9 kB | 0 B | |
build/block-library/style-rtl.css |
7.66 kB | 0 B | |
build/block-library/style.css |
7.65 kB | 0 B | |
build/block-library/theme-rtl.css |
741 B | 0 B | |
build/block-library/theme.css |
741 B | 0 B | |
build/block-serialization-default-parser/index.js |
1.78 kB | 0 B | |
build/block-serialization-spec-parser/index.js |
3.1 kB | 0 B | |
build/components/style-rtl.css |
15.4 kB | 0 B | |
build/components/style.css |
15.4 kB | 0 B | |
build/data-controls/index.js |
685 B | 0 B | |
build/deprecated/index.js |
772 B | 0 B | |
build/dom-ready/index.js |
568 B | 0 B | |
build/dom/index.js |
4.42 kB | 0 B | |
build/edit-navigation/style-rtl.css |
868 B | 0 B | |
build/edit-navigation/style.css |
871 B | 0 B | |
build/edit-post/style-rtl.css |
6.29 kB | 0 B | |
build/edit-post/style.css |
6.27 kB | 0 B | |
build/edit-widgets/style-rtl.css |
3 kB | 0 B | |
build/edit-widgets/style.css |
3 kB | 0 B | |
build/editor/editor-styles-rtl.css |
492 B | 0 B | |
build/editor/editor-styles.css |
493 B | 0 B | |
build/editor/style-rtl.css |
3.85 kB | 0 B | |
build/editor/style.css |
3.84 kB | 0 B | |
build/escape-html/index.js |
734 B | 0 B | |
build/format-library/style-rtl.css |
547 B | 0 B | |
build/format-library/style.css |
548 B | 0 B | |
build/hooks/index.js |
1.74 kB | 0 B | |
build/html-entities/index.js |
621 B | 0 B | |
build/is-shallow-equal/index.js |
710 B | 0 B | |
build/keyboard-shortcuts/index.js |
2.39 kB | 0 B | |
build/keycodes/index.js |
1.85 kB | 0 B | |
build/list-reusable-blocks/style-rtl.css |
476 B | 0 B | |
build/list-reusable-blocks/style.css |
476 B | 0 B | |
build/notices/index.js |
1.69 kB | 0 B | |
build/nux/style-rtl.css |
671 B | 0 B | |
build/nux/style.css |
668 B | 0 B | |
build/primitives/index.js |
1.34 kB | 0 B | |
build/priority-queue/index.js |
790 B | 0 B | |
build/redux-routine/index.js |
2.85 kB | 0 B | |
build/rich-text/index.js |
13 kB | 0 B | |
build/server-side-render/index.js |
2.6 kB | 0 B | |
build/token-list/index.js |
1.24 kB | 0 B | |
build/wordcount/index.js |
1.17 kB | 0 B |
Addison-Stavlo
changed the title
Reorder site editor header - document actions section first
site editor Document actions - wrap with heading
Oct 7, 2020
thanks for spinning this up! Just one note |
packages/edit-site/src/components/header/document-actions/index.js
Outdated
Show resolved
Hide resolved
Addison-Stavlo
force-pushed the
try/reorder-edit-site-header
branch
from
Oct 7, 2020
b4b44f5
to
e20859d
I think this is a solid approach which improves accessibility for folks using screen readers etc. It lets us maintain the current visual designs as well -- at least until better designs have been proposed :) Only note is that I think it should say "edit $postType" instead of "edit document" |
noahtallen
changed the title
site editor Document actions - wrap with heading
FSE Document actions - wrap with heading
Oct 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Addison-Stavlo commentedOct 6, 2020
•
edited by noahtallen
Description
Instead of re-ordering the items in the header, we will update the wrapper to be a heading element so it can be easily seen via a11y software.
Re-orders the site editor header to have document-actions to appear as the first section in the dom hierarchy (as discussed #25781).
This should introduce no visual change.
resolves #25781
How has this been tested?
Tested on local docker env.
<h1>
Screenshots
This should have no visual change.
Types of changes
Checklist: