On Mon, Jan 4, 2016 at 7:46 AM, Franziskus Kiefer <[email protected]> wrote:
> currently there is no nice way to check which attribute values are
> implemented afaik.
There should be, per the specification discussion. E.g.,
function isSupported(token) {
var ele = document.createElement("a")
ele.referrerPolicy = token
return ele.referrerPolicy === token
}
--
https://annevankesteren.nl/
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform