diff --git a/css-paint-api/Overview.bs b/css-paint-api/Overview.bs index f6c08fc1..a0c9ff1e 100644 --- a/css-paint-api/Overview.bs +++ b/css-paint-api/Overview.bs @@ -49,11 +49,11 @@ Introduction {#intro} The paint stage of CSS is responsible for painting the background, content and highlight of a box based on that box's size (as generated by the layout stage) and computed style. -This specification describes an API which allows developers to paint a part of an box in +This specification describes an API which allows developers to paint a part of a box in response to size / computed style changes with an additional <> function. Note: In a future version of the spec, support may be added for defining the clip, global alpha, - filter on a portion of an box (for example on the background layers). + filter on a portion of a box (for example on the background layers). Paint Invalidation {#paint-invalidation} ======================================== @@ -67,7 +67,7 @@ Each <> function for a box has an associated paint valid flag> function's paint valid flag should be set to paint-invalid. -When the computed style for an |box| changes, the user agent must run the following steps: +When the computed style for a |box| changes, the user agent must run the following steps: 1. For each <> function on the |box|, perform the following substeps: 1. Let |paintFunction| be the current <> function on the |box|.