-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
Updated BrowseHappy prompt to be site-agnostic #1608
Updated BrowseHappy prompt to be site-agnostic #1608
Conversation
@@ -15,7 +15,7 @@ | |||
</head> | |||
<body> | |||
<!--[if lt IE 8]> | |||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |||
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Is everyone ok with this |
Maybe |
I'm fine with the |
@FagnerMartinsBrack: oops! You're right. :) In that case |
While the outdated browser prompt currently links to `browsehappy.com`, users are free and even encouraged to substitute the link with their own page or site of preference. This commit changes the `browsehappy` specific classname with the more agnostic `browserupgrade` in order to make the link substitution easier, but more importantly to hint to the users that they don't have to stick with the currently default provided `browsehappy.com` link. Ref: h5bp/html5-boilerplate#1582 h5bp/html5-boilerplate#1608 Close h5bp/html5-boilerplate#1608
While the outdated browser prompt currently links to `browsehappy.com`, users are free and even encouraged to substitute the link with their own page or site of preference. This commit changes the `browsehappy` specific classname with the more agnostic `browserupgrade` in order to make the link substitution easier, but more importantly to hint to the users that they don't have to stick with the currently default provided `browsehappy.com` link. Ref: h5bp#1582 h5bp#1608 Close h5bp#1608
Per the discussion in #1582, this simply replaces all explicit references to BrowseHappy with more site-agnostic wording.