You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-masking-1/Overview.bs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -442,7 +442,7 @@ Initial: none
442
442
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
443
443
Inherited: no
444
444
Percentages: n/a
445
-
Computed value: the keyword ''mask-image/none'', a computed <<image>>, or a computed <<url>>
445
+
Computed value: list, each item the keyword ''mask-image/none'', a computed <<image>>, or a computed <<url>>
446
446
Media: visual
447
447
Animation type: discrete
448
448
</pre>
@@ -494,7 +494,7 @@ Initial: match-source
494
494
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
495
495
Inherited: no
496
496
Percentages: n/a
497
-
Computed value: as specified
497
+
Computed value: list, each item the keyword as specified
498
498
Media: visual
499
499
Animation type: discrete
500
500
</pre>
@@ -555,7 +555,7 @@ Initial: repeat
555
555
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
556
556
Inherited: no
557
557
Percentages: n/a
558
-
Computed value: Consists of: two keywords, one per dimension
558
+
Computed value: list, each item a pair of keywords, one per dimension
559
559
Media: visual
560
560
Animation type: discrete
561
561
</pre>
@@ -592,7 +592,7 @@ Initial: 0% 0%
592
592
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
593
593
Inherited: no
594
594
Percentages: refer to size of <a>mask painting area</a> <em>minus</em> size of <a>mask layer image</a>; see text 'background-position' [[!CSS3BG]]
595
-
Computed value: Consisting of: two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a <<length>>), otherwise as a percentage.
595
+
Computed value: list, each item consists of two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a <<length>>), otherwise as a percentage.
596
596
Media: visual
597
597
Animation type: repeatable list
598
598
</pre>
@@ -629,7 +629,7 @@ Initial: border-box
629
629
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
630
630
Inherited: no
631
631
Percentages: n/a
632
-
Computed value: as specified
632
+
Computed value: list, each item the keyword as specified
633
633
Media: visual
634
634
Animation type: discrete
635
635
</pre>
@@ -679,7 +679,7 @@ Initial: border-box
679
679
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
680
680
Inherited: no
681
681
Percentages: n/a
682
-
Computed value: as specified
682
+
Computed value: list, each item the keyword as specified
683
683
Media: visual
684
684
Animation type: discrete
685
685
</pre>
@@ -726,7 +726,7 @@ Initial: auto
726
726
Applies to: All elements. In SVG, it applies to <a>container elements</a> excluding the <a element>defs</a> element, all <a>graphics elements</a> and the <a element>use</a> element
727
727
Inherited: no
728
728
Percentages: n/a
729
-
Computed value: as specified, but with lengths made absolute
729
+
Computed value: list, each item as specified, but with lengths made absolute
730
730
Media: visual
731
731
Animation type: repeatable list
732
732
</pre>
@@ -747,7 +747,7 @@ Initial: add
747
747
Applies to: All elements. In SVG, it applies to <a>container elements</a> without the <a element>defs</a> element and all <a>graphics elements</a>
748
748
Inherited: no
749
749
Percentages: n/a
750
-
Computed value: as specified
750
+
Computed value: list, each item the keyword as specified
0 commit comments