- Add aria-hidden="true" to all decorative inline SVGs (bookmark, view-mode, funnel, checkmark) - Convert save-search popover to proper dialog: role="dialog", aria-modal, focus trap, Escape key, focus return to trigger - Add aria-pressed on list/map/split view-mode toggle buttons - Add aria-expanded + aria-controls on mobile filter toggle button - Add role="status" + aria-label="Đang tải..." on Suspense fallback Co-Authored-By: Paperclip <noreply@paperclip.ing>
9 lines
265 B
TypeScript
9 lines
265 B
TypeScript
/**
|
|
* Reconciliation infrastructure (RFC-003 §7).
|
|
*
|
|
* Phase 0 ships only the placeholder. Phase 2 lands the sampled nightly
|
|
* (1%) drift checker; the weekly full reconciliation runs follow once
|
|
* Phase 2 has soaked in production for one cycle.
|
|
*/
|
|
export {};
|