X Tutup
Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngAria): Apply ARIA attrs correctly#13483

Closed
marcysutton wants to merge 1 commit intoangular:masterfrom
marcysutton:ngaria-aria-attr-fixes
Closed

fix(ngAria): Apply ARIA attrs correctly#13483
marcysutton wants to merge 1 commit intoangular:masterfrom
marcysutton:ngaria-aria-attr-fixes

Conversation

@marcysutton
Copy link
Copy Markdown
Contributor

BREAKING CHANGE: Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for aria-multiline on textareas has been removed.

New support added for ngValue, ngChecked, and ngRequired, along with updated documentation. Also supports ngTrueValue and ngFalseValue as part of ngModel.

Closes #13078
Closes #11374
Closes #11830

cc @petebacondarwin (I got this done finally! 😄)

@petebacondarwin
Copy link
Copy Markdown
Contributor

Well done @marcysutton - thanks. We will get this in after 1.5.0 is released

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These links should be {@link ng/directive/ngValue} and {@link ng/directive/ngChecked}.

@marcysutton marcysutton force-pushed the ngaria-aria-attr-fixes branch from de718c8 to 9af2245 Compare February 3, 2016 19:19
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if ng/directive/ngrequired (instead of ng/directive/ngRequired) works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup