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

Project: Document supported missing CSS properties #211

Open
7 tasks
estelle opened this issue Aug 19, 2024 · 1 comment
Open
7 tasks

Project: Document supported missing CSS properties #211

estelle opened this issue Aug 19, 2024 · 1 comment

Comments

@estelle
Copy link
Member

estelle commented Aug 19, 2024

Problem statement

Some CSS properties are supported by one or more browsers, but are neither documented on MDN nor are they in the webdocs backlog.

Proposed solutions

  1. Add these properties to BCD so they appear in https://openwebdocs.github.io/web-docs-backlog/
  2. Document these missing properties if appropriate

(There are additional properties supported by browsers NOT in the backlog. This project does not address those).

Task list

Possibly:

  • moz-window-dragging

More information

See mdn/content#35108. That PR is closed as it is not intended to be merged. It contains a list of all the longhand CSS properties supported in FF, Chrome, Edge, and Safari at the time of the PR's writing.

@estelle
Copy link
Member Author

estelle commented Aug 19, 2024

From the issues brought up in the CSS longhand properties PR, this issue addresses the following properties:

  • buffered-rendering
  • color-rendering
  • glyph-orientation-horizontal
  • mask-position-x
  • mask-position-y
  • text-box-edge
  • text-box-trim

Approx. 30 properties are addressed by CSS missing baseline properties project

At least ten additional properties are supported by at least one browser but are missing documentation, including the following. These ARE in the backlog of missing properties so aren't tracked by this issue:

  • alignment-baseline
  • alt
  • app-region
  • baseline-shift
  • baseline-source
  • glyph-orientation-vertical
  • ime-mode
  • object-view-box
  • speak
  • view-transition-class

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

No branches or pull requests

1 participant