Fixes labelling for close buttons.
This commit is contained in:
parent
e3a62c0dfe
commit
3b099e971a
|
@ -155,8 +155,8 @@
|
||||||
]],
|
]],
|
||||||
["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],
|
["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],
|
||||||
["span",{id: "MathJax_HelpClose", onclick: HELP.Remove,
|
["span",{id: "MathJax_HelpClose", onclick: HELP.Remove,
|
||||||
onkeydown: HELP.Keydown, tabIndex: 0,
|
onkeydown: HELP.Keydown, tabIndex: 0, role: "button",
|
||||||
"aria-label": "Close", "aria-describedby": "Close window"},
|
"aria-label": "Close window"},
|
||||||
[["span",{},["\u00D7"]]]
|
[["span",{},["\u00D7"]]]
|
||||||
]
|
]
|
||||||
]));
|
]));
|
||||||
|
|
|
@ -1048,8 +1048,8 @@
|
||||||
["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],
|
["a",{href:"http://www.mathjax.org/"},["www.mathjax.org"]],
|
||||||
["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose",
|
["span",{className:"MathJax_MenuClose",id:"MathJax_AboutClose",
|
||||||
onclick:MENU.About.Remove,
|
onclick:MENU.About.Remove,
|
||||||
onkeydown: MENU.About.Keydown, tabIndex: 0,
|
onkeydown: MENU.About.Keydown, tabIndex: 0, role: "button",
|
||||||
"aria-label": "Close", "aria-describedby": "Close window"},
|
"aria-label": "Close window"},
|
||||||
[["span",{},"\u00D7"]]]
|
[["span",{},"\u00D7"]]]
|
||||||
]);
|
]);
|
||||||
about.focus();
|
about.focus();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user