-
Notifications
You must be signed in to change notification settings - Fork 82
Fix missing alt attribute for course thumbnail #2303
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
Open
maizul
wants to merge
16
commits into
themeum:dev
Choose a base branch
from
maizul:master
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+22
−3
Conversation
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
…header Fix: Normalize the case of the authorization header to Authorization in tutor_getallheaders()
v3.8.1 merged to master
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…js-yaml-4.1.1 build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
…pm_and_yarn/js-yaml-4.1.1 Revert "build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1"
Course thumbnail images now include an alt attribute, using the attachment's alt text if available or falling back to the course title. This improves accessibility and SEO.
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.
Issue: Course thumbnail images were missing an alt attribute, affecting accessibility and SEO.
Fix: Added an alt attribute using image metadata with a fallback to the course title.
Course thumbnail images now include an alt attribute for improved accessibility. The alt text is sourced from the image's meta data or falls back to the course title if not set making seo friendly.