@adobe/focus-ring-polyfill 中文文档教程

发布于 3年前 浏览 1 项目主页 更新于 3年前

Focus Ring Polyfill

:focus-ring 规范的 polyfill。

Usage

它类似于 WICG polyfill,但增加了对处理在箭头键或 Esc 之后以编程方式设置的焦点的支持,这是选项卡列表或对话框等控件所需要的。

应该与 postcss-focus-ring 插件一起使用,将 this: 转换

button:focus-ring {
  /* focus-ring only stuff */
}

为 this:

button.focus-ring {
  /* focus-ring only stuff */
}

This polyfill can then添加和删​​除此 .focus-ring 以模仿 :focus-ring 规范。

Contributing

签署CLA,遵循贡献指南,并询问任何可能出现的问题。

Focus Ring Polyfill

A polyfill for the :focus-ring spec.

Usage

It is similar to the WICG polyfill, but adds support for dealing with focus programmatically set after an Arrow key or Esc, which is needed for controls like tab lists or dialogs.

Should be used with the postcss-focus-ring plugin to convert this:

button:focus-ring {
  /* focus-ring only stuff */
}

to this:

button.focus-ring {
  /* focus-ring only stuff */
}

This polyfill can then add and remove this .focus-ring to mimic the :focus-ring spec.

Contributing

Sign the CLA, follow the contributing guidelines, and ask any questions that might arise.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文