Checkpoint 要做什麼
只驗證本主題責任,不偷渡其他答案。
本主題檔案:files/style.css
定位:在 Console 比較長 URL 元素與文件的 scrollWidth/clientWidth,確認第一個超寬元素。
Checkpoint · code-edit
只驗證本主題責任,不偷渡其他答案。
只驗證本主題責任,不偷渡其他答案。
本主題檔案:files/style.css
定位:在 Console 比較長 URL 元素與文件的 scrollWidth/clientWidth,確認第一個超寬元素。
頁面不會替你修改檔案;請在實作檔完成後重新整理確認。
卡片寬度受容器限制,但長 URL 使用 overflow-wrap:normal。
runtime 的 overflow-wrap 由 normal 變 anywhere;人工重測時 scrollWidth 不再大於 clientWidth。
.long-url { overflow-wrap:anywhere; }只在本階段資料夾內操作,避免改到其他章節。
index.htmlstyle.css證據:runtime before=normal、after=anywhere、property=overflow-wrap;人工證據為修正後 scrollWidth<=clientWidth
前往 Solution →