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

a11y(Card): change default tags to components Card, CardGrid, CardScroll, ContentCard #7520

Merged
merged 3 commits into from
Sep 17, 2024

Conversation

EldarMuhamethanov
Copy link
Contributor

@EldarMuhamethanov EldarMuhamethanov commented Sep 4, 2024


  • e2e-тесты
  • Release notes

Описание

Нужно заменить теги по умолчанию для рендеринга компонентов Card, CardGrid, CardScroll, ContentCard на семантические

Изменения

Заменил теги по умолчанию у компонентов Card, CardGrid, CardScroll, ContentCard на ul или li

Release notes

BREAKING CHANGE

  • Card: изменен тег используемый по умолчанию для ренедеринга компонента с div на li
  • ContentCard: изменен тег используемый по умолчанию для ренедеринга компонента с div на li
  • CardGrid: изменен тег используемый по умолчанию для ренедеринга компонента с div на ul
  • CardScroll: изменен тег используемый по умолчанию для ренедеринга компонента с div на ul

@EldarMuhamethanov EldarMuhamethanov added this to the v7.0.0 milestone Sep 4, 2024
@EldarMuhamethanov EldarMuhamethanov requested a review from a team as a code owner September 4, 2024 15:23
@EldarMuhamethanov EldarMuhamethanov marked this pull request as draft September 4, 2024 15:23
Copy link
Contributor

github-actions bot commented Sep 4, 2024

size-limit report 📦

Path Size
JS 385.3 KB (-0.01% 🔽)
JS (gzip) 116.5 KB (0%)
JS (brotli) 95.67 KB (-0.03% 🔽)
JS import Div (tree shaking) 1.45 KB (0%)
CSS 330.78 KB (0%)
CSS (gzip) 41.39 KB (0%)
CSS (brotli) 32.85 KB (0%)

Copy link

codesandbox-ci bot commented Sep 4, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

github-actions bot commented Sep 4, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Sep 4, 2024

👀 Docs deployed

Commit 5e6e72b

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.21%. Comparing base (cc8faef) to head (5e6e72b).
Report is 16 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7520   +/-   ##
=======================================
  Coverage   95.21%   95.21%           
=======================================
  Files         384      384           
  Lines       11345    11345           
  Branches     3720     3720           
=======================================
  Hits        10802    10802           
  Misses        543      543           
Flag Coverage Δ
unittests 95.21% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@inomdzhon inomdzhon removed this from the v7.0.0 milestone Sep 5, 2024
@EldarMuhamethanov EldarMuhamethanov added this to the v7.0.0 milestone Sep 5, 2024
@vkcom-publisher vkcom-publisher added pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности and removed pr-needs-work Автоматизация: PR автоматически закроется через 14 дней при отсутствии активности labels Sep 13, 2024
@EldarMuhamethanov EldarMuhamethanov marked this pull request as ready for review September 16, 2024 12:28
Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Классно!

Я бы ещё предложил пройтись по страницам компонентов в доке и чуть текст поменять, явно говоря в секции по a11y, что у нас по умолчанию уже такие теги используются.

Чтобы пользвателям не надо было лезть в пропсы и искать значение по умолчанию там, после того, как валидатор html выдаст ошибку, что внезапно где-то есть тег li без ul.

Screenshot 2024-09-17 at 12 17 19

@EldarMuhamethanov
Copy link
Contributor Author

Классно!

Я бы ещё предложил пройтись по страницам компонентов в доке и чуть текст поменять, явно говоря в секции по a11y, что у нас по умолчанию уже такие теги используются.

Чтобы пользвателям не надо было лезть в пропсы и искать значение по умолчанию там, после того, как валидатор html выдаст ошибку, что внезапно где-то есть тег li без ul.

Screenshot 2024-09-17 at 12 17 19

Точно, совсем забыл это поменять. Теперь поправил документацию

Copy link
Contributor

@andrey-medvedev-vk andrey-medvedev-vk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💅

@inomdzhon inomdzhon merged commit a5dba7b into master Sep 17, 2024
28 checks passed
@inomdzhon inomdzhon deleted the e.muhamethanov/7336/update-cards-default-components branch September 17, 2024 15:27
@BlackySoul BlackySoul removed this from the v7.0.0-beta.0 milestone Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BREAKING CHANGE][Feature]: Заменить теги по умолчанию в карточках
5 participants