The purpose of using “aria-labelledby” on already labeled input elements?

后端 未结 2 1296
醉酒成梦
醉酒成梦 2021-02-01 00:05

Many ARIA demonstration websites use code such as:




        
2条回答
  •  清酒与你
    2021-02-01 00:49

    There is always UA support issues with anything new so that is why developers look to the progressive enhancement. This ARIA technique provides the ability to do away with the “for” attribute and allows other elements to become part of the rich form. These techniques will become common practice.

提交回复
热议问题