Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

fix: generate alt text from filename for data-uri images#1115

Open
rxt1077 wants to merge 1 commit intobytesparadise:masterfrom
rxt1077:data-uri-alt
Open

fix: generate alt text from filename for data-uri images#1115
rxt1077 wants to merge 1 commit intobytesparadise:masterfrom
rxt1077:data-uri-alt

Conversation

@rxt1077
Copy link
Contributor

@rxt1077 rxt1077 commented Jan 22, 2024

Use file name when alt text not specified for data-uri images. Now uses image location instead of src attribute.

Closes #1114

Use file name when alt text not specified for data-uri images.
Now uses image location instead of src attribute.

Closes bytesparadise#1114
@codecov
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

Merging #1115 (efd71c6) into master (d90d46f) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1115   +/-   ##
=======================================
  Coverage   77.59%   77.59%           
=======================================
  Files          89       89           
  Lines        8941     8941           
=======================================
  Hits         6938     6938           
  Misses       1509     1509           
  Partials      494      494           

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate alt text from filename for data-uri images

1 participant