Searched defs:controlValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js1084 "text" == f.type && f.value && 0 < f.value.length && (b.controlValue = {text:f.value});
1085 "range" == f.type && (b.controlValue = {text:f.value})
1087 c instanceof e.HTMLSelectElement && (b.controlValue = {text:c.value});
1088 b.controlValue && (e = b.controlValue, a ? e.unused = !0 : a = e.text)
1092 "textbox" == d && c.textContent && 0 < c.textContent.length && (b.controlValue = {text:c.textContent});
1094 c.hasAttribute("aria-valuetext") ? b.controlValue = {text:c.getAttribute("aria-valuetext")} : c.hasAttribute("aria-valuenow") && (b.controlValue = {value:c.getAttribute("aria-valuenow"), text:"" + c.getAttribute("aria-valuenow")})
1105 b.controlValue = {text:g}
1109 b.controlValue
[all...]

Completed in 79 milliseconds