-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: /data/spark/what-is-spark build #1409
Conversation
Thanks! A couple comments from me:
|
Mostly loks good, couple of small things I noticed:
|
We have found that the .p-image-container,
[class^='p-image-container--'] {
// If there is a child element that is not the image, don't let it affect the layout
& > *:not(.p-image-container__image) {
display: contents;
}
} This will be upstreamed to Vanilla shortly |
@eliman11 about the alt text for the logo hero, can I ask why we're including it? We usually consider these decorative images and the recommended practice is to leave an empty alt text for these so that screen readers will ignore it |
@eliman11 @lyubomir-popov thanks both, I've adressed most of your comments if you could take another look? Unfortunately the image container snippet is causing some weirdness with the image template. I've added the |
The fix for this has been released in Vanilla version 4.18.1! |
@lyubomir-popov the fix doesn't currently work with the image template. Fix incoming soon though |
Thanks, looks good to me! Agreed about not including the alt text, thanks for pointing it out. |
</div> | ||
</section> | ||
|
||
<section class="p-section--deep"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
High macro potential detected 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! Address the comments and add it to the sitemap and it is good to go
Done
QA
Issue / Card
Fixes https://warthogs.atlassian.net/browse/WD-15058