Open
Description
Description
Issues found:
- We don’t notify the user when the code block is going to be updated and when has been updated.
- We don’t provide an alternative and manual way to update the code block.
- The code block is too far away in the HTML tree of each step description, so the user cannot find it.
Checklist
- If possible, I've reproduced the issue using the
main
branch of this package. - This issue hasn't been addressed in an existing GitHub issue.
Expected Behavior
- Users must be notified if the page will be updated as a result of interaction
- Users must be informed when a content change has occurred
- Users need an alternative method to manually trigger content updates
Actual behavior
- We don’t notify the user when the code block is going to be updated and when has been updated.
- We don’t provide an alternative and manual way to update the code block.
- The code block is too far away in the HTML tree of each step description, so the user cannot find it.
Steps To Reproduce
- Turn on "VoiceOver"
- Go to a tutorials page
- Navigate through the steps
- Assert that updates in the code blocks aren't being notified
- Assert that code blocks are only accessible after tabbing all the steps
Swift-DocC-Render Version Information
No response