Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 9d9cfd9

Browse files
committed
Add comment to clarify source of HTMLHyperlinkElementUtils.
1 parent cd0d682 commit 9d9cfd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DOM/HTML/HTMLHyperlinkElementUtils.purs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
-- https://html.spec.whatwg.org/multipage/links.html#htmlhyperlinkelementutils
1+
-- The `URLUtils` interface, referenced in https://www.w3.org/TR/html50/infrastructure.html#urlutils
2+
-- now documented at https://html.spec.whatwg.org/multipage/links.html#htmlhyperlinkelementutils
23
module DOM.HTML.HTMLHyperlinkElementUtils where
34

45
import Prelude (Unit)

0 commit comments

Comments
 (0)