Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup UI needed to set various user preferences + integration with custom elements suite #4

Open
1 of 3 tasks
ahmadayubi opened this issue Sep 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@ahmadayubi
Copy link
Member

ahmadayubi commented Sep 29, 2021

If there are user preferences anyone feels are needed feel free to discuss about it below.

A mechanism is also needed to allow the stored preferences to be used within the custom elements suite.

One solution is to inject a script the custom element interacts with to set it's internal variables. For this the run_time needs to be set to document_start (this does have performance concerns and isn't preferred).

Another alternative is to use the external messages functionality or the connect function described here. The drawback is that you cannot listen for external communication from any website, i.e. no wildcards option allowed for externally_connectable

Currently requested preferences:

@ahmadayubi ahmadayubi added the enhancement New feature or request label Sep 29, 2021
@Malvoz
Copy link
Member

Malvoz commented Sep 29, 2021

People with vestibular disorders may want the option to reduce or turn off animations, such as pan/zoom animations.
(Related WCAG Success Criteria: 2.3.3 Animation from Interactions.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants