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

Need Inheritance Data for CSS OM (Houdini) #302

Open
jpmedley opened this issue Sep 27, 2018 · 0 comments
Open

Need Inheritance Data for CSS OM (Houdini) #302

jpmedley opened this issue Sep 27, 2018 · 0 comments
Labels
idle Issues and pull requests with no activity for three months.

Comments

@jpmedley
Copy link
Contributor

jpmedley commented Sep 27, 2018

When I originally opened this ticket. I made two mistakes. They are now marked.

CSSStyleValue
  CSSImageValue
  CSSKeywordValue
  CSSNumericValue
    CSSMathValue
      CSSMathInvert
      CSSMathMax
      CSSMathMin
      CSSMathNegate
      CSSMathProduct
      CSSMathSum
      (NOT CORRECT: CSSMathValue)
    CSSUnitValue
  CSSPositionValue
  CSSTransformValue
  (NOT CORRECT: CSSUnitValue)
  CSSUnparsedValue

and

CSSTransformComponent
  CSSMatrixComponent
  CSSPerspective
  CSSRotate
  CSSScale
  CSSSkew
  CSSSkewX
  CSSSkewY
  CSSTranslate

and

StylePropertyMapReadOnly
  StylePropertyMap

The IDLs and implemented in Chrome are here:
https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/css/cssom/?dr=C&g=0

@github-actions github-actions bot added the idle Issues and pull requests with no activity for three months. label Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idle Issues and pull requests with no activity for three months.
Projects
None yet
Development

No branches or pull requests

1 participant