nsidc / usaon-benefit-tool

Application for configuring USAON Benefit Tool value tree analysis surveys and gathering input from respondents
https://usaon-benefit-tool.readthedocs.io/
MIT License
0 stars 3 forks source link

Use Bootstrap-Flask accessibility features #221

Open mfisher87 opened 9 months ago

mfisher87 commented 9 months ago

For example, render_icon accepts title and desc parameters which it says are "for accessibility support". Does one of these become alt-text? What's the best practice for icons that are on buttons with text already?

Sherwin-14 commented 5 months ago

@mfisher87 The desc parameter becomes alt-text I suppose. In my humble opinion the practice that I saw in some places was to provide and alt-text parameter with these icons which describe the core functionality of the component (button in this case).