Page MenuHomePhabricator

Ensures every accesskey attribute value is unique (#wpDiff)
Closed, DuplicatePublicBUG REPORT

Description

Steps to Reproduce:
Navigate to Source Editor

Actual Results:
VisualEditor accesskey in Edit link conflicts with <input type="submit" tabindex="7" aria-disabled="false" title="Show which changes you made to the text [alt-shift-v]" accesskey="v" name="wpDiff" id="wpDiff" value="Show changes" class="oo-ui-inputWidget-input oo-ui-buttonElement-button">​

Expected Results:
VisualEditor accesskey in Edit link must be unique( i.e take into consideration the existing accesskey property values )

User Impacted:
Keyboard only users will find it difficult navigating the page.