@@ -31,12 +31,12 @@ added it as a dependency, you can test a few things:
31
31
##Supported directives
32
32
Currently, ngAria interfaces with the following directives:
33
33
34
- * <a href=" #ngmodel"> ngModel</a>
35
- * <a href=" #ngdisabled"> ngDisabled</a>
36
- * <a href=" #ngshow"> ngShow</a>
37
- * <a href=" #nghide"> ngHide</a>
38
- * <a href=" #ngclick-and-ngdblclick"> ngClick</a>
39
- * <a href="#ngclick-and- ngdblclick"> ngDblClick</a>
34
+ * {@link guide/accessibility #ngmodel ngModel}
35
+ * {@link guide/accessibility #ngdisabled ngDisabled}
36
+ * {@link guide/accessibility #ngshow ngShow}
37
+ * {@link guide/accessibility #nghide ngHide}
38
+ * {@link guide/accessibility #ngclick ngClick}
39
+ * {@link guide/accessibility# ngdblclick ngDblClick}
40
40
41
41
<h2 id="ngmodel">ngModel</h2>
42
42
@@ -206,9 +206,9 @@ shown or hidden by removing or adding the `.ng-hide` CSS class onto the element.
206
206
207
207
The default CSS for `ngHide`, the inverse method to `ngShow`, makes ngAria redundant. It toggles
208
208
`aria-hidden` on the directive when it is hidden or shown, but the content is already hidden with
209
- `display: none`. See explanation for <a href=" #ngshow"> ngShow</a> when overriding the default CSS.
209
+ `display: none`. See explanation for {@link guide/accessibility #ngshow ngShow} when overriding the default CSS.
210
210
211
- <h2 id="ngclick-and-ngdblclick ">ngClick and ngDblclick</h2>
211
+ <h2><span id="ngclick">ngClick</span> and <span id="ngdblclick"> ngDblclick</span> </h2>
212
212
If `ng-click` or `ng-dblclick` is encountered, ngAria will add `tabindex` if it isn't there already.
213
213
Even with this, you must currently still add `ng-keypress` to non-interactive elements such as `div`
214
214
or `taco-button` to enable keyboard access. Conversation is currently ongoing about whether ngAria
0 commit comments