Add Accessibility Block plugin (blocks/accessibility) 1.0.1.0 for OJS 3.5#512
Open
edersotto wants to merge 1 commit into
Open
Add Accessibility Block plugin (blocks/accessibility) 1.0.1.0 for OJS 3.5#512edersotto wants to merge 1 commit into
edersotto wants to merge 1 commit into
Conversation
… 3.5 Sidebar block with reader accessibility controls: zoom in/out, high contrast and reset, with the preferences persisted across pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new entry for the Accessibility Block plugin, a sidebar block that gives readers accessibility controls: zoom in (A+), zoom out (A-), a high-contrast toggle and a reset button. The reader preferences are stored in the browser and re-applied on every page of the journal.
stable-3_5_0)~3.5.0.0Notes
accessibility/directory withLICENSEat its root, and contains no composer/npm dependency files.xmllint --schema ./plugins.xsd ./plugins.xml --noout; the package URL resolves and its MD5 matches the entry.cypress/tests/functional/AccessibilityBlock.cy.js) written along the lines of the tests shipped with the OJS plugins.buttonelements witharia-label/aria-pressed, a visually hidden live region announcing the zoom level, and 40px minimum touch targets. The buttons reuse the active theme button style, with a zero-specificity fallback for themes that do not define it.certificationelement, since that seems to be for the maintainers to decide.Maintained by OJSBR (https://ojsbr.com).