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

List of missing features on vercel.com #1298

Open
2 of 50 tasks
AtkinsSJ opened this issue Sep 6, 2024 · 0 comments
Open
2 of 50 tasks

List of missing features on vercel.com #1298

AtkinsSJ opened this issue Sep 6, 2024 · 0 comments
Labels
task list This issue contains a list of tasks. web compatibility

Comments

@AtkinsSJ
Copy link
Member

AtkinsSJ commented Sep 6, 2024

Various things that logged debug messages with CSS_PARSER_DEBUG enabled. Some aren't CSS though.

Non-CSS

  • PerformanceEntry event type
  • Navigator.maxTouchPoints
  • A bunch of parse_as_sizes_attribute() failures

Fonts

  • @font-face { font-display }
  • text-rendering
  • font-synthesis/font-synthesis-weight
  • font-feature-settings
  • text-size-adjust
  • font-variant-numeric
  • text-underline-offset
  • font-display

Text formatting

  • tab-size
  • hyphens
  • word-break
  • text-wrap
  • white-space: wrap (text-wrap-mode longhand)

SVG

  • <filter>
  • <fe*> elements
  • <animate>
  • stroke-dasharray
  • shape-rendering

Containment

  • contain and its various longhands
  • isolation
  • container-type
  • @container

Scrolling

  • scroll-margin-*
  • overscroll-behavior

Motion path

  • offset-rotate
  • offset-anchor

Transforms

  • rotate
  • scale
  • perspective
  • transform-style

Masking

  • mask-image
  • mask-composite
  • -webkit-mask: linear-gradient(270deg,#000 0,#000)
  • clip-path: inset(100%)

Misc

Can't find in specs, might be wrong/typos

There were a few genuine typos mixed in which I've not included. Plus a couple of features only one browser ever supported and then removed support for.

  • touch-action
  • background-clip: none (and -webkit-background-clip: none)
  • flex-wrap: none
  • align-items: middle
  • text-fill-color
  • font-weight: medium is not a valid value, according to all browsers. We handle it correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task list This issue contains a list of tasks. web compatibility
Projects
None yet
Development

No branches or pull requests

1 participant