🌐 AI搜索 & 代理 主页
Skip to content

Commit f2a82e2

Browse files
authored
Update common-props.json
1 parent a92ec07 commit f2a82e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/common-props.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@
177177
"description": "Sets the value of 'aria-label' attribute on the rendered element"
178178
},
179179
"ariaLabelledby": {
180-
"description": "The ID of the element that provides a label for this component. Used as teh value for the 'aria-labelledby' attribute"
180+
"description": "The ID of the element that provides a label for this component. Used as the value for the 'aria-labelledby' attribute"
181+
},
182+
"ariaDescribedby": {
183+
"description": "The ID of the element that provides additional contet for this component. Used as the value for the 'aria-describedby' attribute"
181184
},
182185
"ariaLive": {
183186
"description": "When the rendered element is an aria-live region (for screen reader users), set to either 'polite' or 'assertive'"

0 commit comments

Comments
 (0)