瀏覽代碼

feat(a11y): toast aria #205

走鹃 3 年之前
父節點
當前提交
69b55dff0a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/semi-ui/toast/toast.tsx

+ 2 - 0
packages/semi-ui/toast/toast.tsx

@@ -118,6 +118,8 @@ class Toast extends BaseComponent<ToastReactProps, ToastState> {
         const btnSize = 'small';
         return (
             <div
+                role='alert'
+                aria-label={`${type ? type : 'default'} type`}
                 className={toastCls}
                 style={style}
                 onMouseEnter={this.clearCloseTimer}