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

feat: add image atom, blur images with missing alt tags #281

Merged
merged 2 commits into from
Mar 26, 2020
Merged

Conversation

greatislander
Copy link
Collaborator

Description

Adds a component for images, with three variants:

  • Default (with alt tag)
  • Decorative (with role="presentation" and empty alt tag)
  • Missing Alt Text (with no alt tag, blurred 10px)

Steps to test

  1. Review image components.

Expected behavior: Images behave as expected for sighted users and assistive technology users.

Additional information

Related issues

@greatislander greatislander added the enhancement New feature or request label Mar 18, 2020
@greatislander greatislander added this to the 1.0.0-alpha.12 milestone Mar 18, 2020
@greatislander greatislander requested a review from jhung March 18, 2020 16:05
@greatislander greatislander self-assigned this Mar 18, 2020
@netlify
Copy link

netlify bot commented Mar 18, 2020

Deploy preview for pinecone ready!

Built with commit ff7c905

https://deploy-preview-281--pinecone.netlify.com

@greatislander greatislander merged commit 2e89f54 into dev Mar 26, 2020
@greatislander greatislander deleted the add/image branch March 26, 2020 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: blur images without alt text
2 participants