From ed6f9f023356a073f94d5ca262e0732d1754448e Mon Sep 17 00:00:00 2001 From: Niall Molloy Date: Thu, 21 Jan 2021 10:19:05 +0000 Subject: [PATCH] update header template comment to make mention of the empty data URI --- src/govuk/components/header/template.njk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/govuk/components/header/template.njk b/src/govuk/components/header/template.njk index ad8e5c97df..e00d605040 100644 --- a/src/govuk/components/header/template.njk +++ b/src/govuk/components/header/template.njk @@ -33,9 +33,9 @@ The element is a valid SVG element. In SVG, you would specify the URL of the image file with the xlink:href – as we don't reference an - image it has no effect. It's important to include the empty xlink:href - attribute as this prevents versions of IE which support SVG from - downloading the fallback image when they don't need to. + image it has no effect. It's important to include an empty data URI + as the xlink:href attribute as this prevents versions of IE which + support SVG from downloading the fallback image when they don't need to. In other browsers is synonymous for the tag and will be interpreted as such, displaying the fallback image. #}