@@ -160,8 +160,6 @@ Note: In a future version of the spec, the author may be able to set an option t
160
160
to render 3D effects. There are complexities in setting up a WebGL rendering context to take the
161
161
{{Geometry}} and {{StylePropertyMap}} as inputs.
162
162
163
- Issue(w3c/css-houdini-drafts#31): Allow author to specify the intrinsic size.
164
-
165
163
Paint Notation {#paint-notation}
166
164
================================
167
165
@@ -231,9 +229,6 @@ If a <<paint()>> function for a fragment is <a>paint-invalid</a> and the fragmen
231
229
visual viewport, then user agent <em> must</em> <a>draw a paint image</a> for the current frame. The
232
230
user agent <em> may not</em> defer the <a>draw a paint image</a> operation until a subsequent frame.
233
231
234
- The <a>draw a paint image</a> function should be invoked by the user agent during the <a>object size
235
- negotiation</a> algorithm which is responsible for rendering an <<image>> .
236
-
237
232
Note: The user agent may choose to <a>draw a paint image</a> for <<paint()>> functions not within
238
233
the visual viewport.
239
234
@@ -248,7 +243,19 @@ Note: The user agent may choose to <a>draw a paint image</a> for <<paint()>> fun
248
243
a paint image</a> and display the result on the current frame.
249
244
</div>
250
245
251
- The {{Geometry}} object represents the geometry of the image that the author should draw.
246
+ The <a>draw a paint image</a> function should be invoked by the user agent during the <a>object size
247
+ negotiation</a> algorithm which is responsible for rendering an <<image>> .
248
+
249
+ For the purposes of the <a>object size negotiation</a> algorithm, the paint image has no
250
+ <a>intrinsic dimensions</a> .
251
+
252
+ Note: In a future version of the spec, the author may be able to specify the <a>intrinsic
253
+ dimensions</a> of the paint image. This will probably be exposed as a callback allowing the
254
+ author to define static <a>intrinsic dimensions</a> or dynamically updating the <a>intrinsic
255
+ dimensions</a> based on computed style and geometry changes.
256
+
257
+ The {{Geometry}} object represents the geometry of the image that the author should draw. This is
258
+ the <a>concrete object size</a> given by the user agent.
252
259
253
260
<pre class='idl'>
254
261
[Exposed=Worklet]
0 commit comments