Skip to content

Commit 0d73bda

Browse files
authored
[css-masking-1][editorial] Clarified computed value descriptions to indicate list format for mask-* properties (#606)
1 parent fe972b2 commit 0d73bda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-masking-1/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ Initial: none
442442
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
443443
Inherited: no
444444
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>>
446446
Media: visual
447447
Animation type: discrete
448448
</pre>
@@ -494,7 +494,7 @@ Initial: match-source
494494
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
495495
Inherited: no
496496
Percentages: n/a
497-
Computed value: as specified
497+
Computed value: list, each item the keyword as specified
498498
Media: visual
499499
Animation type: discrete
500500
</pre>
@@ -555,7 +555,7 @@ Initial: repeat
555555
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
556556
Inherited: no
557557
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
559559
Media: visual
560560
Animation type: discrete
561561
</pre>
@@ -592,7 +592,7 @@ Initial: 0% 0%
592592
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
593593
Inherited: no
594594
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.
596596
Media: visual
597597
Animation type: repeatable list
598598
</pre>
@@ -629,7 +629,7 @@ Initial: border-box
629629
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
630630
Inherited: no
631631
Percentages: n/a
632-
Computed value: as specified
632+
Computed value: list, each item the keyword as specified
633633
Media: visual
634634
Animation type: discrete
635635
</pre>
@@ -679,7 +679,7 @@ Initial: border-box
679679
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
680680
Inherited: no
681681
Percentages: n/a
682-
Computed value: as specified
682+
Computed value: list, each item the keyword as specified
683683
Media: visual
684684
Animation type: discrete
685685
</pre>
@@ -726,7 +726,7 @@ Initial: auto
726726
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
727727
Inherited: no
728728
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
730730
Media: visual
731731
Animation type: repeatable list
732732
</pre>
@@ -747,7 +747,7 @@ Initial: add
747747
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>
748748
Inherited: no
749749
Percentages: n/a
750-
Computed value: as specified
750+
Computed value: list, each item the keyword as specified
751751
Media: visual
752752
Animation type: discrete
753753
</pre>

0 commit comments

Comments
 (0)