'使用设备代码'文本的亮度比率小于'运行脚本'选项卡中所要求的 4.5:1 比率。
作者: msftedad创建于 2024年11月20日更新于 2026年8月25日
标签bugaccessibility
Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in vscode.dev or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not reproducible in the monaco editor playground ### Monaco Editor Playground Link Monaco Editor ### Monaco Editor Playground Code const value = /* set from myEditor.getModel(): */ `function hello() {
az login --use-device-code
}`;
// Hover on each property to see its docs! const myEditor = monaco.editor.create(document.getElementById("container"), { value: "az login --use-device-code", language: "shell", automaticLayout: true, });
### Reproduction Steps 1. Open link: [Monaco Editor](https://microsoft.GitHub.io/monaco-editor/playground.html?source=v0.52.0#XQAAAAJ7AQAAAAAAAABBqQkHQ5NjdMjwa-jY7SIQ9S7DNlzs5W-mwj0fe1ZCDRFc9ws9XQE0SJE1jc2VKxhaLFIw9vEWSxW3yscwziaUW_1uhs0-3YGTBOsVJ4S4FwfCDQb5-2uUHXTVAefbVSd9IzaZ_vv9VR9KugsKimARHSWlrTPOQHROITHxmAetlV9pSKVillQluqCfxNWtno0L7Ktr_42vBfkfCNpdBZCCRQm4xomXuGU38ZTUphebrwHPAFjSg3cifq6zGzF4xAmSe_A8hwih58N4QCL1oF1LFCzlpRrxxBlOAsc7hdN_R7l4cBREopjmXRPB3R64chzjCicT_TYwEH6kGqSDidWCyON0pwJ-vQxXSYWzzYFFaFGyen5SXWcQigVchfFB7YX-xIod) 2. Monaco Editor page gets displayed. 3. Open Accessibility insights for windows-color contrast tool. 4. Select Foreground and Background color of the 'use device code' text using color picker. 5. Verify whether Luminosity ratio of the "use device code" text present under 'Run script' tab which is less than required ratio of 4.5:1 or not. ### Actual (Problematic) Behavior Luminosity ratio of the "use device code" text present under 'Run script' tab is 3.996:1 which is less than required ratio of 4.5:1 in Windows.  ### Expected Behavior Luminosity ratio of placeholder "use device code" text should be greater than or equal to 4.5:1 in Windows. ### Additional Context Test Environment: OS: Windows 11 Version 24H2(OS Build 26120.1542) Browser: Edge Browser 129.0.2792.31 Tools Used: Accessibility insights for windows-color contrast tool. User Impact: Low vision users will not be able to read and access the information provided if luminosity ratio for text is not meeting required ratio of 4.5:1.内容来源: microsoft/monaco-editor