diff --git a/compositing-1/Overview.bs b/compositing-1/Overview.bs index 48516c98..e89030fb 100644 --- a/compositing-1/Overview.bs +++ b/compositing-1/Overview.bs @@ -117,7 +117,7 @@ Animatable: no The syntax of the property of <> is given with: -
<blend-mode> = normal | multiply | screen | overlay | darken | lighten | color-dodge |
+
<blend-mode> = normal | multiply | screen | overlay | darken | lighten | color-dodge |
   color-burn | hard-light | soft-light | difference | exclusion | hue |
   saturation | color | luminosity
@@ -260,7 +260,7 @@ Animatable: no The syntax of the property of <> is given with: -
<isolation-mode> = auto | isolate
+
<isolation-mode> = auto | isolate

In CSS, a background image or the content of an img must always be rendered into an isolated group.
For instance, if you link to an SVG file through the img tag, the artwork of that SVG will not blend with the backdrop of the content.

@@ -350,7 +350,7 @@ This property takes the following value: The syntax of the property of <> is given with: -
<composite-mode> = clear | copy | source-over | destination-over | source-in | 
destination-in | source-out | destination-out | source-atop |
destination-atop | xor | lighter
+
<composite-mode> = clear | copy | source-over | destination-over | source-in | 
destination-in | source-out | destination-out | source-atop |
destination-atop | xor | lighter

Introduction to compositing

diff --git a/compositing-2/Overview.bs b/compositing-2/Overview.bs index bd111e27..e5ae7e54 100644 --- a/compositing-2/Overview.bs +++ b/compositing-2/Overview.bs @@ -117,7 +117,7 @@ Animatable: no The syntax of the property of <> is given with: -
<blend-mode> = normal | multiply | screen | overlay | darken | lighten | color-dodge |
+
<blend-mode> = normal | multiply | screen | overlay | darken | lighten | color-dodge |
   color-burn | hard-light | soft-light | difference | exclusion | hue |
   saturation | color | luminosity
@@ -260,7 +260,7 @@ Animatable: no The syntax of the property of <> is given with: -
<isolation-mode> = auto | isolate
+
<isolation-mode> = auto | isolate

In CSS, a background image or the content of an img must always be rendered into an isolated group.
For instance, if you link to an SVG file through the img tag, the artwork of that SVG will not blend with the backdrop of the content.

@@ -350,7 +350,7 @@ This property takes the following value: The syntax of the property of <> is given with: -
<composite-mode> = clear | copy | source-over | destination-over | source-in | 
destination-in | source-out | destination-out | source-atop |
destination-atop | xor | lighter | plus-darker | plus-lighter
+
<composite-mode> = clear | copy | source-over | destination-over | source-in | 
destination-in | source-out | destination-out | source-atop |
destination-atop | xor | lighter | plus-darker | plus-lighter

Introduction to compositing