You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-paint-api/Overview.bs
+3-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,9 @@ Note: The list of CSS properties provided by the dependencies getter can either
93
93
94
94
Note: The list of dependencies should only be looked up once, the class doesn't have the opportunity to dynamically change its dependencies.
95
95
96
-
Note: In a future version of the spec, the author may be able to set an option to receive a different type of RenderingContext. In particular the author may want a WebGL based rendering context to render 3D effects.
96
+
Note: In a future version of the spec, the author may be able to set an option to receive a different type of RenderingContext.
97
+
In particular the author may want a WebGL rendering context to render 3D effects.
98
+
There are complexities in setting up a WebGL rendering context to take the {{Geometry}} and {{StylePropertyMap}} as inputs.
97
99
98
100
Issue(w3c/css-houdini-drafts#31): Allow author to specify the intrinsic size.
0 commit comments