diff --git a/_rules/role-required-states-and-properties-4e8ab6.md b/_rules/role-required-states-and-properties-4e8ab6.md index 8d4336e1c8c..e9953b6c030 100755 --- a/_rules/role-required-states-and-properties-4e8ab6.md +++ b/_rules/role-required-states-and-properties-4e8ab6.md @@ -181,19 +181,6 @@ This `combobox` does not have the required `aria-expanded` property. Prior to [W ``` -#### Failed Example 6 - -This `combobox` uses `aria-owns` instead of using the required `aria-controls` property. - -```html - - - -``` - ### Inapplicable #### Inapplicable Example 1