Skip to content

Commit ab2335f

Browse files
authored
Merge pull request w3c#253 from andymutton/patch-1
Fix extremely important article use before 'box'
2 parents 3e1bbd7 + ad82403 commit ab2335f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-paint-api/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ Introduction {#intro}
4949
The paint stage of CSS is responsible for painting the background, content and highlight of a
5050
box 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
5353
response to size / computed style changes with an additional <<image>> function.
5454

5555
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).
5757

5858
Paint Invalidation {#paint-invalidation}
5959
========================================
@@ -67,7 +67,7 @@ Each <<paint()>> function for a box has an associated <dfn>paint valid flag</dfn
6767
When the size (as determined by layout) of a |box| changes, each <<paint()>> function's <a>paint
6868
valid 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

0 commit comments

Comments
 (0)