add accessibility for input & rate & collapse & progress & upload (#7196)

This commit is contained in:
maranran
2017-09-29 15:58:07 +08:00
committed by 杨奕
parent 5ce0e22823
commit d66473f005
21 changed files with 248 additions and 53 deletions

View File

@@ -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'}">