microsoft / microsoft/TypeScript

Support HTMLElement.focus() Option FocusVisible

未关闭 适合新手
#63,626 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

Fixed
主要语言
Go
星标
111k
派生
14.3k
平均合并
2 天 4 小时
30 天内合并 PR
132

描述

🔍 Search Terms

focusVisible

✅ Viability Checklist
⭐ Suggestion

Typescript should now support the FocusVisible property of FocusOptions.

📃 Motivating Example

The FocusVisible FocusOption is now supported on all major browsers except Samsung Internet. It is supported on all desktop browsers. It was stated under the previous issue on the topic that a new issue should be opened when the feature is more widely supported, and it is now more widely supported.
Image
Source: HTMLElement: focus() method

💻 Use Cases
  1. What do you want to use this for? Ensuring the focused element is visibly focused.
  2. What shortcomings exist with current approaches? There isn't a workaround for this.
  3. What workarounds are you using in the meantime? There isn't a workaround for this.

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先,在 TypeScript 的 DOM 类型定义中定位 HTMLElement.focus() 和 FocusOptions 的声明。检查现有 focus 选项的表示方式,然后将 FocusVisible 属性添加到适当的声明中。当调用 HTMLElement.focus() 时 TypeScript 接受 FocusVisible,即表示完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
frontend
Issue 类型
功能
难度
2/5
预计耗时
1-3 小时
活跃度
冷清
描述清晰度
基本清楚
新手友好度
72/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。