Skip to content

Commit eb8b24b

Browse files
fix: update broken link to the custom element spec (vuejs#978)
1 parent b4b3eaf commit eb8b24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/style-guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Some features of Vue exist to accommodate rare edge cases or smoother migrations
3838

3939
**Component names should always be multi-word, except for root `App` components, and built-in components provided by Vue, such as `<transition>` or `<component>`.**
4040

41-
This [prevents conflicts](http://w3c.github.io/webcomponents/spec/custom/#valid-custom-element-name) with existing and future HTML elements, since all HTML elements are a single word.
41+
This [prevents conflicts](https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name) with existing and future HTML elements, since all HTML elements are a single word.
4242

4343
<div class="style-example style-example-bad">
4444
<h4>Bad</h4>

0 commit comments

Comments
 (0)