Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Gloss brings that **ACID-test philosophy** to generated presentations:
- fail closed when required evidence or rendering stages are missing;
- invite the community to add cases and make the grader stricter.

> **Remember [Acid1](https://www.w3.org/Style/CSS/Test/CSS1/current/sec53.htm) and
> [Acid2](https://www.webstandards.org/action/acid2/)? Gloss is ACID for AI-made
> presentation decks.**

Here, **ACID refers to the public browser conformance-test tradition, not database
transactions**.

Expand Down
1 change: 1 addition & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ <h2 id="film-title">The native gap, in 21 seconds.</h2>
<p class="eyebrow">One file. Two truths.</p>
<h2 id="method-title">Visual fidelity is necessary. Native structure is non-negotiable.</h2>
<p>A generated deck can match the reference image and still collapse the moment someone edits a chart, applies a layout, changes a theme, or reads the file with another tool. Gloss grades both layers.</p>
<p class="acid-origin"><strong>Remember <a href="https://www.w3.org/Style/CSS/Test/CSS1/current/sec53.htm">Acid1</a> and <a href="https://www.webstandards.org/action/acid2/">Acid2</a>?</strong> Gloss is ACID for AI-made presentation decks.</p>
<a class="text-link" href="https://github.com/aronchick/gloss/blob/main/GLOSS_OPENSPEC.md">Read the open scoring contract <span aria-hidden="true">→</span></a>
</div>
<div class="method-list" aria-label="Candidate checks by verification method">
Expand Down
4 changes: 3 additions & 1 deletion site/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ h1 span { display: inline-block; color: var(--orange); }
font-weight: 760;
line-height: .92;
}
.section-heading > p:last-child, .method-copy > p:not(.eyebrow), .status-intro > p:last-child { max-width: 43rem; color: #59616e; font-size: 1.08rem; }
.section-heading > p:last-child, .method-copy > p:not(.eyebrow):not(.acid-origin), .status-intro > p:last-child { max-width: 43rem; color: #59616e; font-size: 1.08rem; }

.comparison { padding: clamp(7rem, 11vw, 11rem) 0 0; }
.comparison-intro {
Expand Down Expand Up @@ -295,6 +295,8 @@ h1 span { display: inline-block; color: var(--orange); }

.method { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 10rem); align-items: start; padding: 2rem 0 clamp(8rem, 13vw, 14rem); }
.method h2 { font-size: clamp(3.2rem, 5.4vw, 6rem); }
.acid-origin { max-width: 36rem; margin: 2rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--rule); color: var(--ink); font: 650 1.15rem/1.35 var(--display); }
.acid-origin a { color: var(--package); text-decoration-thickness: 1px; text-underline-offset: .2em; }
.text-link { display: inline-flex; gap: .5rem; margin-top: 1rem; color: var(--package); font: 700 .75rem var(--mono); text-underline-offset: .25rem; }
.method-list { padding-top: .8rem; }
.method-row { display: grid; grid-template-columns: 10rem 1fr 2.6rem; gap: 1rem; align-items: center; min-height: 3.5rem; border-bottom: 1px solid var(--rule); font: .72rem var(--mono); }
Expand Down
Loading