Skip to content

Commit

Permalink
Remove CSSTypedOMEnabled preference
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=271128

Reviewed by Tim Nguyen.

It's been stable for over a year.

* LayoutTests/css-typedom/attributeStyleMap.html:
* LayoutTests/css-typedom/css-style-value-parse.html:
* LayoutTests/css-typedom/sameobject.html:
* LayoutTests/fast/css-custom-paint/properties.html:
* LayoutTests/fast/css/css-typed-om/style-property-map-set-CSSMathSum-value.html:
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/css/CSSStyleRule.idl:
* Source/WebCore/css/DOMCSSNamespace+CSSNumericFactory.idl:
* Source/WebCore/css/ElementCSSInlineStyle.idl:
* Source/WebCore/css/typedom/CSSKeywordValue.idl:
* Source/WebCore/css/typedom/CSSNumericValue.idl:
* Source/WebCore/css/typedom/CSSOMVariableReferenceValue.idl:
* Source/WebCore/css/typedom/CSSStyleImageValue.idl:
* Source/WebCore/css/typedom/CSSStyleValue.idl:
* Source/WebCore/css/typedom/CSSUnitValue.idl:
* Source/WebCore/css/typedom/CSSUnparsedValue.idl:
* Source/WebCore/css/typedom/StylePropertyMap.idl:
* Source/WebCore/css/typedom/StylePropertyMapReadOnly.idl:
* Source/WebCore/css/typedom/color/CSSColor.idl:
* Source/WebCore/css/typedom/color/CSSColorValue.idl:
* Source/WebCore/css/typedom/color/CSSHSL.idl:
* Source/WebCore/css/typedom/color/CSSHWB.idl:
* Source/WebCore/css/typedom/color/CSSLCH.idl:
* Source/WebCore/css/typedom/color/CSSLab.idl:
* Source/WebCore/css/typedom/color/CSSOKLCH.idl:
* Source/WebCore/css/typedom/color/CSSOKLab.idl:
* Source/WebCore/css/typedom/color/CSSRGB.idl:
* Source/WebCore/css/typedom/numeric/CSSMathClamp.idl:
* Source/WebCore/css/typedom/numeric/CSSMathInvert.idl:
* Source/WebCore/css/typedom/numeric/CSSMathMax.idl:
* Source/WebCore/css/typedom/numeric/CSSMathMin.idl:
* Source/WebCore/css/typedom/numeric/CSSMathNegate.idl:
* Source/WebCore/css/typedom/numeric/CSSMathProduct.idl:
* Source/WebCore/css/typedom/numeric/CSSMathSum.idl:
* Source/WebCore/css/typedom/numeric/CSSMathValue.idl:
* Source/WebCore/css/typedom/numeric/CSSNumericArray.idl:
* Source/WebCore/css/typedom/numeric/CSSNumericBaseType.idl:
* Source/WebCore/css/typedom/transform/CSSMatrixComponent.idl:
* Source/WebCore/css/typedom/transform/CSSPerspective.idl:
* Source/WebCore/css/typedom/transform/CSSRotate.idl:
* Source/WebCore/css/typedom/transform/CSSScale.idl:
* Source/WebCore/css/typedom/transform/CSSSkew.idl:
* Source/WebCore/css/typedom/transform/CSSSkewX.idl:
* Source/WebCore/css/typedom/transform/CSSSkewY.idl:
* Source/WebCore/css/typedom/transform/CSSTransformComponent.idl:
* Source/WebCore/css/typedom/transform/CSSTransformValue.idl:
* Source/WebCore/css/typedom/transform/CSSTranslate.idl:
* Source/WebCore/dom/Element+ComputedStyleMap.idl:
* Source/WebKit/WebProcess/Inspector/RemoteWebInspectorUI.cpp:
(WebKit::RemoteWebInspectorUI::RemoteWebInspectorUI):
* Source/WebKit/WebProcess/Inspector/WebInspectorUI.cpp:
(WebKit::WebInspectorUI::WebInspectorUI):
(WebKit::WebInspectorUI::enableFrontendFeatures): Deleted.
* Source/WebKit/WebProcess/Inspector/WebInspectorUI.h:

Canonical link: https://commits.webkit.org/276266@main
  • Loading branch information
