cubbles/cubx-webpackage-document-api

The name of a webpackage should only accept valid HTML tag names

Closed this issue · 2 comments

AS-IS

Currently (modevlVersion= 10.0.0 and below), the name of a webpackage accepts values that are not HTML tag names valid. However, using the new webpack-boilerplates approach the name of a webpackage is used a part of the artifactId of artifacts (for style scoping purposes), which leads to invalid HTML names (for components)

TO-BE

The name of a webpackage should only accept HTML valid tag names, so that resulting artifactsIds are valid too