diff --git a/common/changes/office-ui-fabric-react/nav-element-aria-label_2018-03-14-01-34.json b/common/changes/office-ui-fabric-react/nav-element-aria-label_2018-03-14-01-34.json new file mode 100644 index 00000000000000..50989e13a2b15d --- /dev/null +++ b/common/changes/office-ui-fabric-react/nav-element-aria-label_2018-03-14-01-34.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Nav component sets aria-label on nested element with role=navigation", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "shiran.pasternak@microsoft.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/Nav/Nav.base.tsx b/packages/office-ui-fabric-react/src/components/Nav/Nav.base.tsx index 9f3171067c7076..6e2e593873acc0 100644 --- a/packages/office-ui-fabric-react/src/components/Nav/Nav.base.tsx +++ b/packages/office-ui-fabric-react/src/components/Nav/Nav.base.tsx @@ -105,6 +105,7 @@ export class NavBase extends BaseComponent implements INav @@ -218,7 +219,7 @@ export class NavBase extends BaseComponent implements INav const classNames = getClassNames(getStyles!, { theme: theme!, groups }); return ( -