You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Attribute src not allowed on element image at this point.
From line 73, column 13; to line 73, column 117
<image src="/assets/images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image"></imag
Error: Element image is missing required attribute height.
From line 73, column 13; to line 73, column 117
<image src="/assets/images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image"></imag
Error: Element image is missing required attribute width.
From line 73, column 13; to line 73, column 117
<image src="/assets/images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image"></imag
The text was updated successfully, but these errors were encountered:
This addresses two issues flagged by the HTML5 validator.
Error: Element image is missing required attribute height.
From line 73, column 13; to line 73, column 117
<image src="/assets/images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image"></imag
Error: Element image is missing required attribute width.
From line 73, column 13; to line 73, column 117
<image src="/assets/images/govuk-logotype-crown.png" class="govuk-header__logotype-crown-fallback-image"></imag
Fixes#1298
In HMTL5 validator we get the following errors:
The text was updated successfully, but these errors were encountered: