diff --git a/Sources/Slipstream/Documentation.docc/Guides/SlipstreamForWebDevelopers.md b/Sources/Slipstream/Documentation.docc/Guides/SlipstreamForWebDevelopers.md
index 73bd862..c443d08 100644
--- a/Sources/Slipstream/Documentation.docc/Guides/SlipstreamForWebDevelopers.md
+++ b/Sources/Slipstream/Documentation.docc/Guides/SlipstreamForWebDevelopers.md
@@ -27,37 +27,37 @@ provided below is an organized table of W3C HTML tags and their equivalent Slips
[`
`](https://html.spec.whatwg.org/multipage/semantics.html#the-head-element) | ``Head``
[``](https://html.spec.whatwg.org/multipage/semantics.html#the-title-element) | ``Title``
[` `](https://html.spec.whatwg.org/multipage/semantics.html#the-base-element) | ``Base``
-[` `](https://html.spec.whatwg.org/multipage/links.html#rel-alternate) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#rel-alternate) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-canonical) | ``Canonical``
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-author) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-bookmark) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-dns-prefetch) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-expect) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-external) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-help) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#rel-icon) | ``Icon``
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-manifest) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-license) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-next) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-nofollow) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-noopener) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-opener) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-pingback) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-preconnect) | ``Preconnect``
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-preload) | ``Preload``
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-prev) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `-policy](https://html.spec.whatwg.org/multipage/links.html#link-type-privacy-policy) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-search) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet) | ``Stylesheet``
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-tag) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
-[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-terms-of-service) | [Not implemented yet](https://github.com/jverkoey/slipstream/issues/25)
+[` `](https://html.spec.whatwg.org/multipage/links.html#rel-alternate) | ``Alternate``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-author) | ``Author``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-bookmark) | ``Bookmark``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-canonical) | ``Canonical``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-dns-prefetch) | ``DNSPrefetch``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-expect) | ``Expect``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-external) | ``External``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-help) | ``Help``
+[` `](https://html.spec.whatwg.org/multipage/links.html#rel-icon) | ``Icon``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-license) | ``License``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-manifest) | ``Manifest``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-modulepreload) | ``ModulePreload``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-next) | ``Next``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-nofollow) | ``Nofollow``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-noopener) | ``NoOpener``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-noreferrer) | ``NoReferrer``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-opener) | ``Opener``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-pingback) | ``Pingback``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-preconnect) | ``Preconnect``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-prefetch) | ``Prefetch``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-preload) | ``Preload``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-prev) | ``Previous``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-privacy-policy) | ``PrivacyPolicy``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-search) | ``SearchLink``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-stylesheet) | ``Stylesheet``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-tag) | ``Tag``
+[` `](https://html.spec.whatwg.org/multipage/links.html#link-type-terms-of-service) | ``TermsOfService``
[` `](https://html.spec.whatwg.org/multipage/semantics.html#the-meta-element) | ``Meta``
[` `](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-refresh) | ``Redirect``
-[` `](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-charset) | ``Charset``
+[` `](https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-charset) | ``Charset``
+[` `](https://drafts.csswg.org/css-viewport) | ``Viewport``
[`