|  | 
|  | 1 | +name: CSS typed object model | 
|  | 2 | +description: The `CSSStyleValue` and its subclasses represent CSS values as distinct types instead of only strings. Also known as typed OM. | 
|  | 3 | +spec: https://drafts.css-houdini.org/css-typed-om-1/ | 
|  | 4 | +group: cssom | 
|  | 5 | +status: | 
|  | 6 | +  compute_from: api.Element.computedStyleMap | 
|  | 7 | +compat_features: | 
|  | 8 | +  - api.CSSStyleValue | 
|  | 9 | +  - api.CSSStyleValue.parse_static | 
|  | 10 | +  - api.CSSStyleValue.parseAll_static | 
|  | 11 | +  - api.CSSStyleValue.toString | 
|  | 12 | +  - api.StylePropertyMapReadOnly | 
|  | 13 | +  - api.StylePropertyMapReadOnly.entries | 
|  | 14 | +  - api.StylePropertyMapReadOnly.forEach | 
|  | 15 | +  - api.StylePropertyMapReadOnly.get | 
|  | 16 | +  - api.StylePropertyMapReadOnly.getAll | 
|  | 17 | +  - api.StylePropertyMapReadOnly.has | 
|  | 18 | +  - api.StylePropertyMapReadOnly.keys | 
|  | 19 | +  - api.StylePropertyMapReadOnly.size | 
|  | 20 | +  - api.StylePropertyMapReadOnly.values | 
|  | 21 | +  - api.StylePropertyMapReadOnly.@@iterator | 
|  | 22 | +  - api.StylePropertyMap | 
|  | 23 | +  - api.StylePropertyMap.append | 
|  | 24 | +  - api.StylePropertyMap.clear | 
|  | 25 | +  - api.StylePropertyMap.delete | 
|  | 26 | +  - api.StylePropertyMap.set | 
|  | 27 | +  - api.Element.computedStyleMap | 
|  | 28 | +  - api.CSSStyleRule.styleMap | 
|  | 29 | +  - api.HTMLElement.attributeStyleMap | 
|  | 30 | +  - api.CSSUnparsedValue | 
|  | 31 | +  - api.CSSUnparsedValue.CSSUnparsedValue | 
|  | 32 | +  - api.CSSUnparsedValue.entries | 
|  | 33 | +  - api.CSSUnparsedValue.forEach | 
|  | 34 | +  - api.CSSUnparsedValue.keys | 
|  | 35 | +  - api.CSSUnparsedValue.length | 
|  | 36 | +  - api.CSSUnparsedValue.values | 
|  | 37 | +  - api.CSSUnparsedValue.@@iterator | 
|  | 38 | +  - api.CSSVariableReferenceValue | 
|  | 39 | +  - api.CSSVariableReferenceValue.CSSVariableReferenceValue | 
|  | 40 | +  - api.CSSVariableReferenceValue.fallback | 
|  | 41 | +  - api.CSSVariableReferenceValue.variable | 
|  | 42 | +  - api.CSSKeywordValue | 
|  | 43 | +  - api.CSSKeywordValue.CSSKeywordValue | 
|  | 44 | +  - api.CSSKeywordValue.value | 
|  | 45 | +  - api.CSSNumericValue | 
|  | 46 | +  - api.CSSNumericValue.add | 
|  | 47 | +  - api.CSSNumericValue.div | 
|  | 48 | +  - api.CSSNumericValue.equals | 
|  | 49 | +  - api.CSSNumericValue.max | 
|  | 50 | +  - api.CSSNumericValue.min | 
|  | 51 | +  - api.CSSNumericValue.mul | 
|  | 52 | +  - api.CSSNumericValue.parse_static | 
|  | 53 | +  - api.CSSNumericValue.sub | 
|  | 54 | +  - api.CSSNumericValue.to | 
|  | 55 | +  - api.CSSNumericValue.toSum | 
|  | 56 | +  - api.CSSNumericValue.type | 
|  | 57 | +  - api.CSSUnitValue | 
|  | 58 | +  - api.CSSUnitValue.CSSUnitValue | 
|  | 59 | +  - api.CSSUnitValue.unit | 
|  | 60 | +  - api.CSSUnitValue.value | 
|  | 61 | +  - api.CSSMathValue | 
|  | 62 | +  - api.CSSMathValue.operator | 
|  | 63 | +  - api.CSSMathSum | 
|  | 64 | +  - api.CSSMathSum.CSSMathSum | 
|  | 65 | +  - api.CSSMathSum.values | 
|  | 66 | +  - api.CSSMathProduct | 
|  | 67 | +  - api.CSSMathProduct.CSSMathProduct | 
|  | 68 | +  - api.CSSMathProduct.values | 
|  | 69 | +  - api.CSSMathNegate | 
|  | 70 | +  - api.CSSMathNegate.CSSMathNegate | 
|  | 71 | +  - api.CSSMathNegate.value | 
|  | 72 | +  - api.CSSMathInvert | 
|  | 73 | +  - api.CSSMathInvert.CSSMathInvert | 
|  | 74 | +  - api.CSSMathInvert.value | 
|  | 75 | +  - api.CSSMathMin | 
|  | 76 | +  - api.CSSMathMin.CSSMathMin | 
|  | 77 | +  - api.CSSMathMin.values | 
|  | 78 | +  - api.CSSMathMax | 
|  | 79 | +  - api.CSSMathMax.CSSMathMax | 
|  | 80 | +  - api.CSSMathMax.values | 
|  | 81 | +  - api.CSSMathClamp | 
|  | 82 | +  - api.CSSMathClamp.CSSMathClamp | 
|  | 83 | +  - api.CSSMathClamp.lower | 
|  | 84 | +  - api.CSSMathClamp.upper | 
|  | 85 | +  - api.CSSMathClamp.value | 
|  | 86 | +  - api.CSSNumericArray | 
|  | 87 | +  - api.CSSNumericArray.entries | 
|  | 88 | +  - api.CSSNumericArray.forEach | 
|  | 89 | +  - api.CSSNumericArray.keys | 
|  | 90 | +  - api.CSSNumericArray.length | 
|  | 91 | +  - api.CSSNumericArray.values | 
|  | 92 | +  - api.CSSNumericArray.@@iterator | 
|  | 93 | +  - api.CSSTransformValue | 
|  | 94 | +  - api.CSSTransformValue.CSSTransformValue | 
|  | 95 | +  - api.CSSTransformValue.entries | 
|  | 96 | +  - api.CSSTransformValue.forEach | 
|  | 97 | +  - api.CSSTransformValue.is2D | 
|  | 98 | +  - api.CSSTransformValue.keys | 
|  | 99 | +  - api.CSSTransformValue.length | 
|  | 100 | +  - api.CSSTransformValue.toMatrix | 
|  | 101 | +  - api.CSSTransformValue.values | 
|  | 102 | +  - api.CSSTransformValue.@@iterator | 
|  | 103 | +  - api.CSSTransformComponent | 
|  | 104 | +  - api.CSSTransformComponent.is2D | 
|  | 105 | +  - api.CSSTransformComponent.toMatrix | 
|  | 106 | +  - api.CSSTransformComponent.toString | 
|  | 107 | +  - api.CSSTranslate | 
|  | 108 | +  - api.CSSTranslate.CSSTranslate | 
|  | 109 | +  - api.CSSTranslate.x | 
|  | 110 | +  - api.CSSTranslate.y | 
|  | 111 | +  - api.CSSTranslate.z | 
|  | 112 | +  - api.CSSRotate | 
|  | 113 | +  - api.CSSRotate.CSSRotate | 
|  | 114 | +  - api.CSSRotate.angle | 
|  | 115 | +  - api.CSSRotate.x | 
|  | 116 | +  - api.CSSRotate.y | 
|  | 117 | +  - api.CSSRotate.z | 
|  | 118 | +  - api.CSSScale | 
|  | 119 | +  - api.CSSScale.CSSScale | 
|  | 120 | +  - api.CSSScale.x | 
|  | 121 | +  - api.CSSScale.y | 
|  | 122 | +  - api.CSSScale.z | 
|  | 123 | +  - api.CSSSkew | 
|  | 124 | +  - api.CSSSkew.CSSSkew | 
|  | 125 | +  - api.CSSSkew.ax | 
|  | 126 | +  - api.CSSSkew.ay | 
|  | 127 | +  - api.CSSSkewX | 
|  | 128 | +  - api.CSSSkewX.CSSSkewX | 
|  | 129 | +  - api.CSSSkewX.ax | 
|  | 130 | +  - api.CSSSkewY | 
|  | 131 | +  - api.CSSSkewY.CSSSkewY | 
|  | 132 | +  - api.CSSSkewY.ay | 
|  | 133 | +  - api.CSSPerspective | 
|  | 134 | +  - api.CSSPerspective.CSSPerspective | 
|  | 135 | +  - api.CSSPerspective.length | 
|  | 136 | +  - api.CSSMatrixComponent | 
|  | 137 | +  - api.CSSMatrixComponent.CSSMatrixComponent | 
|  | 138 | +  - api.CSSMatrixComponent.matrix | 
|  | 139 | +  - api.CSSImageValue | 
0 commit comments