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

♿ implementar melhorias de acessibilidade #446

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ana-maria-silva
Copy link
Contributor

@ana-maria-silva ana-maria-silva commented Oct 9, 2024

Related Issue

Proposed Changes

Melhorias de acordo com diretrizes de acessibilidade web:

  • utilizar tags semânticas <header> <main <section>
  • definir a linguagem da página no meta lang=pt-br ou en
  • utilizar âncora de acessibilidade como primeiro link navegável por teclado
  • correção de link quebrados
  • verificar com validadores de acessibilidade para mais melhorias

@@ -23,11 +23,11 @@ export default function Header() {
text editor ever.
</h1>
<div className="hero__description">
Megadraft is a Rich Text editor built on top of
<header>Megadraft is a Rich Text editor built on top of
Copy link
Contributor

Choose a reason for hiding this comment

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

Não acho que aqui seja a melhor opção pra adicionar o header, poderia rever o uso pra uma div superior? Se atentar a indentação também nesse caso

Copy link
Contributor Author

@ana-maria-silva ana-maria-silva Oct 31, 2024

Choose a reason for hiding this comment

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

Necessário revisar o código do projeto, para implementação de melhorias para acessibilidade e usabilidade de acordo com as diretrizes da web semântica.

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.

3 participants