Skip to content

docs: aria-current-value type "true" and "false" #3558

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

Merged
merged 1 commit into from
May 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ If you add a `target="_blank"` to your `a` element, you must omit the `@click="n

### aria-current-value

- type: `'page' | 'step' | 'location' | 'date' | 'time'`
- type: `'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'`
- default: `"page"`

Configure the value of `aria-current` when the link is active with exact match. It must be one of the [allowed values for aria-current](https://www.w3.org/TR/wai-aria-1.2/#aria-current) in the ARIA spec. In most cases, the default of `page` should be the best fit.
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ sidebar: auto

### aria-current-value

- 型: `'page' | 'step' | 'location' | 'date' | 'time'`
- 型: `'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'`
- デフォルト: `"page"`

完全一致によってリンクがアクティブになっているときに `aria-current` の値を設定します。ARIA spec において[aria-current で許可されている値](https://www.w3.org/TR/wai-aria-1.2/#aria-current)の1つでなければなりません。ほとんどの場合、デフォルト`page` が最適です。
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ sidebar: auto

### aria-current-value

- тип: `'page' | 'step' | 'location' | 'date' | 'time'`
- тип: `'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'`
- по умолчанию: `"page"`

Настройка значения `aria-current` когда ссылка активна по точному (exact) совпадению. Это должно быть одно из [разрешённых значений для aria-current](https://www.w3.org/TR/wai-aria-1.2/#aria-current) спецификации ARIA. В большинстве случаев наиболее подходящим значением будет `page`.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sidebar: auto

### aria-current-value

- 类型: `'page' | 'step' | 'location' | 'date' | 'time'`
- 类型: `'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'`
- 默认值: `"page"`

当链接根据精确匹配规则激活时配置的 `aria-current` 的值。这个值应该是 ARIA 规范中[允许的 aria-current 的值](https://www.w3.org/TR/wai-aria-1.2/#aria-current)。在绝大多数场景下,默认值 `page` 应该是最合适的。
Expand Down