File tree 3 files changed +4
-4
lines changed
css-properties-values-api
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1369,7 +1369,7 @@ which are related to layout.
1369
1369
The {{layoutWorklet}} 's <a>worklet global scope type</a> is {{LayoutWorkletGlobalScope}} .
1370
1370
1371
1371
<pre class='idl'>
1372
- partial interface CSS {
1372
+ partial namespace CSS {
1373
1373
[SameObject] readonly attribute Worklet layoutWorklet;
1374
1374
};
1375
1375
</pre>
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ which are related to painting.
90
90
The {{paintWorklet}} 's <a>worklet global scope type</a> is {{PaintWorkletGlobalScope}} .
91
91
92
92
<pre class='idl'>
93
- partial interface CSS {
93
+ partial namespace CSS {
94
94
[SameObject] readonly attribute Worklet paintWorklet;
95
95
};
96
96
</pre>
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ dictionary PropertyDescriptor {
72
72
DOMString initialValue;
73
73
};
74
74
75
- partial interface CSS {
76
- static void registerProperty(PropertyDescriptor descriptor);
75
+ partial namespace CSS {
76
+ void registerProperty(PropertyDescriptor descriptor);
77
77
};
78
78
</pre>
79
79
You can’t perform that action at this time.
0 commit comments