initial test for web components

This commit is contained in:
jfh
2020-10-19 00:03:00 +02:00
parent c9558aa6fc
commit 1edf001956
8 changed files with 127 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ export const setStrings = function (type, obj, ids) {
break;
case 'title':
elem.title = val;
elem.setAttribute('title', val);
break;
}
} else {