Candidate Set:

            Any element that has the aria-readonly attribute

            Except:

            input elements
            select elements
            textarea elements
            elements with the aria role="columnheader"
            elements with the aria role="rowheader"
            elements with the aria role="grid"
            elements with the aria role="gridcell"
            elements with the aria role="treegrid"
            elements with the aria role="textbox"

        
Will flag aria-readonly
Will not flag input element
input
Will not flag select element
Will not flag textarea element
Will not flag role = columnheader element
Will not flag role = rowheader element
Will not flag role = grid element
Will not flag role = gridcell element
Will not flag role = treegrid element
Will not flag role = textbox element