Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Josiel Rocha <[email protected]>
  • Loading branch information
SphinxKnight and josielrocha committed Sep 26, 2022
1 parent 1115d5a commit 7a3cd4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ As técnicas abaixo descrevem cada função composta, bem como suas funções fi

### Funções da estrutura de documento

-
- [application](/pt-BR/docs/Web/Accessibility/ARIA/Roles/Application_Role)
- [article](/pt-BR/docs/Web/Accessibility/ARIA/Roles/Article_Role "en/Accessibility/ARIA/ARIA_Techniques/Using_the_article_role")
- [cell](/pt-BR/docs/Web/Accessibility/ARIA/Roles/Cell_Role)
Expand Down
4 changes: 2 additions & 2 deletions files/pt-br/web/accessibility/aria/roles/slider_role/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role
---
### Descrição

Essa técnica demosntrará como usar o [slider](http://www.w3.org/TR/wai-aria/roles#slider) role.
Essa técnica demonstrará como usar o [slider](http://www.w3.org/TR/wai-aria/roles#slider) role.

The` slider`` `role is used for markup that allows a user to select a value from within a given range. The slider role is assigned to the "thumb," the control that is adjusted to change the value. Typically, another element is styled to visually represent the range of possible valued, and the thumb positioned visually to represent the value within that range. As the user interacts with the thumb, the application must programmatically adjust the slider's `aria-valuenow` (and possible `aria-valuetext`) attribute to reflect the current value. See the [Examples](#examples) section below for more information.
The `slider` role is used for markup that allows a user to select a value from within a given range. The slider role is assigned to the "thumb," the control that is adjusted to change the value. Typically, another element is styled to visually represent the range of possible valued, and the thumb positioned visually to represent the value within that range. As the user interacts with the thumb, the application must programmatically adjust the slider's `aria-valuenow` (and possible `aria-valuetext`) attribute to reflect the current value. See the [Examples](#examples) section below for more information.

#### Keyboard And Focus

Expand Down

0 comments on commit 7a3cd4c

Please sign in to comment.