-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add simple diagnostic rendering mode #85
Comments
Rustc has a
|
Combining with information from #30, I think maybe a "medium mode" where notes are also rendered might be a good idea. Another Idea would be to write information so it is easier to understand when only read by a screen reader (which might not pronounce punctuation characters for example). But this is probably something that would better be done using the proposed JSON output. As an example, one could render the first example from the
|
That sounds really cool! I like it! It would be nice if we offered the screen-reader support out of the box, but then allow people to build their own tools using JSON. |
I am still not sure that "screen reader mode" (lets call it SCREAM 😅) should be built directly into On the other hand I don't know how that should work because |
As part of #30 it might be nice to have a simple diagnostic rendering mode to make it easier on screen readers. This would only display a list of diagnostics, without the source snippets.
Here's an example of what it might look like:
Perhaps others have better ideas though?
The text was updated successfully, but these errors were encountered: