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

couple of small fixes & improvements #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

detj
Copy link

@detj detj commented Feb 28, 2018

1. Do not auto capitalise job titles

Auto capitalising job titles does not work well if the job title is "iOS
Engineer" where intention to preserve casing makes more sense than to be
automatic

Fixes #5


2. Use rel="noopener" for external anchors

Whenever an anchor uses target="_blank", it should also use rel="noopener". Has security & slight performance benefits. More information here, here & here

Fixes #7


3. <html> lacks lang attribute

Specifying language in <html> tag improves accessibility with screen readers.

Fixes #8

auto capitalising job titles does not work well if the job title is "iOS
Engineer" where intention to preserve casing makes more sense than to be
automatic
@detj detj changed the title Do not auto-captialising job titles Do not auto capitalise job titles Feb 28, 2018
this to mitigate a security vulnerability & a maybe performance boost
@detj detj changed the title Do not auto capitalise job titles couple of small fixes & improvements Feb 28, 2018
Specifying language in <html> improves accessibility with screen
readers.
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.

None yet

1 participant