When you create the DisclosurePanel you can provide the text for the header:
DisclosurePanel(java.lang.String headerText) On Wednesday, May 22, 2019 at 3:59:16 PM UTC+10, naaser ahmed wrote: > > Hello, > > I am trying to make my website compatible with Accessibility and running > into "Links must have discernible text" error. On inspecting, the error is > being generated by Links being generated by Disclosure Panel. The link > being created is this -- "<a href="javascript:void(0);" style="display: > block;" class="header"></a>". Can someone please let me know how I can add > title to the link. > > I appreciate all the help. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e921ddc3-d6d8-4e6c-af19-497f62981984%40googlegroups.com.
