Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 May 2022 at 15:21 UTC
Updated:
17 Jun 2022 at 13:39 UTC
Jump to comment: Most recent
Comments
Comment #2
hooroomooComment #5
narendrarComment #6
chrisfromredfinI'm not sure what I'm supposed to be looking for here. With the patch applied, I can see that the placeholder image always has an alt of "Placeholder" and the images are showing their alt, i.e. "webform logo" - but Pathauto has an empty alt. Does this code do this?
* use the alt attribute provided by d.o
* if not found, use an empty alt
* use "placeholder" for all the puzzle piece images?
Comment #7
chrisfromredfinI think we pieced this together in Slack (timplunkett, bnjmnn, and myself) so I think this actually is the right thing here.
Comment #8
bnjmnmIt looks like the MR is a bit different from what was discussed. I believe we settled on marking all images as decorative with
alt="". I provided additional explanation in the MR.Comment #9
tim.plunkettAgreed with #8, the MR came before the discussion.
Comment #10
narendrarComment #11
bnjmnmLooks great!
Comment #12
chrisfromredfinI rebased and am waiting for tests, as there was a svelte build failure for a no-longer-used projectTitle prop.
Comment #13
tim.plunkettNW for the slight nit, sorry
Comment #14
narendrarComment #16
tim.plunkettThis was RTBC before, so I'm merging it. Thanks for the fixes @narendraR
Comment #17
tim.plunkett