From fc7eeaf04a81317b258518f7a7000ce7f25743a0 Mon Sep 17 00:00:00 2001 From: Talon Poole Date: Thu, 28 Jan 2021 00:35:07 +0000 Subject: [PATCH] more polish --- README.md | 24 +++++++++--------------- example.html | 38 +++++++++++++++++++++++++++++--------- gmi.css | 3 ++- 3 files changed, 40 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 9fe0f79..e8e0afb 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ # gmi-web ![CC0](https://licensebuttons.net/p/zero/1.0/80x15.png) -**Vision**: Provide the lowest common denominator between HTML/CSS/JS and Gemini +**Vision**: Provide the lowest common denominator between HTML/CSS/JS and Gemini. ## HTML spec Check out the annotated [example.html](./example.html)! -- [ ] accessibility -- [ ] pre alt text - Due to the ambiguity of HTML several translations from Gemini exist in the wild. I propose the following standard: ``` diff --git a/gmi.css b/gmi.css index fd32438..664e11d 100644 --- a/gmi.css +++ b/gmi.css @@ -1,4 +1,6 @@ * { + display: block; + max-width: 100%; margin: 0; padding: 0; overflow-wrap: anywhere @@ -62,7 +64,6 @@ a { font-size: var(--font-size); font-family: var(--serif); text-decoration: none; - display: block; } li::before {