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

update logos #1782

Merged
merged 14 commits into from
Mar 9, 2022
Merged

update logos #1782

merged 14 commits into from
Mar 9, 2022

Conversation

scottjehl
Copy link
Contributor

No description provided.

tigt and others added 14 commits March 5, 2022 16:59
- HTTPS
- Changed host
- Correct fragment for new version
The previous markup looked like:

```html
<span class="test_presets_tag"><img src="/images/test_icons/flags/US.svg" alt="Virginia, USA " title="Virginia, USA ">Virginia, USA </span>
```

While `alt` and `title` are normally helpful for solitary icons, in this case the location is displayed as plain text next to the flag. Screen readers would repeat the location name at least twice, and up to 3 times depending on verbosity settings.

The tooltip functionality of `title` was also suppressed by the wrapping `<label>` and/or the custom hover bubbles, so removing it should change nothing.
When looking through the codebase, I often wondered what PHP features were fair game to use, such as `http_response_code()` instead of the easier-to-mess-up `header('HTTP/…')`. [Specifying PHP’s minimum version in `composer.json`](https://mikemadison.net/blog/2020/11/17/configuring-php-version-with-composer) helps with questions like that, and should produce friendlier and easier-to-understand errors if the code is run with an older PHP runtime.

I set the version to the minimum that [Guzzle 7.4](https://packagist.org/packages/guzzlehttp/guzzle#7.4.0) requires, since that looked like a safe bet.
Make screen-read locations less repetitive
Co-authored-by: Jeff Lembeck <jlembeck@gmail.com>
Update links to Navigation Timing spec
fix(rum): we don't use any of this, so let's remove it
Specify PHP version with Composer
Omit `type` attributes with default values
@tkadlec tkadlec merged commit 4282d0d into prod Mar 9, 2022
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

4 participants