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

Translate Portals to pt-BR #97

Merged
merged 12 commits into from
Feb 15, 2019
2 changes: 1 addition & 1 deletion content/docs/portals.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Um caso típico do uso de portals é quando um componente pai tem o estilo `over

> Nota:
>
> Quando estiver trabalhando com portals, lembra-se que [tratar os eventos de foco do teclado](/docs/accessibility.html#programmatically-managing-focus) se torna muito importante.
> Quando estiver trabalhando com portals, lembre-se que [tratar o eventos de focus](/docs/accessibility.html#programmatically-managing-focus) se torna muito importante.
Rahmon marked this conversation as resolved.
Show resolved Hide resolved
>
> No caso dos modais, assegure-se que todos possam interagir com o modal seguindo as práticas descritas em [WAI-ARIA Modal Authoring Practices](https://www.w3.org/TR/wai-aria-practices-1.1/#dialog_modal).
Rahmon marked this conversation as resolved.
Show resolved Hide resolved

Expand Down