This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268784 - Add support for ARIA attributes
Summary: Add support for ARIA attributes
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 09:44 UTC by FenixDev
Modified: 2017-06-27 14:55 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FenixDev 2016-11-02 09:44:17 UTC
Hi!
ARIA & Accessibility is absent in your best IDE
Comment 1 stevenwdv 2017-06-27 14:55:29 UTC
Attributes to be added:

- role (see https://w3c.github.io/using-aria/#aria-roles for values)
- All attributes listed here (aria-*): https://w3c.github.io/using-aria/#aria-states-and-properties-aria--attributes

Auto-completion for values would be nice too.