File tree Expand file tree Collapse file tree 7 files changed +196
-175
lines changed
Expand file tree Collapse file tree 7 files changed +196
-175
lines changed Original file line number Diff line number Diff line change @@ -553,11 +553,17 @@ CSS セレクタについては、[MDN のCSS リファレンス](https://develo
553553
554554### ステージ2
555555
556- DOM 要素のスタイルを変更するトレーニング
556+ DOM 要素の属性・テキストを変更する
557+ トレーニング
558+
559+
560+
561+ このステージでは、スタイルの変更や
562+ 表示文字列を変更するやり方を学びます。
557563
558564
559565
560- #### DOM 要素のスタイル
566+ #### DOM 要素の属性・テキスト
561567
562568DOM 要素には、
563569
@@ -639,7 +645,7 @@ DOM の構造を変更するトレーニング
639645
640646#### DOM の構造
641647
642- このステージでは、DOM のスタイルではなく 、
648+ このステージでは、DOM の属性ではなく 、
643649構造を変更するトレーニングをおこないます。
644650
645651たとえば、書籍を検索する Web API を使って、
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ <h1>mixi JavaScript Training</h1>
2626 </ div >
2727 < ol >
2828 < li > < a href ="stage1 "> DOM 要素を取得するトレーニング</ a > </ li >
29- < li > < a href ="stage2 "> DOM 要素のスタイルを変更するトレーニング </ a > </ li >
29+ < li > < a href ="stage2 "> DOM 要素の属性・テキストを変更するトレーニング </ a > </ li >
3030 < li > < a href ="stage3 "> DOM の構造を変更するトレーニング</ a > </ li >
3131 < li > < a href ="stage4 "> DOM イベントを利用するトレーニング</ a > </ li >
32- < li > < a href ="stage5 "> サーバーと通信するトレーニング </ a > </ li >
32+ < li > < a href ="stage5 "> 非同期処理を書くトレーニング </ a > </ li >
3333 < li > < a href ="stage6 "> モジュールを実装するトレーニング</ a > </ li >
34- < li > < a href ="stage7 "> よくあるイディオムを読み書きするトレーニング </ a > </ li >
34+ < li > < a href ="stage7 "> よくあるイディオムを読むトレーニング </ a > </ li >
3535 </ ol >
3636 </ div >
3737</ body >
You can’t perform that action at this time.
0 commit comments