javascript-tutorial / javascript-tutorial/en.javascript.info
':hover' popup with links, and no mention of async/await
オープン
まだ誰も着手していません。
- 主要言語
- HTML
- スター
- 25.5k
- フォーク
- 4k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
- hovering over 'read this before commenting…' displays a popup with some useful links, but moving the cursor to the popup to attempt to follow a link causes the popup to disappear...making the links useless. Well, it is possible if you carefully move the cursor over the little 'triangle' part of the popup...
- the 'https://javascript.info/try-catch' discussion doesn't comment on its use with async/await, and it's a major use-case since it's the alternative of Promise's 'catch'. Also, this important_warn suggests try/catch isn't going to work with async/await, but that's isn't the case...
- 'name' on anchor elements is deprecated (in favour of 'id'), and the document could use some more 'id's on other parts, like the above 'important_warn'?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず「read this before commenting…」のホバーポップアップと、https://javascript.info/try-catch の議論を見つけます。ポップアップのリンクにどう到達するか、async/await がどのように説明されているか、また anchor 要素で id ではなく name が使われている箇所を確認します。ポップアップのリンクを引き続き利用でき、async/await の説明が正確で、関連するセクションに利用可能な id がある状態を完了とします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- html, javascript
- 領域
- documentation, frontend
- issue の種類
- ドキュメント
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100