From 890b7cceb554a8dddf7a44adf9d15d295e541749 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 12 Nov 2023 14:15:20 -0800 Subject: [PATCH] oops: s/summary/spoiler/ hehe thanks athena l.m.! --- content/posts/spoiler-element.gmi | 2 +- content/posts/spoiler-element.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/spoiler-element.gmi b/content/posts/spoiler-element.gmi index 9605bbf..4abea82 100644 --- a/content/posts/spoiler-element.gmi +++ b/content/posts/spoiler-element.gmi @@ -61,7 +61,7 @@ Functionality such as find-in-page may indicate a match obscured by a "spoiler", ### Presentation -"details" is a block element; "spoiler" can be either an inline or block element. A few words within a paragraph can be hidden behind a "spoiler". "details" tends to work more effectively on larger sections of content. A "summary" should obscure content, but not the size of said content; it obscures content without removing it. +"details" is a block element; "spoiler" can be either an inline or block element. A few words within a paragraph can be hidden behind a "spoiler". "details" tends to work more effectively on larger sections of content. A "spoiler" should obscure content, but not the size of said content; it obscures content without removing it. For printouts, behavior should mirror "details". Print hidden if it's hidden in the browser, and print revealed if it's been revealed in the browser. diff --git a/content/posts/spoiler-element.md b/content/posts/spoiler-element.md index 2c8bf26..ccbbcd8 100644 --- a/content/posts/spoiler-element.md +++ b/content/posts/spoiler-element.md @@ -115,7 +115,7 @@ Functionality such as find-in-page may indicate a match obscured by a spoiler, b ### Presentation -`details` is a block element; `spoiler` can be either an inline or block element. A few words within a paragraph can be hidden behind a spoiler. `details` tends to work more effectively on larger sections of content. A `summary` should obscure content, but not the size of said content; it _obscures_ content without _removing_ it. +`details` is a block element; `spoiler` can be either an inline or block element. A few words within a paragraph can be hidden behind a spoiler. `details` tends to work more effectively on larger sections of content. A `spoiler` should obscure content, but not the size of said content; it _obscures_ content without _removing_ it. For printouts, behavior should mirror `details`. Print hidden if it's hidden in the browser, and print revealed if it's been revealed in the browser.