3 Replies Last post: Feb 1, 2013 7:00 PM by Maxim Makhankov  
Tom Rad Newbie 6 posts since
Mar 28, 2012
Currently Being Moderated

Jan 31, 2013 8:13 PM

Whats about WAI-ARIA Support?

Hi,

 

does not  support phpstorm aria attributes like role oder aria-* in html tags?

 

Increasingly accessibillity plays a big role during my web development projects (not in yours?), so it would be nice if phpstorm would support aria attributes!

 

Bye

tom

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Feb 1, 2013 5:44 PM in response to: Tom Rad
Re: Whats about WAI-ARIA Support?

Tom, I'm using the latest PhpStorm EAP build #126.92 and "role" attributes works well. This should also work in PhpStorm/WebStorm 5.0.4.

Could you please ensure that you have HTML 5 doctype in your file: <!DOCTYPE html>?

You also can set HTML 5 as a default language level for editing the HTML/XHTML files where doctype is not specified explicitly in your settings: Project Settings | Schemas and DTDs | Default HTML language level.

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Feb 1, 2013 7:00 PM in response to: Tom Rad
Re: Whats about WAI-ARIA Support?

Tom, thanks for clarification! Could you please create a new feature request in our tracker?

More Like This

  • Retrieving data ...