Bug 1536059 - change checkbox attribute inheritance order to make label accesskey formatting work, r=bgrins

Differential Revision: https://phabricator.services.mozilla.com/D23885

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexander Surkov 2019-03-18 17:48:06 +00:00
Родитель a20801ef25
Коммит 242e710fdc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -30,7 +30,7 @@ class MozCheckbox extends MozElements.BaseText {
static get inheritedAttributes() {
return {
".checkbox-label": "accesskey,text=label",
".checkbox-label": "text=label,accesskey",
".checkbox-icon": "src",
};
}