You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jooyoungseo any issues with accessibility if only portions of the code cell are editable inside Monaco? The main signal for the areas being editable would come from a visual overlay.
The text was updated successfully, but these errors were encountered:
@coatless -- Thanks for considering accessibility before introducing new features :) I have tested the playground, and have not found any accessibility issues. Works nicely with screen readers!
Sometimes we might want to have code like:
Only the lines between code here and end code should be editable.
The
constrained-editor-plugin
for monaco editor might help with that, c.f.microsoft/monaco-editor#953 (comment)
Demo of lines being constrained in the playground:
https://constrained-editor-plugin.vercel.app/playground
@jooyoungseo any issues with accessibility if only portions of the code cell are editable inside Monaco? The main signal for the areas being editable would come from a visual overlay.
The text was updated successfully, but these errors were encountered: