Synthetic Events: Document deviations from spec
オープン
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 11.8k
- フォーク
- 7.9k
- 平均マージ
- 1日 11時間
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
issue にリンクされている Synthetic Events ページから始め、言及されている onBlur と onSelect の動作を、対応する DOM イベントおよび仕様と比較します。確認された相違点を説明する Notes をページに追加し、適していれば提案された 3 列レイアウトを使用します。文書化された例が正確で、ページが React の動作と DOM の動作を明確に区別できていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, react
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100