diff --git a/css-view-transitions-2/Overview.bs b/css-view-transitions-2/Overview.bs index bb3340df923..dac40cb9f7a 100644 --- a/css-view-transitions-2/Overview.bs +++ b/css-view-transitions-2/Overview.bs @@ -34,6 +34,8 @@ spec:css-view-transitions-1; text: snapshot containing block; type: dfn; text: old transform; for: captured element; type: dfn; text: new element; for: captured element; type: dfn; + text: old width; for: captured element; type: dfn; + text: old height; for: captured element; type: dfn; text: updateCallbackDone; type: property; for: ViewTransition; text: phase; type: dfn; for: ViewTransition; text: call the update callback; type: dfn; @@ -46,6 +48,8 @@ spec:css-view-transitions-1; text: group styles rule; type: dfn; text: update pseudo-element styles rule; type: dfn; text: document-scoped view transition name; type: dfn; + text: capture rendering characteristics; type: dfn; + text: capturing the image; type: dfn; spec:dom; type:dfn; text:document spec:css22; type:dfn; text:element spec:selectors-4; type:dfn; @@ -63,7 +67,23 @@ spec:geometry-1 text:multiply; type:dfn; text:matrix; type:dfn; spec:infra; type:dfn; text:list -spec:css-borders-4; type: property; text:border-radius; +spec:css-borders-4; + type: property; text:border-color; + type: property; text:border-radius; + type: property; text:box-shadow; + type: property; text:border-top; + type: property; text:border-right; + type: property; text:border-bottom; + type: property; text:border-left; + type: property; text:border-left-width; + type: property; text:border-top-width; +spec:css-sizing-3; + type: value; text:box-sizing; + type: value; text:border-box; + type: value; text:content-box; +spec:css-box-4; + type: dfn; text:padding box; for: /; + type: dfn; text:content box; for: /;