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

template tag for updating cells #12

Merged
merged 5 commits into from
Dec 12, 2023
Merged

template tag for updating cells #12

merged 5 commits into from
Dec 12, 2023

Conversation

tonyfast
Copy link
Member

@tonyfast tonyfast commented Dec 6, 2023

currently we produce all of the dead pixels on the serve to provide the initial readable view of the notebook. someone may feel comfortable in the space we've provided and reach out for an external resource. this pull request starts this lift by providing a template for cells in a specific layout.

these reason to implement this is experiment with the screen reader experience when loading new content. we are not interested in a standalone application, but a reference impl. some questions we would like to know are:

  • what should aria-live provide for a good upload experience?
  • do we introduce our first meter or progress bar?
  • do we announce errors? out of orderedness?

Copy link

github-actions bot commented Dec 6, 2023

@tonyfast
Copy link
Member Author

tonyfast commented Dec 6, 2023

current the any_cell block is scoped wrong and inheriting the wrong format. the templates will need work to produce a template from the tempaltes we are already using.

@tonyfast
Copy link
Member Author

features like this will allow to understand the a11y pros/cons of shadow dom and web components. hint scope is a problem

@tonyfast tonyfast merged commit a45571f into main Dec 12, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant