-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
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
- Add these properties to BCD so they appear in https://openwebdocs.github.io/web-docs-backlog/
- 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
-
buffered-rendering
({svg.global_attributes,css.properties}.{buffered-rendering,color-rendering} - missing mdn/browser-compat-data#24053) -
color-rendering
({svg.global_attributes,css.properties}.{buffered-rendering,color-rendering} - missing mdn/browser-compat-data#24053) -
glyph-orientation-horizontal
(css.properties.glyph-orientation-horizontal - missing mdn/browser-compat-data#24052) -
mask-position-x
(-webkit-mask-position-x documented, but un-prefixed version exists in Safari TP) -
mask-position-y
(-webkit-mask-position-y documented, but un-prefixed version exists in Safari TP) -
text-box-edge
(https://caniuse.com/?search=text-box-edge, exists in Safari TP) -
text-box-trim
(https://caniuse.com/?search=text-box-trim, exists in Safari TP)
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.