Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 6422ba7

Browse files
treshugartjustinfagnani
authored andcommitted
#555 - link to canonical HTML spec.
1 parent a4c8bf5 commit 6422ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomElements/v1/CustomElements.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var CustomElementDefinition;
150150
this._addNodes(doc.childNodes);
151151
}
152152

153-
// http://w3c.github.io/webcomponents/spec/custom/#dom-customelementsregistry-get
153+
// https://html.spec.whatwg.org/multipage/scripting.html#custom-elements-api
154154
get(localName) {
155155
const def = this._definitions.get(localName);
156156
return def ? def.constructor : undefined;

0 commit comments

Comments
 (0)