最後整合任務
交付:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
將同一組責任轉用到另一個商家情境,仍達成:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
限制:不新增框架。;保留 module id 與驗收證據。
INTEGRATED LAB · Starter
在同一份章節作品中整合 4 個 module,排除單項通過但組合失敗的問題。
交付:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
將同一組責任轉用到另一個商家情境,仍達成:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
限制:不新增框架。;保留 module id 與驗收證據。
整合不是重新背一遍名詞;是把每個 topic 的責任放回同一份作品。
files/starter/style.css|實驗 before=0px、after=4px;同一子層的 Computed color 與父層相同files/starter/style.css|巢狀 p 的 computed color 由 rgb(23, 50, 77) 變 rgb(21, 94, 117),font-weight 仍維持 400files/starter/style.css|count=2、uniqueCount=2、valid=true,輸出文字同時包含章節標題與卡片標題files/starter/style.css|runtime before 與 after 都等於 rgb(23, 50, 77),property=color每個停點都要留下檔案、畫面或瀏覽器證據。
檔案:files/starter/index.html 定位:#observe
操作:逐項讀取 outcomes,執行一次現況操作。
// OBSERVE:不修改程式,先記錄第一個失敗 moduleId。預期:能指出第一個未通過 module。
證據:第一個 moduleId 與缺少的 evidence。
卡住先查:確認開啟的是 files/starter/index.html。
檔案:files/starter/index.html 定位:#modify
操作:執行實驗先讀子層 border-top-width,再切換 .inherit-border 令 border-width 明確使用 inherit。 → 執行實驗在巢狀 p 切換 probe-on;descendant 規則命中 color,但 child 規則因非直接子層不命中。 → 執行 collection probe,以 h2.selector-list-hit, h3.selector-list-hit 查找共同匹配集合。 → 執行實驗切換 invalid-value class,前後都讀取同一元素的 computed color。
// 04-01-topic: 執行實驗先讀子層 border-top-width,再切換 .inherit-border 令 border-width 明確使用 inherit。
// 04-02-combinator: 執行實驗在巢狀 p 切換 probe-on;descendant 規則命中 color,但 child 規則因非直接子層不命中。
// 04-03-selector-list: 執行 collection probe,以 h2.selector-list-hit, h3.selector-list-hit 查找共同匹配集合。
// 04-04-topic: 執行實驗切換 invalid-value class,前後都讀取同一元素的 computed color。預期:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
證據:實驗 before=0px、after=4px;同一子層的 Computed color 與父層相同;巢狀 p 的 computed color 由 rgb(23, 50, 77) 變 rgb(21, 94, 117),font-weight 仍維持 400;count=2、uniqueCount=2、valid=true,輸出文字同時包含章節標題與卡片標題;runtime before 與 after 都等於 rgb(23, 50, 77),property=color
卡住先查:回到第一個未通過的 module,只修該處。
檔案:files/solution/index.html 定位:#verify
操作:重新整理並依 outcomes 順序重跑所有證據。
// VERIFY:逐項記錄 pass/fail,不以看到畫面代替 evidence。預期:4/4 module 通過。
證據:每個 moduleId 都有實際結果與重設後重現紀錄。
卡住先查:若失敗,回到第一個失敗 module,不同時修多項。
檔案:files/starter/index.html 定位:#challenge
操作:替另一個商家情境重做,仍達成:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
// CHALLENGE:只替換內容與資料,不新增框架或跳過 self-check。預期:完成一張能解釋 selector 命中、繼承與 cascade 結果的服務卡。
證據:轉用後的作品與全數 module self-check。
卡住先查:先確認共同基底與 module id 未被改壞。
完成本階段後,重新載入並保存整合證據。
回到自主學習入口