2017-04-19 58 views

回答

0

我所做的修復可訪問性報告中的可訪問性錯誤是使用一些jquery包含兩個屬性:title和aria-label。

$({selector}).kendoComboBox({ placeholder: "Search ...", 
... 

var combobox = $("#header-search .k-input").eq(0); 
combobox.attr("title", "Search ..."); 
combobox.attr("aria-label", "Search ..."); 

我一直在使用這個工具來確定問題:wave-evaluation-tool