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

An ADA issue: products names are truncated on text-only zooming to 200% #38

Open
dmitrii-fediuk opened this issue Dec 1, 2018 · 2 comments
Labels

Comments

@dmitrii-fediuk
Copy link
Contributor

The name of the products gets truncated on text-only zooming to 200%

kitchencollection.com

05

Code snippet:

<div class="product details product-item-details">…</div>

Rationale

It is required to ensure that visually rendered text, including text-based controls can be scaled successfully so that it can be read directly by people with mild visual disabilities, without requiring the use of assistive technology such as a screen magnifier.
Users may benefit from scaling all content on the Web page, but text is most critical.

Recommendations

Provide height to the

having class="product details product-item-details" and having class="product name product-item-name" in em unit using css.

@dmitrii-fediuk
Copy link
Contributor Author

@dmitrii-fediuk
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant