Uh oh!
There was an error while loading. Please reload this page.
translate Advanced Guides > Portals - #44
Conversation
| > 補足 | ||
| > | ||
| > When working with portals, remember that [managing keyboard focus](/docs/accessibility.html#programmatically-managing-focus) becomes very important. | ||
| > ポータルを利用する際は、[キーボードのフォーカスの管理](/docs/accessibility.html#programmatically-managing-focus)を行うことが重要になるので、忘れずに行ってください。 |
There was a problem hiding this comment.
キーボードのフォーカスの管理
ここは Accecibility の翻訳ができた際のタイトルに依存します
There was a problem hiding this comment.
原文もあまり気にしていないので翻訳もそこまで気にしないでいいかなーと思っています(甘いかもしれませんが)
| // つまり、子要素は一旦どこにも結びつかない DOM ノードへとマウントされるということです。 | ||
| // もし子コンポーネントがマウント後すぐに DOM ツリーに結びついてほしい ―― | ||
| // たとえば DOM ノードの大きさを測りたい、子孫要素で `autoFocus` を使いたいなど | ||
| // ―― 場合は、 Modal に状態を持たせて子要素が DOM ツリーに入ったときだけ描画されるようにします。 |
There was a problem hiding this comment.
(、)が多すぎてすごいことになりそうだったのでつい ―― を入れてしまいましたが、他に良い書き方があれば直したい気もします
smikitky
commented
Feb 2, 2019
ありがとうございます。あとでしっかりレビューしますが、とりあえず |
Uh oh!
There was an error while loading. Please reload this page.
6ee9867 to
c0fe009CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
smikitky
commented
Feb 2, 2019
すみません、
これは難しすぎて英語を見ても何が言いたいのか僕が理解できてないです… @koba04 さん見ていただけませんでしょうか |
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
最後の文は訳出が難しかったですが、自分の理解としては…
という風に取りました。 |
fsubal
commented
Feb 2, 2019
ちなみに自信のなさでいうと、私は以下の部分がもっとも自信がないので、ここ突っ込んでもらえるとうれしい気がします…
|
koba04
left a comment
There was a problem hiding this comment.
最後の文章とコメントの内容について、Suggestionをさせて頂きましたので確認頂けると 🙇
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
fsubal
commented
Feb 2, 2019
smikitky
commented
Feb 3, 2019
ありがとうございます。準備ができたら呼んでください、そのときに改めてよく考えて確認します。(Modalのコードをちゃんと読んでませんでした…) |
fsubal
commented
Feb 3, 2019
残りの指摘部分も修正できたのでご確認お願いしますー @smikitky |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| > 補足 | ||
| > | ||
| > When working with portals, remember that [managing keyboard focus](/docs/accessibility.html#programmatically-managing-focus) becomes very important. | ||
| > ポータルを利用する際は、[キーボードのフォーカスの管理](/docs/accessibility.html#programmatically-managing-focus)を行うことが重要になるので、忘れずに行ってください。 |
There was a problem hiding this comment.
原文もあまり気にしていないので翻訳もそこまで気にしないでいいかなーと思っています(甘いかもしれませんが)
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
Co-Authored-By: fsubal <fsubal@users.noreply.github.com>
smikitky
commented
Feb 5, 2019
ありがとうございました! |
See #4 (comment)
Advanced Guides > Portalsの翻訳です。自分で不安のある部分はコメントしていきます。