Siebel Open UI - Section 508 issue
Hi ,
We are using siebel 8.1.1.14 PS5 , IE 11 and Jaws 17.
In the siebel form applets, I would like to add a live region for the row counter. For Ex : When the screen reader user clicks on 'Previous record' or 'next record', it should announce to the user as '7 of 17+' record fetched. How & where to add the aria-live region?
Below is the inspect element for siebel row counter on siebel form applet.
<span class="siebui-row-counter" id="s_2_rc">7 of 17+</span>
Thanks