Skip to content

Commit 28a5838

Browse files
herberthamaralrmurphey
authored andcommitted
[exercices] traversing's done
1 parent e986eea commit 28a5838

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

book/src/pt-BR/exercises/traversing.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,38 @@
66
xmlns:m="http://www.w3.org/1998/Math/MathML"
77
xmlns:html="http://www.w3.org/1999/xhtml"
88
xmlns:db="http://docbook.org/ns/docbook">
9-
<title>Traversing</title>
9+
<title>Atravessamento</title>
1010

11-
<para>Open the file <filename>/exercises/index.html</filename> in your
12-
browser. Use the file <filename>/exercises/js/sandbox.js</filename> or
13-
work in Firebug to accomplish the following:</para>
11+
<para>Abra o arquivo<filename>/exercises/index.html</filename> no seu
12+
navegador. Use o arquivo <filename>/exercises/js/sandbox.js</filename> ou
13+
trabalhe no Firebug para fazer o seguinte:</para>
1414

1515
<orderedlist>
1616
<listitem>
17-
<para>Select all of the image elements on the page; log each image's
18-
alt attribute.</para>
17+
<para>Selecione todos os elementos de imagem na página; logue cada
18+
o atributo alt de cada imagem.</para>
1919
</listitem>
2020

2121
<listitem>
22-
<para>Select the search input text box, then traverse up to the form
23-
and add a class to the form.</para>
22+
<para>Selecione a caixa de texto de busca, então atravesse para o form
23+
e adicione uma classe nele.</para>
2424
</listitem>
2525

2626
<listitem>
27-
<para>Select the list item inside #myList that has a class of
28-
"current" and remove that class from it; add a class of "current" to
29-
the next list item.</para>
27+
<para>Selecione o item de lista dentro de #myList que possui uma classe
28+
"current" e remova esta classe dele; adicione uma classe "current" no
29+
próximo item de lista.</para>
3030
</listitem>
3131

3232
<listitem>
33-
<para>Select the select element inside #specials; traverse your way to
34-
the submit button.</para>
33+
<para>Selecione o elemento select dentro de #specials; atravesse para
34+
o botão de submit.</para>
3535
</listitem>
3636

3737
<listitem>
38-
<para>Select the first list item in the #slideshow element; add the
39-
class "current" to it, and then add a class of "disabled" to its
40-
sibling elements.</para>
38+
<para>Selecione o primeiro item de lista no elemento #slideshow;
39+
adicione a classe "current" a ele e então adicione a classe "disabled"
40+
para seus elementos sibling.</para>
4141
</listitem>
4242
</orderedlist>
4343
</section>

0 commit comments

Comments
 (0)