Fix HTML validity and improve accessibility/UX#8
Open
iuligie wants to merge 1 commit into
Open
Conversation
- Remove duplicate class attribute on GitHub SVG (invalid HTML) - Remove obsolete X-UA-Compatible IE meta tag - Add meta description for SEO - Add inline SVG favicon - Add aria-label to links for screen reader accessibility - Add target=_blank rel=noopener noreferrer to external links - Add hover/focus transition effect on icons - Normalize indentation to 4 spaces throughout Co-authored-by: Emanuel Gheorghe <iuligie@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes invalid HTML and adds accessibility/UX improvements while preserving the exact same visual appearance.
Changes
classattribute on GitHub SVGX-UA-CompatibleIE meta tag<meta name="description">aria-labelon links for screen readerstarget="_blank" rel="noopener noreferrer")Visual Verification
Page appearance is unchanged — same dark background, same centered GitHub + LinkedIn icons:
Page after improvements - identical appearance
Hover effect and target=_blank verified:
Hover effect on GitHub icon
Context menu showing open in new tab
Demo video:
demo_html_improvements.mp4
To show artifacts inline, enable in settings.