mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
add accessibility for input & rate & collapse & progress & upload (#7196)
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
'el-progress--text-inside': textInside,
|
||||
}
|
||||
]"
|
||||
role="progressbar"
|
||||
:aria-valuenow="percentage"
|
||||
aria-valuemin="0"
|
||||
aria-valuemax="100"
|
||||
>
|
||||
<div class="el-progress-bar" v-if="type === 'line'">
|
||||
<div class="el-progress-bar__outer" :style="{height: strokeWidth + 'px'}">
|
||||
|
||||
Reference in New Issue
Block a user