Split Type B layouts from run-001 skeleton

This commit is contained in:
2026-04-06 15:13:06 +09:00
parent d65e69947f
commit 65f800296d
41 changed files with 197 additions and 215 deletions

View File

@@ -7,12 +7,12 @@
## Validation Summary
- 실행 경로 검증: 통과
- 렌더링/측정 검증: 통과
- 최종 품질 판정: 통과
- 렌더링/측정 검증: 실패
- 최종 품질 판정: 재작업 필요
## Render Gates
- slide overflow: False
- body: overflowed=False excess_px=0 block_count=0
- body: overflowed=True excess_px=118 block_count=0
- sidebar: overflowed=False excess_px=0 block_count=0
- footer: overflowed=False excess_px=0 block_count=0
@@ -30,36 +30,36 @@
"body": {
"block_count": 0,
"blocks": [],
"clientHeight": 462,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 462
"clientHeight": 477,
"excess_px": 118,
"overflowed": true,
"scrollHeight": 595
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 65,
"clientHeight": 58,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 65
"scrollHeight": 58
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 462,
"clientHeight": 477,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 462
"scrollHeight": 477
}
}
}
```
## Final Decision
- 판정: `pass`
- 판정: `revise`
## Failure Classification
- 없음
- Verify-RenderZone
## Next Action
1. 없음
1. overflow가 발생한 zone(body)의 content budget, block 수, typography를 재조정한다.