Split Type B layouts from run-001 skeleton
This commit is contained in:
@@ -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": 364,
|
||||
"excess_px": 0,
|
||||
"overflowed": false,
|
||||
"scrollHeight": 364
|
||||
"clientHeight": 477,
|
||||
"excess_px": 118,
|
||||
"overflowed": true,
|
||||
"scrollHeight": 595
|
||||
},
|
||||
"footer": {
|
||||
"block_count": 0,
|
||||
"blocks": [],
|
||||
"clientHeight": 114,
|
||||
"clientHeight": 58,
|
||||
"excess_px": 0,
|
||||
"overflowed": false,
|
||||
"scrollHeight": 114
|
||||
"scrollHeight": 58
|
||||
},
|
||||
"sidebar": {
|
||||
"block_count": 0,
|
||||
"blocks": [],
|
||||
"clientHeight": 364,
|
||||
"clientHeight": 477,
|
||||
"excess_px": 0,
|
||||
"overflowed": false,
|
||||
"scrollHeight": 364
|
||||
"scrollHeight": 477
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Final Decision
|
||||
- 판정: `pass`
|
||||
- 판정: `revise`
|
||||
|
||||
## Failure Classification
|
||||
- 없음
|
||||
- Verify-RenderZone
|
||||
|
||||
## Next Action
|
||||
1. 없음
|
||||
1. overflow가 발생한 zone(body)의 content budget, block 수, typography를 재조정한다.
|
||||
|
||||
Reference in New Issue
Block a user