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

Some properties defined here don't exist #388

Open
simon-paris opened this issue Sep 24, 2024 · 1 comment
Open

Some properties defined here don't exist #388

simon-paris opened this issue Sep 24, 2024 · 1 comment

Comments

@simon-paris
Copy link

simon-paris commented Sep 24, 2024

The following properties don't exist, they were probably part of an early draft of css that has since changed.

  • font-effect
  • font-emphasize (text-emphasis exists)
  • font-emphasize-position
  • font-emphasize-style
  • text-outline (text-shadow and -webkit-text-stroke exists)
  • text-overflow-ellipsis
  • text-overflow-mode
  • color-profile (an at-rule with the same name exists)
  • font-smooth (This one was implemented as -webkit/moz-font-smoothing. The MDN page says it's called font-smooth but no browser supports it by that name. Caniuse lists all the names that actually work.)

I found some references to some of these here: https://chenhuijing.com/blog/tracing-the-history-of-css-fonts/#%F0%9F%A6%8A

@stormwarning
Copy link
Owner

Thanks for pointing these out! I've noticed a couple of these as well 😅 will likely remove them in the next major version when I update the grouping a bit

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

No branches or pull requests

2 participants