Skip to content

Commit ff86c95

Browse files
authored
Update link to "valid custom element name" spec
The old reference no longer exists. The same change was made in the "upstream" Riot Style Guide repository: voorhoede/riotjs-style-guide@c60d786
1 parent bae1d76 commit ff86c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Each component name must be:
7373

7474
Vue component names must also be:
7575

76-
* **Custom element spec compliant**: [include a hyphen](https://www.w3.org/TR/custom-elements/#concepts), don't use reserved names.
76+
* **Custom element spec compliant**: [include a hyphen](https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name), don't use reserved names.
7777
* **`app-` namespaced**: if very generic and otherwise 1 word, so that it can easily be reused in other projects.
7878

7979
### Why?

0 commit comments

Comments
 (0)