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.