From 3f5edca9354d02b9e0abf6f53bb60cf505cc33a8 Mon Sep 17 00:00:00 2001 From: Marek Suscak Date: Sun, 26 Feb 2017 15:55:21 +0100 Subject: [PATCH] Improve a element docs. --- element/a/index.html | 64 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/element/a/index.html b/element/a/index.html index 0668cbf..fcf9453 100644 --- a/element/a/index.html +++ b/element/a/index.html @@ -230,7 +230,69 @@

+ + +
+
+

+ + "noreferrer" + +

+
+

Requires that the browser should not send an HTTP referer header.

+ +
+
+ +
+ +
+
+

+ + "noopener" + +

+
+

Makes window.opener unavailable to the target website. Improves security.

+ +
+
+ +
+ + + +
+
+

+ + download + +

+
+

Downloads the link target.

+ + No value required. +
+
+ +
+