Skip to content

Commit 70ce28e

Browse files
freemedomsonghn233
andauthored
fix: 优化翻译 (#1150)
* Update article.md * Update 2-ui/4-forms-controls/2-focus-blur/article.md Co-authored-by: Songhn <songhn233@gmail.com> --------- Co-authored-by: Songhn <songhn233@gmail.com>
1 parent 304cb88 commit 70ce28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Your email please: <input type="email" id="input">
108108

109109
默认情况下,很多元素不支持聚焦。
110110

111-
列表(list)在不同的浏览器表现不同,但有一件事总是正确的:`focus/blur` 保证支持那些用户可以交互的元素`<button>``<input>``<select>``<a>` 等。
111+
虽然这个范围因浏览器而异,但有一件事总是正确的:用户可以交互的元素`<button>``<input>``<select>``<a>`,都支持 `focus/blur`
112112

113113
另一方面,为了格式化某些东西而存在的元素像 `<div>``<span>``<table>` —— 默认是不能被聚焦的。`elem.focus()` 方法不适用于它们,并且 `focus/blur` 事件也绝不会被触发。
114114

0 commit comments

Comments
 (0)