annevk committed Mar 18, 2024
1 parent 5ded935 commit e225c27
Show file tree
Hide file tree
Showing 51 changed files with 18 additions and 74 deletions.
2 changes: 1 addition & 1 deletion LayoutTests/css-typedom/attributeStyleMap.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- webkit-test-runner [ CSSTypedOMEnabled=true ] -->
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<meta name="author" title="Justin Michaud" href="mailto:justin_michaud@webkit.org">
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/css-typedom/css-style-value-parse.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- webkit-test-runner [ CSSTypedOMEnabled=true ] -->
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<meta name="author" title="Johnson Zhou" href="mailto:qiaosong_zhou@apple.com">
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/css-typedom/sameobject.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- webkit-test-runner [ CSSTypedOMEnabled=true ] -->
<!DOCTYPE html>
<meta name="author" title="Justin Michaud" href="mailto:justin_michaud@webkit.org">
<meta name="assert" content="Test that the [SameObject] idl attribute is respected">
<script src="../resources/js-test-pre.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion LayoutTests/fast/css-custom-paint/properties.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><!-- webkit-test-runner [ CSSTypedOMEnabled=true CSSPaintingAPIEnabled=true ] -->
<!DOCTYPE html><!-- webkit-test-runner [ CSSPaintingAPIEnabled=true ] -->
<meta name="author" title="Justin Michaud" href="mailto:justin_michaud@webkit.org">
<meta name="assert" content="Test paint worklet input properties and arguments">
<link rel="help" content="https://drafts.css-houdini.org/css-paint-api-1/">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html> <!-- webkit-test-runner [ CSSTypedOMEnabled=true ] -->
<!DOCTYPE html>
<html>
<body>
<script src="../../../resources/js-test.js"></script>
Expand Down
14 changes: 0 additions & 14 deletions Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1411,20 +1411,6 @@ CSSTypedOMColorEnabled:
WebCore:
default: false

CSSTypedOMEnabled:
type: bool
status: stable
category: css
humanReadableName: "CSS Typed OM"
humanReadableDescription: "Enable the CSS Typed OM"
defaultValue:
WebKitLegacy:
default: true
WebKit:
default: true
WebCore:
default: true

CSSUnprefixedBackdropFilterEnabled:
type: bool
status: Backdropfilter_feature_status
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/CSSStyleRule.idl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typedef USVString CSSOMString;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;

// https://drafts.css-houdini.org/css-typed-om/#declared-stylepropertymap-objects
[SameObject, EnabledBySetting=CSSTypedOMEnabled] readonly attribute StylePropertyMap styleMap;
[SameObject] readonly attribute StylePropertyMap styleMap;

[EnabledBySetting=CSSNestingEnabled, SameObject] readonly attribute CSSRuleList cssRules;
[EnabledBySetting=CSSNestingEnabled] unsigned long insertRule(CSSOMString rule, optional unsigned long index = 0);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/DOMCSSNamespace+CSSNumericFactory.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://www.w3.org/TR/css-typed-om-1/#numeric-factory
[
EnabledBySetting=CSSTypedOMEnabled,
ImplementedBy=CSSNumericFactory
] partial namespace DOMCSSNamespace {

Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/ElementCSSInlineStyle.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
// https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-interface
interface mixin ElementCSSInlineStyle {
[ImplementedAs=cssomStyle, SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
[ImplementedAs=ensureAttributeStyleMap, SameObject, CachedAttribute, EnabledBySetting=CSSTypedOMEnabled] readonly attribute StylePropertyMap attributeStyleMap;
[ImplementedAs=ensureAttributeStyleMap, SameObject, CachedAttribute] readonly attribute StylePropertyMap attributeStyleMap;
};
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSKeywordValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#csskeywordvalue
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
JSGenerateToJSObject,
JSGenerateToNativeObject,
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSNumericValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ typedef (double or CSSNumericValue) CSSNumberish;
// https://drafts.css-houdini.org/css-typed-om/#cssnumericvalue
[
InterfaceName=CSSNumericValue,
EnabledBySetting=CSSTypedOMEnabled,
JSGenerateToNativeObject,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSNumericValue : CSSStyleValue {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSOMVariableReferenceValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
// https://drafts.css-houdini.org/css-typed-om/#cssvariablereferencevalue
[
InterfaceName=CSSVariableReferenceValue,
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
] interface CSSOMVariableReferenceValue {
constructor(USVString variable, optional CSSUnparsedValue? fallback = null);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSStyleImageValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
// https://drafts.css-houdini.org/css-typed-om/#cssstyleimagevalue
[
InterfaceName=CSSImageValue,
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
JSGenerateToNativeObject,
] interface CSSStyleImageValue : CSSStyleValue {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSStyleValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
[
InterfaceName=CSSStyleValue,
CustomToJSObject,
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
SkipVTableValidation
] interface CSSStyleValue {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSUnitValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
// https://drafts.css-houdini.org/css-typed-om/#cssunitvalue
[
InterfaceName=CSSUnitValue,
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
] interface CSSUnitValue : CSSNumericValue {
constructor(double value, USVString unit);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/CSSUnparsedValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ typedef (USVString or CSSOMVariableReferenceValue) CSSUnparsedSegment;
// https://drafts.css-houdini.org/css-typed-om/#cssunparsedvalue
[
InterfaceName=CSSUnparsedValue,
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
JSGenerateToNativeObject
] interface CSSUnparsedValue : CSSStyleValue {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/StylePropertyMap.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssstylepropertymap
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=Window,
SkipVTableValidation,
JSGenerateToJSObject
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/StylePropertyMapReadOnly.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssstylepropertymapreadonly
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
SkipVTableValidation,
JSGenerateToJSObject,
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSColor.idl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#csscolor
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSColor : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSColorValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typedef (DOMString or CSSKeywordValue) CSSKeywordish;

// https://drafts.css-houdini.org/css-typed-om/#csscolorvalue
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSColorValue : CSSStyleValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSHSL.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#csshsl
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSHSL : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSHWB.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#csshwb
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSHWB : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSLCH.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#csslch
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSLCH : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSLab.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#csslab
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSLab : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSOKLCH.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#cssoklch
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSOKLCH : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSOKLab.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#cssoklab
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSOKLab : CSSColorValue {
Expand Down
2 changes: 1 addition & 1 deletion Source/WebCore/css/typedom/color/CSSRGB.idl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef (CSSNumberish or CSSKeywordish) CSSColorPercent;

// https://drafts.css-houdini.org/css-typed-om/#cssrgb
[
EnabledBySetting=CSSTypedOMEnabled&CSSTypedOMColorEnabled,
EnabledBySetting=CSSTypedOMColorEnabled,
Exposed=(Window,Worker,PaintWorklet/*,LayoutWorklet*/),
JSGenerateToNativeObject,
] interface CSSRGB : CSSColorValue {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathClamp.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathclamp
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathClamp : CSSMathValue {
constructor(CSSNumberish lower, CSSNumberish value, CSSNumberish upper);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathInvert.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathinvert
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathInvert : CSSMathValue {
constructor(CSSNumberish arg);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathMax.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathmax
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathMax : CSSMathValue {
constructor(CSSNumberish... args);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathMin.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathmin
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathMin : CSSMathValue {
constructor(CSSNumberish... args);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathNegate.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathnegate
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathNegate : CSSMathValue {
constructor(CSSNumberish arg);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathProduct.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathproduct
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathProduct : CSSMathValue {
constructor(CSSNumberish... args);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathSum.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathsum
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathSum : CSSMathValue {
constructor(CSSNumberish... args);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSMathValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssmathvalue
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSMathValue : CSSNumericValue {
[ImplementedAs=getOperator] readonly attribute CSSMathOperator operator;
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/numeric/CSSNumericArray.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssnumericarray
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSNumericArray {
iterable<CSSNumericValue>;
Expand Down
4 changes: 1 addition & 3 deletions Source/WebCore/css/typedom/numeric/CSSNumericBaseType.idl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
*/

// https://drafts.css-houdini.org/css-typed-om/#enumdef-cssnumericbasetype
[
EnabledBySetting=CSSTypedOMEnabled,
] enum CSSNumericBaseType {
enum CSSNumericBaseType {
"length",
"angle",
"time",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssmatrixcomponent
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
] interface CSSMatrixComponent : CSSTransformComponent {
constructor(DOMMatrixReadOnly matrix, optional CSSMatrixComponentOptions options = {});
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSPerspective.idl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ typedef (CSSNumericValue or CSSKeywordish) CSSPerspectiveValue;

// https://drafts.css-houdini.org/css-typed-om/#cssperspective
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSPerspective : CSSTransformComponent {
constructor(CSSPerspectiveValue length);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSRotate.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssrotate
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSRotate : CSSTransformComponent {
constructor(CSSNumericValue angle);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSScale.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ typedef (double or CSSNumericValue) CSSNumberish;

// https://drafts.css-houdini.org/css-typed-om/#cssscale
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSScale : CSSTransformComponent {
constructor(CSSNumberish x, CSSNumberish y, optional CSSNumberish z);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSSkew.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssskew
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSSkew : CSSTransformComponent {
constructor(CSSNumericValue ax, CSSNumericValue ay);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSSkewX.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssskewx
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSSkewX : CSSTransformComponent {
constructor(CSSNumericValue ax);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSSkewY.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#cssskewy
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSSkewY : CSSTransformComponent {
constructor(CSSNumericValue ay);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#csstransformcomponent
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
CustomToJSObject,
] interface CSSTransformComponent {
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSTransformValue.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#csstransformvalue
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet),
] interface CSSTransformValue : CSSStyleValue {
constructor(sequence<CSSTransformComponent> transforms);
Expand Down
1 change: 0 additions & 1 deletion Source/WebCore/css/typedom/transform/CSSTranslate.idl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

// https://drafts.css-houdini.org/css-typed-om/#csstranslate
[
EnabledBySetting=CSSTypedOMEnabled,
Exposed=(Window,Worker,PaintWorklet)
] interface CSSTranslate : CSSTransformComponent {
constructor(CSSNumericValue x, CSSNumericValue y, optional CSSNumericValue z);
Expand Down
Loading

0 comments on commit e225c27

Please sign in to comment.