Skip to content

Commit 6c89785

Browse files
Fix submitter name (preserve accents) and trim trailing newline
Agent-Logs-Url: https://github.com/WebWeWant/webwewant.fyi/sessions/f17a87ca-fa61-4002-9a06-970cb39c7bfe Co-authored-by: aarongustafson <75736+aarongustafson@users.noreply.github.com>
1 parent 6b74d81 commit 6c89785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wants/c5b76548-88e4-4ce1-aa6e-762e9188a2d0.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: I want an option to invert the colors of any web page
33
date: 2026-04-14T21:29:38.355Z
4-
submitter: Diego Martin Alvarez
4+
submitter: Diego Martín Álvarez
55
number: c5b76548-88e4-4ce1-aa6e-762e9188a2d0
66
tags: [accessibility, css, ux]
77
discussion: https://github.com/WebWeWant/webwewant.fyi/issues/649
@@ -29,4 +29,3 @@ This would be particularly useful when reading pages that display small, dark te
2929
- **Energy saving:** On OLED and AMOLED screens, darker pixels consume less power, so inverted pages can extend battery life.
3030

3131
The CSS `invert()` filter function already demonstrates that browsers can render inverted colors at the rendering layer. A native browser control would expose this capability to all users in a consistent, accessible way — complementing existing features like `prefers-color-scheme` and operating-system dark-mode settings — without placing the implementation burden on individual web authors.
32-

0 commit comments

Comments
 (0)