An accessibility-safe interaction regressed after state ownership moved across a component boundary. The affected area is virtual list.
Repair the virtual list capacity pool implementation so it allocates limited capacity by priority without exceeding demand or the global limit.
Evidence
- Affected surface: Vue / virtual list.
- Observed failure family: allocate limited capacity.
- Scope policy: qualityState must equal verified.