-
Notifications
You must be signed in to change notification settings - Fork 319
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: improving accessibility by using semantic tags and aria-related props #261
Open
risaddex
wants to merge
6
commits into
SOS-RS:develop
Choose a base branch
from
risaddex:feature/semantic-adjustments
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ba28c36
feat: improving accessibility by using semantic tags and aria-related…
36eb369
feat: making tooltips accessible by default, optionally turning it off
6c9c5e1
chore: rearranging header semantics in AboutUs page.
27a014f
chore: rearranging header semantics in PrivacyPolicy page.
4042cb4
chore: rearranging header semantics in Supporters page.
72036f5
Merge remote-tracking branch 'upstream/develop' into feature/semantic…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ const ToastViewport = React.forwardRef< | |
>(({ className, ...props }, ref) => ( | ||
<ToastPrimitives.Viewport | ||
ref={ref} | ||
label="Notificações estarão acessíveis através da tecla {hotkey}" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Excelente. |
||
className={cn( | ||
"fixed top-0 z-[100] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]", | ||
className | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ const PrivacyPolicy = () => { | |
<div className="flex flex-col h-screen items-center"> | ||
<Header title="SOS Rio Grande do Sul" startAdornment={<BurgerMenu />} /> | ||
<div className="w-full flex flex-col gap-4 p-4 max-w-4xl [&_*]:text-zinc-500 pb-8"> | ||
<h3 className="text-4xl pt-4 font-bold !text-zinc-900"> | ||
<h1 className="text-4xl pt-4 font-bold !text-zinc-900"> | ||
Política de privacidade | ||
</h3> | ||
</h1> | ||
<p className="text-justify text-md"> | ||
Ao entrar para o <b>SOS RS 🛟</b>, você nos confia uma série de | ||
informações. E nós cuidamos e protegemos essas informações, para você. | ||
|
@@ -38,29 +38,29 @@ const PrivacyPolicy = () => { | |
legislações vigentes no Brasil, especialmente, a Resolução{' '} | ||
<b>CFM Nº 2299 DE 30/09/2021</b>. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Coleta de informações | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Coletamos apenas informações imprescindíveis para desempenhar nosso | ||
propósito. As informações coletadas e como essas informações são | ||
utilizadas dependem de como e do quanto você utiliza o <b>SOS RS 🛟</b> | ||
. Armazenamos as informações que coletamos. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Itens que você cria ou nos fornece | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Ao cadastrar um abrigo, você nos fornece, inicialmente, informações | ||
pessoais, como seu nome e CPF. Ao alimentar nosso aplicativo, você | ||
fornece dados sobre os abrigos, os quais você, usuário, se | ||
responsabiliza integralmente, e que também são fornecidos para a | ||
comunidade, após alimentação, e podem ser armazenados pelo SOS-RS. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Informações que coletamos automaticamente quando você utiliza nossos | ||
serviços | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Utilizamos apenas cookies temporários, com ID de sessão do servidor e | ||
dados de localização, quando autorizados, para otimizar sua | ||
|
@@ -69,32 +69,32 @@ const PrivacyPolicy = () => { | |
não funcionar corretamente, se a sua capacidade de aceitar cookies | ||
estiver desabilitada. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Por que o SOS RS coleta dados | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Usamos as informações coletadas para auxiliar a fornecer, manter e | ||
melhorar a logística de suprimentos e disponibilidade em abrigos. | ||
Também para: | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Entrar em contato com você | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Se você for um abrigo, usamos as informações que coletamos para | ||
interagir diretamente com você. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Compartilhamento de suas informações | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Podemos compartilhar os dados com a comunidade e outras soluções do | ||
mesmo grupo e segmento, para cumprimento do nosso propósito e outros | ||
fins que julgarmos pertinente. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Por motivos legais | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Talvez precisemos compartilhar informações pessoais suas para fora do | ||
SOS, se isso for absolutamente necessário para cumprir a lei ou | ||
|
@@ -106,9 +106,9 @@ const PrivacyPolicy = () => { | |
os afetados antes que as informações sejam transferidas ou submetidas | ||
a uma política de privacidade diferente. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Mantemos suas informações seguras | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Possuímos segurança que protege continuamente suas informações, o que | ||
inclui: | ||
|
@@ -126,16 +126,16 @@ const PrivacyPolicy = () => { | |
confidencialidade para os que possuem acesso total aos dados. | ||
</li> | ||
</ul> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Exportar e excluir informações | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Nossos desenvolvedores permitem solicitar a exclusão dos seus dados | ||
pessoais, enviando um e-mail para <b>[email protected]</b>. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Retenção de suas informações e compliance | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Reteremos suas informações por quanto tempo for necessário para | ||
satisfazer as finalidades para as quais elas foram coletadas ou para | ||
|
@@ -151,25 +151,25 @@ const PrivacyPolicy = () => { | |
cópias são definitivamente excluídas dos nossos sistemas ativos e de | ||
backup. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Você pode, a qualquer momento: | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Atualizar, inativar e corrigir, remover e solicitar acesso às suas | ||
informações. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Dados de contato | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Entre em contato conosco em caso de dúvidas, pelo e-mail{' '} | ||
<b>[email protected]</b>. Você também pode travar contato com a | ||
autoridade local de proteção de dados, se possuir dúvidas sobre seus | ||
direitos de acordo com a legislação brasileira. | ||
</p> | ||
<h5 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
<h2 className="text-2xl pt-4 font-bold !text-zinc-900"> | ||
Quando esta política se aplica e alterações | ||
</h5> | ||
</h2> | ||
<p className="text-justify text-md"> | ||
Esta Política de Privacidade se aplica ao <b>SOS RS 🛟</b>. Nos | ||
reservamos ao direito de alterar este documento periodicamente, porém | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Questionamento: dada a className de formatação, ainda é necessário usar a tag strong? Ou faria mais sentido apenas uma div ou uma span?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nesse ponto, parti do princípio que: mesmo se fosse lido em um html puro, ainda teria o destaque. Não creio que essa tag dê mais ênfase ao utilizar leitores de tela.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
É, faz sentido. Podemos manter assim, então.