-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавляет плейсхолдер
deletion
(#4629)
- Loading branch information
1 parent
2000856
commit 0e7c234
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: "`deletion`" | ||
description: "Роль для удалённого содержимого." | ||
authors: | ||
- doka-dog | ||
related: | ||
- a11y/aria-roles | ||
- html/ins | ||
- html/del | ||
tags: | ||
- doka | ||
- placeholder | ||
--- | ||
|
||
## Кратко | ||
|
||
[Роль структуры документа](/a11y/aria-roles/#roli-struktury-dokumenta) из [WAI-ARIA](/a11y/aria-intro/#specifikaciya) для удалённого содержимого, которое при это отображается на странице. | ||
|
||
Роль `deletion` есть у [`<del>`](/html/del/) по умолчанию. | ||
|
||
## Как пишется | ||
|
||
Задайте тегу `role="deletion"`. Для этого больше всего подходит [`<span>`](/html/span/). В большинстве случаев лучше использовать тег `<del>`. | ||
|
||
Элементам с ролью `deletion` можно задавать все [глобальные ARIA-атрибуты](/a11y/aria-attrs/#globalnye-atributy), кроме [`aria-label`](/a11y/aria-label/) и [`aria-labelledby`](/a11y/aria-labelledby/). |