@@ -662,7 +662,7 @@ image layer.
662662
663663<pre class="propdef">
664664Name : background-clip
665- Value : <<box>>#
665+ Value : <<visual- box>>#
666666Initial : border-box
667667Applies to : all elements
668668Inherited : no
@@ -673,22 +673,18 @@ Animation type: repeatable list
673673
674674<p> Determines the <dfn id="background-painting-area">background painting area</dfn> ,
675675which determines the area within which the background is painted.
676- The syntax of the property is given with
677-
678- <pre class=prod><dfn><<box>></dfn> = border-box | padding-box | content-box</pre>
679-
680- <p> Values have the following meanings:
676+ Values have the following meanings:
681677
682678<dl dfn-for=background-clip dfn-type=value>
683679 <dt> <dfn>border-box</dfn> </dt>
684680 <dd> The background is painted within (clipped to) the
685- <span> border box. </span>
681+ [= border box=] .
686682 <dt> <dfn>padding-box</dfn> </dt>
687683 <dd> The background is painted within (clipped to) the
688- <span> padding box. </span>
684+ [= padding box=] .
689685 <dt> <dfn>content-box</dfn> </dt>
690686 <dd> The background is painted within (clipped to) the
691- <span> content box. </span>
687+ [= content box=] .
692688</dl>
693689
694690<p class=note> Note that the root element has a different <span> background
@@ -714,7 +710,7 @@ layer.
714710
715711<pre class="propdef">
716712Name : background-origin
717- Value : <<box>>#
713+ Value : <<visual- box>>#
718714Initial : padding-box
719715Applies to : all elements
720716Inherited : no
@@ -974,8 +970,8 @@ Animation type: see individual properties
974970<p> Where
975971
976972<pre class=prod>
977- <dfn><bg-layer></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<box>> || <<box>>
978- <dfn><final-bg-layer></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<box>> || <<box>> || <<'background-color'>> </pre>
973+ <dfn><bg-layer></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<visual- box>> || <<visual- box>>
974+ <dfn><final-bg-layer></dfn> = <<bg-image>> || <<bg-position>> [ / <<bg-size>> ]? || <<repeat-style>> || <<attachment>> || <<visual- box>> || <<visual- box>> || <<'background-color'>> </pre>
979975
980976<p class=note> Note that a color is permitted in
981977<<final-bg-layer>> , but not in <<bg-layer>> .
@@ -996,7 +992,7 @@ that property's initial value, then assigns any explicit values specified
996992for this layer in the declaration. Finally 'background-color' is set to
997993the specified color, if any, else set to its initial value.
998994
999- <p> If one <<box>> value is present then it sets
995+ <p> If one <<visual- box>> value is present then it sets
1000996both 'background-origin' and 'background-clip' to that value.
1001997If two values are present, then the first sets 'background-origin'
1002998and the second 'background-clip' .
0 commit comments