[PR #14342] [Spec] VT Sequence for Screen Reader Control #30055

Open
opened 2026-01-31 09:38:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14342
Author: @carlos-zamora
Created: 11/4/2022
Status: 🔄 Open

Base: mainHead: dev/cazamor/spec/a11y-vt-seq


📝 Commits (5)

  • 0f4f17d [Spec] VT Sequence for Screen Reader Control
  • 5214b13 apply feedback from spec review meeting
  • d22ab7a spell
  • 1fd7c3f address KalleOlaviNiemitalo and j4james feedback
  • 03e0bfb CSI ends with n, DSR does not

📊 Changes

4 files changed (+298 additions, -0 deletions)

View changed files

📝 .github/actions/spelling/allow/allow.txt (+3 -0)
📝 .github/actions/spelling/allow/apis.txt (+1 -0)
📝 .github/actions/spelling/allow/names.txt (+2 -0)
doc/specs/#13666 - VT Sequence for Screen Reader Control.md (+292 -0)

📄 Description

This spec outlines...

References


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14342 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 11/4/2022 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dev/cazamor/spec/a11y-vt-seq` --- ### 📝 Commits (5) - [`0f4f17d`](https://github.com/microsoft/terminal/commit/0f4f17dd9d6633305d53f40d222e409959e264e8) [Spec] VT Sequence for Screen Reader Control - [`5214b13`](https://github.com/microsoft/terminal/commit/5214b13779a992a274e57d23e04dfda16684bf5f) apply feedback from spec review meeting - [`d22ab7a`](https://github.com/microsoft/terminal/commit/d22ab7a9f3f16bfe4faa704e179cda2686706da2) spell - [`1fd7c3f`](https://github.com/microsoft/terminal/commit/1fd7c3f7a4045df9c6fa16e7dce237b2fe4220ed) address KalleOlaviNiemitalo and j4james feedback - [`03e0bfb`](https://github.com/microsoft/terminal/commit/03e0bfb757e616ac4ebdfccaf6cee82d0ebec545) CSI ends with n, DSR does not ### 📊 Changes **4 files changed** (+298 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/allow.txt` (+3 -0) 📝 `.github/actions/spelling/allow/apis.txt` (+1 -0) 📝 `.github/actions/spelling/allow/names.txt` (+2 -0) ➕ `doc/specs/#13666 - VT Sequence for Screen Reader Control.md` (+292 -0) </details> ### 📄 Description This spec outlines... - Windows Terminal and ConHost's implementation for the VT sequence introduced in [Control Screen Reader from Applications (#18) · Issues · terminal-wg / specifications · GitLab](https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/18). - potential command-line applications/partners that would benefit from using this VT sequence and how they could leverage it - necessary work on screen readers to take advantage of this feature (if any) ## References - [Control Screen Reader from Applications (#18) · Issues · terminal-wg / specifications · GitLab](https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/18) - #13666 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:38:23 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30055