Skip to content
代码片段 群组 项目
axe-linter.yml 356 字节
更新 更旧
global-components:
  gl-button:
    element: button
    attributes:
    - aria-*
  gl-avatar:
    element: img
  gl-avatar-link:
    element: a
  gl-avatar-labeled:
    element: img
    attributes:
    - label: alt
  gl-toggle:
    element: button
    attributes:
    - label: aria-labelledby
    - description: aria-describedby
  gl-link:
    element: a