]> BookStack Code Mirror - bookstack/commit
Made another mass of accessibility improvements
authorDan Brown <redacted>
Sun, 25 Aug 2019 14:44:51 +0000 (15:44 +0100)
committerDan Brown <redacted>
Sun, 25 Aug 2019 14:44:51 +0000 (15:44 +0100)
commitcf5d51e7b8c9172906f7943d2d70b6b37801a2c4
tree054c54f4be32b7b580d29c1aa2052009791baca0
parentae93a6ed073d385886bc7f0b0090e16d8bad977d
Made another mass of accessibility improvements

- Set proper semantic tags for main parts of content.
- Removed focus-trap from tag manager/autosuggest.
- Set better accessibility labelling on tag manager.
- Updated collapsible sections to be keyboard navigatable.
- Improved input focus styling to better fit theme.
- Updated custom styled file picker to be accessible via keyboard.

Related to #1320
48 files changed:
resources/assets/js/components/collapsible.js
resources/assets/js/vues/components/autosuggest.js
resources/assets/js/vues/tag-manager.js
resources/assets/sass/_forms.scss
resources/assets/sass/_layout.scss
resources/lang/en/common.php
resources/lang/en/entities.php
resources/views/base.blade.php
resources/views/books/create.blade.php
resources/views/books/edit.blade.php
resources/views/books/form.blade.php
resources/views/books/list.blade.php
resources/views/books/permissions.blade.php
resources/views/books/show.blade.php
resources/views/books/sort.blade.php
resources/views/chapters/create.blade.php
resources/views/chapters/edit.blade.php
resources/views/chapters/form.blade.php
resources/views/chapters/move.blade.php
resources/views/chapters/permissions.blade.php
resources/views/chapters/show.blade.php
resources/views/comments/comments.blade.php
resources/views/common/header.blade.php
resources/views/common/home-custom.blade.php
resources/views/components/image-picker.blade.php
resources/views/components/tag-manager.blade.php
resources/views/pages/copy.blade.php
resources/views/pages/detailed-listing.blade.php
resources/views/pages/guest-create.blade.php
resources/views/pages/move.blade.php
resources/views/pages/permissions.blade.php
resources/views/pages/revision.blade.php
resources/views/pages/revisions.blade.php
resources/views/pages/show.blade.php
resources/views/partials/book-tree.blade.php
resources/views/partials/breadcrumbs.blade.php
resources/views/partials/entity-dashboard-search-box.blade.php
resources/views/settings/navbar.blade.php
resources/views/shelves/create.blade.php
resources/views/shelves/edit.blade.php
resources/views/shelves/form.blade.php
resources/views/shelves/list.blade.php
resources/views/shelves/show.blade.php
resources/views/tri-layout.blade.php
resources/views/users/create.blade.php
resources/views/users/edit.blade.php
resources/views/users/index.blade.php
resources/views/users/profile.blade.php
Morty Proxy This is a proxified and sanitized view of the page, visit original site.