Skip to content

Commit 5790765

Browse files
Merge pull request #63 from johnrees/patch-1
Fix broken link for 'custom element name' docs
2 parents 0dae4d9 + 6501c3c commit 5790765

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
@@ -17,7 +17,7 @@ const Greeting = ({ name = 'World' }) => (
1717
register(Greeting, 'x-greeting', ['name']);
1818
```
1919

20-
> _**\* Note:** as per the [Custom Elements specification](http://w3c.github.io/webcomponents/spec/custom/#prod-potentialcustomelementname), the tag name must contain a hyphen._
20+
> _**\* Note:** as per the [Custom Elements specification](https://html.spec.whatwg.org/multipage/custom-elements.html#valid-custom-element-name), the tag name must contain a hyphen._
2121
2222
Use the new tag name in HTML, attribute keys and values will be passed in as props:
2323

0 commit comments

Comments
 (0)