Skip to content

Commit 1b3128d

Browse files
Update article.md
1 parent cb1e4e0 commit 1b3128d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2-ui/4-forms-controls/2-focus-blur/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
107107
توسط کاربر را ردیابی کنیم، خودمان باید از ایجاد آن اجتناب کنیم. focus-loss مراقب باشید. اگر می‌خواهیم events بهترین دستورالعمل این است که موقع کار با این
108108
```
109-
## Allow focusing on any element: tabindex
109+
## اجازه focus کردن روی هر عنصری را می‌دهد: tabindex
110110

111-
By default, many elements do not support focusing.
111+
به صورت پیش‌فرض، بیشتر عناصر از focus پشتیبانی نمی‌کنند.
112112

113113
The list varies a bit between browsers, but one thing is always correct: `focus/blur` support is guaranteed for elements that a visitor can interact with: `<button>`, `<input>`, `<select>`, `<a>` and so on.
114114

0 commit comments

Comments
 (0)