Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added optional ::selection styling for .window-body children #197

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vtlanglois
Copy link
Collaborator

In this PR

  • Added an optional color-highlight1 class that can apply ::selection styling based on Windows 98 text highlighting styling.1
Screenshot 2024-04-28 at 12 48 26β€―PM

πŸ’­ Reasoning

Adding this styling can ensure that developers and designers can build a more authentic UI based on Windows 98, down to how text highlighting was styled.

πŸ“” Dev Notes

The decision to make ::selection styling apply thru an optional class was to ensure that a developer would have to consciously choose if they want an area to have W98 selection styling on an element, as there can be significant accessibility impacts2 if done.

This also has the benefit of allowing a user of 98.css to choose when and where on a window-body element they want the custom highlight styling to occur, as the use of text-shadow with this custom highlight styling could make some highlights look off.

The foreground and background of this selection styling surpasses WCAG AA and AAA with a contrast ratio of 18.07:13.

Footnotes

  1. Name for class and styling sourced from Windows Interface Guidelines, chapter 13 - Visual Design, page 325 ↩ ↩2

  2. https://developer.mozilla.org/en-US/docs/Web/CSS/::selection#accessibility_concerns ↩

  3. https://webaim.org/resources/contrastchecker/?fcolor=FFFFFF&bcolor=00005E ↩

@vtlanglois vtlanglois self-assigned this Apr 28, 2024
Copy link

vercel bot commented Apr 28, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Updated (UTC)
98css βœ… Ready (Inspect) Visit Preview Apr 28, 2024 5:05pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant