diff --git a/common/changes/@uifabric/experiments/keco-ctx-menu-demo-a11y_2018-10-04-22-47.json b/common/changes/@uifabric/experiments/keco-ctx-menu-demo-a11y_2018-10-04-22-47.json new file mode 100644 index 00000000000000..4649712930b552 --- /dev/null +++ b/common/changes/@uifabric/experiments/keco-ctx-menu-demo-a11y_2018-10-04-22-47.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@uifabric/experiments", + "comment": "Fix a11y violations in Fluent ContextualMenu examples", + "type": "patch" + } + ], + "packageName": "@uifabric/experiments", + "email": "keco@microsoft.com" +} \ No newline at end of file diff --git a/common/changes/office-ui-fabric-react/keco-ctx-menu-demo-a11y_2018-10-04-22-47.json b/common/changes/office-ui-fabric-react/keco-ctx-menu-demo-a11y_2018-10-04-22-47.json new file mode 100644 index 00000000000000..63946f9791c88b --- /dev/null +++ b/common/changes/office-ui-fabric-react/keco-ctx-menu-demo-a11y_2018-10-04-22-47.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Fix a11y violations in ContextualMenu examples", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "keco@microsoft.com" +} \ No newline at end of file diff --git a/packages/experiments/src/components/fluent/styles/examples/FluentStyles.ContextualMenu.Example.tsx b/packages/experiments/src/components/fluent/styles/examples/FluentStyles.ContextualMenu.Example.tsx index 282d078fc2e88f..4e6cc2b8e0e2f5 100644 --- a/packages/experiments/src/components/fluent/styles/examples/FluentStyles.ContextualMenu.Example.tsx +++ b/packages/experiments/src/components/fluent/styles/examples/FluentStyles.ContextualMenu.Example.tsx @@ -10,7 +10,7 @@ export class FluentStylesContextualMenuExample extends React.Component<{}, {}> { return (
- ) { + private _renderMenuList(menuListProps: IContextualMenuListProps, defaultRender: IRenderFunction) { return (
{ public render(): JSX.Element { return ( { return (
- + +