Full specification for <link>: https://html.spec.whatwg.org/multipage/semantics.html#the-link-element
Note that this view is distinct from the Link view that will be used to create hyperlinks (<a>).
A few options for building this view then due to the naming conflict:
- Provide specialized views for specific use cases of
<link>.
- Name the
<link> view something like HeadLink.
Full specification for
<link>: https://html.spec.whatwg.org/multipage/semantics.html#the-link-elementNote that this view is distinct from the
Linkview that will be used to create hyperlinks (<a>).A few options for building this view then due to the naming conflict:
<link>.<link>view something likeHeadLink.