Synthetic Events: Document deviations from spec
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 11.8k
- 派生
- 7.9k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 11
描述
On the Synthetic Events page, I think there should be a Note whenever the React behavior deviates from the spec.
For example, onBlur bubbles. And, if I remember correctly from when I was studying rich-text editing, the onSelect event is also different from the selectDOM event?
Also, would it be overkill to put them in three-column tables, like this?
| Synthetic Event | DOM Event | Notes |
|---|---|---|
onBlur |
blur |
In contrast to the DOM event specification, onBlur will bubble. |
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 issue 中链接的 Synthetic Events 页面开始,将提到的 onBlur 和 onSelect 行为与对应的 DOM 事件和规范进行比较。使用 Notes 更新页面,描述已确认的差异;如果合适,使用建议的三列布局;完成的标准是文档中的示例准确无误,并且页面清楚地区分 React 行为与 DOM 行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, react
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 48/100