File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
css-properties-values-api Expand file tree Collapse file tree 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.
13691369The {{layoutWorklet}} 's <a>worklet global scope type</a> is {{LayoutWorkletGlobalScope}} .
13701370
13711371<pre class='idl'>
1372- partial interface CSS {
1372+ partial namespace CSS {
13731373 [SameObject] readonly attribute Worklet layoutWorklet;
13741374};
13751375</pre>
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ which are related to painting.
9090The {{paintWorklet}} 's <a>worklet global scope type</a> is {{PaintWorkletGlobalScope}} .
9191
9292<pre class='idl'>
93- partial interface CSS {
93+ partial namespace CSS {
9494 [SameObject] readonly attribute Worklet paintWorklet;
9595};
9696</pre>
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ dictionary PropertyDescriptor {
7272 DOMString initialValue;
7373};
7474
75- partial interface CSS {
76- static void registerProperty(PropertyDescriptor descriptor);
75+ partial namespace CSS {
76+ void registerProperty(PropertyDescriptor descriptor);
7777};
7878</pre>
7979
You can’t perform that action at this time.
0 commit comments