(tagName)
| 1160 | * @param {string} tagName name of the tag of the node to sanitize |
| 1161 | */ |
| 1162 | const _basicCustomElementTest = function (tagName) { |
| 1163 | return tagName.indexOf('-') > 0; |
| 1164 | }; |
| 1165 | |
| 1166 | /** |
| 1167 | * _sanitizeAttributes |
no outgoing calls
no test coverage detected