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

Test: MDN data for CSS language service #48443

Closed
2 tasks done
octref opened this issue Apr 23, 2018 · 0 comments
Closed
2 tasks done

Test: MDN data for CSS language service #48443

octref opened this issue Apr 23, 2018 · 0 comments

Comments

@octref
Copy link
Contributor

octref commented Apr 23, 2018

Complexity: 2

Ref: microsoft/vscode-css-languageservice#68

CSS properties has been added to css language service to enhance various language features.

A list of added properties
{
  "experimental": [
    "appearance",
    "backdrop-filter",
    "font-variation-settings",
    "initial-letter",
    "initial-letter-align",
    "line-height-step",
    "mask-border",
    "mask-border-mode",
    "mask-border-outset",
    "mask-border-repeat",
    "mask-border-slice",
    "mask-border-source",
    "mask-border-width",
    "offset",
    "offset-anchor",
    "offset-distance",
    "offset-path",
    "offset-position",
    "offset-rotate",
    "text-decoration-skip",
    "text-decoration-skip-ink",
    "text-size-adjust"
  ],
  "nonstandard": [
    "-moz-binding",
    "-moz-context-properties",
    "-moz-float-edge",
    "-moz-force-broken-image-icon",
    "-moz-image-region",
    "-moz-orient",
    "-moz-outline-radius",
    "-moz-outline-radius-bottomleft",
    "-moz-outline-radius-bottomright",
    "-moz-outline-radius-topleft",
    "-moz-outline-radius-topright",
    "-moz-stack-sizing",
    "-moz-text-blink",
    "-moz-user-input",
    "-moz-user-modify",
    "-moz-window-dragging",
    "-moz-window-shadow",
    "-webkit-border-before",
    "-webkit-border-before-color",
    "-webkit-border-before-style",
    "-webkit-border-before-width",
    "-webkit-mask",
    "-webkit-mask-attachment",
    "-webkit-mask-composite",
    "-webkit-mask-position",
    "-webkit-mask-position-x",
    "-webkit-mask-position-y",
    "-webkit-mask-repeat-x",
    "-webkit-mask-repeat-y",
    "box-align",
    "box-direction",
    "box-flex",
    "box-flex-group",
    "box-lines",
    "box-ordinal-group",
    "box-orient",
    "box-pack",
    "overflow-clip-box",
    "overscroll-behavior",
    "overscroll-behavior-x",
    "overscroll-behavior-y",
    "scroll-snap-type-x",
    "scroll-snap-type-y"
  ],
  "obsolete": [],
  "standard": [
    "gap",
    "hanging-punctuation",
    "image-resolution",
    "mask",
    "mask-clip",
    "mask-composite",
    "place-content",
    "rotate",
    "row-gap",
    "ruby-merge",
    "scale",
    "text-combine-upright",
    "text-emphasis",
    "text-emphasis-color",
    "text-emphasis-position",
    "text-emphasis-style",
    "transform-box",
    "translate"
  ]
}

Please verify:

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

No branches or pull requests

6 participants