Html – Referencing an input with a label by aria-labelledby
If I have an input with its aria-label set to 1 and an associated label set to 2, what will be calculated as aria label of an element, referencing the input? <input type="radio" id="cpp-search-video-btn" aria-label="1" role="tab"> <label for="cpp-search-video-btn" aria-hidden="true">2</label> <div…