File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ Introduction {#intro}
4949The paint stage of CSS is responsible for painting the background, content and highlight of a
5050box based on that box's size (as generated by the layout stage) and computed style.
5151
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
5353response to size / computed style changes with an additional <<image>> function.
5454
5555Note: 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).
5757
5858Paint Invalidation {#paint-invalidation}
5959========================================
@@ -67,7 +67,7 @@ Each <<paint()>> function for a box has an associated <dfn>paint valid flag</dfn
6767When the size (as determined by layout) of a |box| changes, each <<paint()>> function's <a>paint
6868valid flag</a> should be set to <a>paint-invalid</a> .
6969
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:
7171 1. For each <<paint()>> function on the |box|, perform the following substeps:
7272 1. Let |paintFunction| be the current <<paint()>> function on the |box|.
7373
You can’t perform that action at this time.
0 commit comments