-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fix acessibilidade #140
Fix acessibilidade #140
Conversation
ajuste dos links vazios acontent, anavigation e afooter para atender os critérios de acessibilidade
CHANGES.rst
Outdated
@@ -4,7 +4,12 @@ Histórico de Alterações | |||
1.2.2 (unreleased) | |||
^^^^^^^^^^^^^^^^^^ | |||
|
|||
- Nothing changed yet. | |||
- Adiciona css ocultar os links de id acontent, afooter e anavigation. |
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.
CSS
CHANGES.rst
Outdated
- Adiciona css ocultar os links de id acontent, afooter e anavigation. | ||
[idgserpro] | ||
|
||
- Adiciona regra diazo para obter a tradução dos links de id acontent, afooter |
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.
Diazo
, also, documentation is not code: make this one line.
transaction.commit() | ||
|
||
def base_test(self, cor): | ||
"""Teste base dos temas""" |
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.
all docstring must end with a "."
@@ -166,7 +166,7 @@ | |||
|
|||
<!-- Column 1 --> | |||
<div id="navigation"> | |||
<a name="anavigation" id="anavigation"></a> | |||
<a name="anavigation" id="anavigation" class="anchor">menu</a> |
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.
the use of the name
attribute is deprecated in HTML5:
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.
We didn't add this attribute, it was already available in the code. Since removing this is out of the scope of this PR, we're opening a new ticket do address it #141 in another branch.
Com a aprovação desse PR, um release é útil para prosseguirmos removermos
@unittest.expectedFailure
presente em brasil.gov.portal que espera um release do brasil.gov.temas que possua essas regras no Diazo.