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

Fix acessibilidade #140

Merged
merged 5 commits into from
Oct 5, 2017
Merged

Fix acessibilidade #140

merged 5 commits into from
Oct 5, 2017

Conversation

idgserpro
Copy link
Member

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.

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.
Copy link
Member

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
Copy link
Member

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"""
Copy link
Member

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>
Copy link
Member

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:

https://www.w3.org/TR/html5/obsolete.html#obsolete

Copy link
Member Author

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.

@hvelarde hvelarde merged commit 86eb8f9 into master Oct 5, 2017
@hvelarde hvelarde deleted the fix_acessibilidade branch October 5, 2017 15:13
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.

2 participants