@@ -662,7 +662,7 @@ image layer.
662
662
663
663
<pre class="propdef">
664
664
Name : background-clip
665
- Value : <<box>>#
665
+ Value : <<visual- box>>#
666
666
Initial : border-box
667
667
Applies to : all elements
668
668
Inherited : no
@@ -673,22 +673,18 @@ Animation type: repeatable list
673
673
674
674
<p> Determines the <dfn id="background-painting-area">background painting area</dfn> ,
675
675
which 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:
681
677
682
678
<dl dfn-for=background-clip dfn-type=value>
683
679
<dt> <dfn>border-box</dfn> </dt>
684
680
<dd> The background is painted within (clipped to) the
685
- <span> border box. </span>
681
+ [= border box=] .
686
682
<dt> <dfn>padding-box</dfn> </dt>
687
683
<dd> The background is painted within (clipped to) the
688
- <span> padding box. </span>
684
+ [= padding box=] .
689
685
<dt> <dfn>content-box</dfn> </dt>
690
686
<dd> The background is painted within (clipped to) the
691
- <span> content box. </span>
687
+ [= content box=] .
692
688
</dl>
693
689
694
690
<p class=note> Note that the root element has a different <span> background
@@ -714,7 +710,7 @@ layer.
714
710
715
711
<pre class="propdef">
716
712
Name : background-origin
717
- Value : <<box>>#
713
+ Value : <<visual- box>>#
718
714
Initial : padding-box
719
715
Applies to : all elements
720
716
Inherited : no
@@ -974,8 +970,8 @@ Animation type: see individual properties
974
970
<p> Where
975
971
976
972
<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>
979
975
980
976
<p class=note> Note that a color is permitted in
981
977
<<final-bg-layer>> , but not in <<bg-layer>> .
@@ -996,7 +992,7 @@ that property's initial value, then assigns any explicit values specified
996
992
for this layer in the declaration. Finally 'background-color' is set to
997
993
the specified color, if any, else set to its initial value.
998
994
999
- <p> If one <<box>> value is present then it sets
995
+ <p> If one <<visual- box>> value is present then it sets
1000
996
both 'background-origin' and 'background-clip' to that value.
1001
997
If two values are present, then the first sets 'background-origin'
1002
998
and the second 'background-clip' .
0 commit comments