|
1555 | 1555 | ITEM.RADIO(["SVG","SVG"], "renderer", {action: MENU.Renderer}),
|
1556 | 1556 | ITEM.RADIO(["PlainSource","Plain Source"],"renderer", {action: MENU.Renderer, value:"PlainSource"}),
|
1557 | 1557 | ITEM.RULE(),
|
1558 |
| - ITEM.CHECKBOX(["FastPreview","Fast Preview"], "FastPreview"), |
1559 |
| - ITEM.CHECKBOX(["AssistiveMML","Assistive MathML"], "assistiveMML", {action:MENU.AssistiveMML}), |
1560 |
| - ITEM.CHECKBOX(["InTabOrder","Include in Tab Order"], "inTabOrder") |
| 1558 | + ITEM.CHECKBOX(["FastPreview","Fast Preview"], "FastPreview") |
1561 | 1559 | ),
|
1562 | 1560 | ITEM.SUBMENU("MathPlayer", {hidden:!HUB.Browser.isMSIE || !CONFIG.showMathPlayer,
|
1563 | 1561 | disabled:!HUB.Browser.hasMathPlayer},
|
|
1591 | 1589 | ITEM.RULE().With({hidden:!CONFIG.showDiscoverable, name:["","discover_rule"]}),
|
1592 | 1590 | ITEM.CHECKBOX(["Discoverable","Highlight on Hover"], "discoverable", {hidden:!CONFIG.showDiscoverable})
|
1593 | 1591 | ),
|
| 1592 | + ITEM.SUBMENU(["Accessibility","Accessibility"], |
| 1593 | + ITEM.CHECKBOX(["AssistiveMML","Assistive MathML"], "assistiveMML", {action:MENU.AssistiveMML}), |
| 1594 | + ITEM.CHECKBOX(["InTabOrder","Include in Tab Order"], "inTabOrder") |
| 1595 | + ), |
1594 | 1596 | ITEM.SUBMENU(["Locale","Language"], {hidden:!CONFIG.showLocale, ltr:true},
|
1595 | 1597 | ITEM.RADIO("en", "locale", {action: MENU.Locale}),
|
1596 | 1598 | ITEM.RULE().With({hidden:!CONFIG.showLocaleURL, name:["","localURL_rule"]}),
|
|
0 commit comments