File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ Introduction {#intro}
49
49
The paint stage of CSS is responsible for painting the background, content and highlight of a
50
50
box based on that box's size (as generated by the layout stage) and computed style.
51
51
52
- This specification describes an API which allows developers to paint a part of an box in
52
+ This specification describes an API which allows developers to paint a part of a box in
53
53
response to size / computed style changes with an additional <<image>> function.
54
54
55
55
Note: In a future version of the spec, support may be added for defining the clip, global alpha,
56
- filter on a portion of an box (for example on the background layers).
56
+ filter on a portion of a box (for example on the background layers).
57
57
58
58
Paint Invalidation {#paint-invalidation}
59
59
========================================
@@ -67,7 +67,7 @@ Each <<paint()>> function for a box has an associated <dfn>paint valid flag</dfn
67
67
When the size (as determined by layout) of a |box| changes, each <<paint()>> function's <a>paint
68
68
valid flag</a> should be set to <a>paint-invalid</a> .
69
69
70
- When the computed style for an |box| changes, the user agent must run the following steps:
70
+ When the computed style for a |box| changes, the user agent must run the following steps:
71
71
1. For each <<paint()>> function on the |box|, perform the following substeps:
72
72
1. Let |paintFunction| be the current <<paint()>> function on the |box|.
73
73
You can’t perform that action at this time.
0 commit comments