- Accessibility: Begin work, add aria-label to some buttons and
form controls; add `role=main`; `<img alt>`; `<iframe title>`
- i18n: Add `lang` attribute
- Refactoring: lbs, simplify i18nized element retrieval call
- Docs: Some JSDoc descriptions, JSDoc spacing, fix svgIcons param
def; add todo
- Testing: Avoid reporting meta-viewport (have own zooming
controls and difficult to fix)
12 lines
200 B
JavaScript
12 lines
200 B
JavaScript
var svgEditorExtensionLocale_server_opensave_en = (function () {
|
|
'use strict';
|
|
|
|
var en = {
|
|
uploading: 'Uploading...',
|
|
hiddenframe: 'Frame to store hidden values'
|
|
};
|
|
|
|
return en;
|
|
|
|
}());
|