WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Java webapp can comply with WCAG 2.1?

for

From: glen walker
Date: Jan 11, 2019 12:06PM


It's been a few years since I've written Java and JSP pages, but there are
no limitations that I'm aware of. You essentially have an html page, with
embedded java scriptlets. Your html can be as accessible as you want, and
anything the scriptlet generates is totally up to you. You can provide
ARIA properties on non-semantic elements from your Java code just as easily
as you can hand-code them in html.


On Fri, Jan 11, 2019 at 1:04 AM Edelényi Zsolt < <EMAIL REMOVED> > wrote:

> Glen,
>
> Thank you for your answer. Yes, I am talking about .jsp. I was told that
> Java has limitations of HTML output, and consequently you cannot
> gerenate HTML pages which comply with WCAG.
>
> I do not know if this is true?
>
> Zsolt
>
> On 2019. 01. 09. 1:02, glen walker wrote:
> > Are you talking about a stand alone java app, or about a web app whose
> > contents are generated by java (such as a .jsp page)?
> >
> > A .jsp page can certainly be accessible. It's just generating html, and
> we
> > know what accessible html should look like.
> >
> > Glen
> > > > > > > > > > > > >