Skip to content

Commit

Permalink
fix: update A11y regarding to 0.12.0 styles (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Sep 25, 2020
1 parent 82c9257 commit ba54fcb
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4 class="table-example-popin-title">Mobile Mode</h4>
{{fruit.price}}
</td>
<td fd-table-cell [fitContent]="true" [noPadding]="true">
<span fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true"></span>
<i fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true" role="presentation"></i>
</td>
</tr>
<tr fd-table-row [secondary]="true">
Expand Down Expand Up @@ -73,7 +73,7 @@ <h4 class="table-example-popin-title">Tablet Mode</h4>
{{fruit.dateOfExpire}}
</td>
<td fd-table-cell [fitContent]="true" [noPadding]="true">
<span fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true"></span>
<i fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true" role="presentation"></i>
</td>
</tr>
<tr fd-table-row [secondary]="true">
Expand Down Expand Up @@ -126,7 +126,7 @@ <h4 class="table-example-popin-title">Desktop Mode</h4>
{{fruit.description}}
</td>
<td fd-table-cell [fitContent]="true" [noPadding]="true">
<span fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true"></span>
<i fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true" role="presentation"></i>
</td>
</tr>
</ng-container>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h4 class="table-example-popin-title">Popin Mobile Mode with Checkboxes</h4>
{{fruit.price}}
</td>
<td fd-table-cell [fitContent]="true" [noPadding]="true">
<span fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true"></span>
<i fd-table-icon [glyph]="navigationArrow$ | async" [navigation]="true" role="presentation"></i>
</td>
</tr>
<tr fd-table-row [secondary]="true" [attr.aria-selected]="fruit.checked">
Expand Down

0 comments on commit ba54fcb

Please sign in to comment.