Module: Ucode::Audit::Browser
- Defined in:
- lib/ucode/audit/browser.rb,
lib/ucode/audit/browser/template.rb,
lib/ucode/audit/browser/face_page.rb,
lib/ucode/audit/browser/glyph_panel.rb,
lib/ucode/audit/browser/library_page.rb,
lib/ucode/audit/browser/missing_glyph_page.rb
Overview
Standalone HTML browsers for Mode 2 audit output.
Two pages:
- {Browser::FacePage} — one face's audit, fully self-contained
(no external CSS/JS), with JSON inlined for instant render via
`file://`. Block expansion and codepoint detail lazy-fetch
the chunks emitted by {Emitter::FaceDirectory}.
- {Browser::LibraryPage} — one library's index, also self-contained,
with cards linking into each face page.
Both pages reuse the chunk files emitted by Emitter — they don't duplicate the JSON, they just inline the overview slice that the initial render needs.
Defined Under Namespace
Classes: FacePage, GlyphPanel, LibraryPage, MissingGlyphPage, Template