Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for header fallback 'crown' PNG #1419

Merged
merged 3 commits into from
Jun 3, 2019
Merged

Conversation

36degrees
Copy link
Member

Fixes a couple of issues with the fallback 'crown' PNG in the header, which is displayed in browsers that don't support SVG (like IE8)

Before:
Screen Shot 2019-06-03 at 09 41 48

After:
Screen Shot 2019-06-03 at 09 41 50

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
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-review-pr-1419 June 3, 2019 08:45 Inactive
Copy link
Contributor

@NickColley NickColley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, good to go with a CHANGELOG entry. 👍 💯

@36degrees
Copy link
Member Author

@NickColley happy with the changelog entry?

@NickColley
Copy link
Contributor

@36degrees looks good to me 👍

@36degrees 36degrees merged commit 8f9f8ec into master Jun 3, 2019
@36degrees 36degrees deleted the header-fallback-png-fixes branch June 3, 2019 09:18
@36degrees 36degrees mentioned this pull request Jun 13, 2019
7 tasks
@NickColley NickColley added this to the v2.13.0 milestone Jun 13, 2019
@hannalaakso hannalaakso mentioned this pull request Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

html validation errors
3 participants