Code Monkey home page Code Monkey logo

start's Introduction

start's People

Contributors

booc0mtaco avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

start's Issues

Add accessibility support

Handle Navigation

With this site, there will be a grid of buttons to navigate to a new page. We expect by default that tabbing thru the results should highlight each option, and describe the option at the cursor, and tell the user what that option is (for screen reader support). Further, we should allow for keyboard navigation to work.

  • Arrow keys will move between each option until the edges of the grid are hit. Once the edge is hit, no wrapping will occur
  • However, when tabbing, it should wrap back around to the initial option on the page (depending on the layout, the first button, or the first page control (for edit, etc.))

TODO

  • enable support for tabbing thru buttons
  • enable support for using arrow keys to navigate thru buttons with wrap prevention (down/right are forward, up/left are back)
  • enable visual indicators for focused button
  • enable handling for activation keys on focused button (enter/space keys, or VO-activation)
  • enable appropriate roles for buttons

User Notification

We should provide a notice to the user for buttons, by adding a target for AX messaging. When a button is activated, it should tell the user what is being opened while (or before) opening it.

TODO

  • support screen readers with hidden container set to aria-live="polite" (e.g., role="alert")

Initial State

When the page loads, it should automatically target the initial start point. In this case, We should make sure that when the user is able to press any control, it will land on the top-left button to start.

TODO

  • upon load, make sure that the first tab or arrow starts on the first button
  • reloads should preserve this

Add keypress handlers for buttons

preferably on buttons directly, BUT also at app level in case that doesn't cut it.

  • handles QWERTY keyboard layout
q w e r
a s d f
z x c v

Add edit functionality to app-level Vue object

requires:

  • adding some CSS for edit components
  • binding fields for each input
  • toggling editing modes
  • show/hide for app and buttons

Note:

  • does not include any editing options outside of the current app's behavior (individually changing each option via clicks)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.