A recent update to the CircleCI dashboard changed the way that console output was displayed in the UI. The new console seems to render text within a canvas element, simulating things like scrolling and text selection instead of using the DOM. This creates several problems for accessibility: the entire console output is invisible to screen readers the console output cannot be searched with the browser's own search functionality because it is not part of the DOM the new search button to work around issue #2 is not accessible with a keyboard or a screen reader scrolling with the keyboard up and down keys no longer works inside the console text selection inside the console cannot be modified with the keyboard (for example, shift+left/right doesn't work to extend the selection) Because of these issues, I can't recommend CircleCI to anyone who relies on AT (assistive technology). Even for people who don't need AT, the new UI will break some people's workflows.