Skip to content

Commit 60fff4f

Browse files
committed
Consistent values intro
1 parent 80e3b94 commit 60fff4f

18 files changed

Lines changed: 63 additions & 11 deletions

File tree

files/en-us/web/css/reference/properties/-moz-float-edge/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ The non-standard **`-moz-float-edge`** [CSS](/en-US/docs/Web/CSS) property speci
2424
/* Global values */
2525
-moz-float-edge: inherit;
2626
-moz-float-edge: initial;
27+
-moz-float-edge: revert;
28+
-moz-float-edge: revert-layer;
2729
-moz-float-edge: unset;
2830
```
2931

3032
### Values
3133

34+
This property is specified as one of the following keyword values:
35+
3236
- `content-box`
3337
- : The height and width properties include the content, but not the padding, border or margin.
3438
- `margin-box`

files/en-us/web/css/reference/properties/-moz-force-broken-image-icon/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ The **`-moz-force-broken-image-icon`** extended CSS property can be used to forc
3030

3131
### Values
3232

33+
This property is specified as the following value:
34+
3335
- {{cssxref("<integer>")}}
3436
- : A value of `1` means that the broken image icon is shown even if the image has an [`alt`](/en-US/docs/Web/HTML/Reference/Elements/img#alt) attribute. When the value `0` is used, the image will act as usual and only display the `alt` attribute.
3537

files/en-us/web/css/reference/properties/-moz-orient/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The **`-moz-orient`** [CSS](/en-US/docs/Web/CSS) property specifies the orientat
2828

2929
### Values
3030

31+
This property is specified as one of the following keyword values:
32+
3133
- `inline`
3234
- : The element is rendered in the same direction as the axis of the text: horizontally for horizontal writing modes, vertically for vertical writing modes.
3335
- `block`

files/en-us/web/css/reference/properties/-moz-user-focus/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The default is `none`, which disables focussing on the element and removes focus
3333

3434
### Values
3535

36+
This property is specified as one of the following keyword values:
37+
3638
- `ignore`
3739
- : The element does not accept keyboard focus and will be skipped in the tab order.
3840
- `normal`

files/en-us/web/css/reference/properties/-moz-user-input/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The `user-input` property is currently not on a standards track.
3333

3434
### Values
3535

36+
This property is specified as one of the following keyword values:
37+
3638
- `auto`
3739
- : The element will respond to user input if it normally takes user input, such as a {{HTMLElement("textarea")}}.
3840
- `none`

files/en-us/web/css/reference/properties/-webkit-box-reflect/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The **`-webkit-box-reflect`** [CSS](/en-US/docs/Web/CSS) property lets you refle
3838

3939
### Values
4040

41+
This property is specified as a space-separated list of the following values:
42+
4143
- `above`_,_ `below`_,_ `right`_,_ `left`
4244
- : Are keywords indicating in which direction the reflection is to happen.
4345
- {{CSSxRef("<length>")}}

files/en-us/web/css/reference/properties/-webkit-mask-composite/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The **`-webkit-mask-composite`** property specifies the manner in which multiple
4242

4343
### Values
4444

45+
This property is specified as one of the following keyword values:
46+
4547
- `clear`
4648
- : Overlapping pixels in the source mask image and the destination mask image are cleared.
4749
- `copy`

files/en-us/web/css/reference/properties/-webkit-mask-position-x/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ The `-webkit-mask-position-x` CSS property sets the initial horizontal position
4545

4646
### Values
4747

48+
This property is specified as one or more comma-separated values:
49+
4850
- `<length-percentage>`
4951
- : A length indicating the position of the left edge of the image relative to the box's left padding edge. Percentages are calculated against the horizontal dimension of the box padding area. That means, a value of `0%` means the left edge of the image is aligned with the box's left padding edge and a value of `100%` means the right edge of the image is aligned with the box's right padding edge.
5052
- `left`

files/en-us/web/css/reference/properties/-webkit-mask-position-y/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ The `-webkit-mask-position-y` CSS property sets the initial vertical position of
4545

4646
### Values
4747

48+
This property is specified as one or more comma-separated values:
49+
4850
- `<length-percentage>`
4951
- : A length indicating the position of the top side of the image relative to the box's top padding edge. Percentages are calculated against the vertical dimension of the box padding area. A value of `0%` means the top edge of the image is aligned with the box's top padding edge and a value of `100%` means the bottom edge of the image is aligned with the box's bottom padding edge.
5052
- `top`

files/en-us/web/css/reference/properties/-webkit-mask-repeat-x/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,17 @@ The `-webkit-mask-repeat-x` property specifies whether and how a mask image is r
3535

3636
### Values
3737

38-
- repeat
38+
This property is specified as one or more comma-separated values:
39+
40+
- `repeat`
3941
- : The mask image is repeated both horizontally and vertically.
40-
- no-repeat
42+
- `no-repeat`
4143
- : The mask image is not repeated; only one copy of the mask image is drawn. The remainder of the masked element's content is not displayed.
42-
- repeat
44+
- `repeat`
4345
- : The mask image is repeated both horizontally and vertically.
44-
- space
46+
- `space`
4547
- : The image is repeated as much as possible without clipping. The first and last images are pinned to either side of the element, and whitespace is distributed evenly between the images. The {{cssxref("mask-position")}} property is ignored unless only one image can be displayed without clipping. The only case where clipping happens using space is when there isn't enough room to display one image.
46-
- round
48+
- `round`
4749
- : As the allowed space increases in size, the repeated images will stretch (leaving no gaps) until there is room for another one to be added. When the next image is added, all of the current ones compress to allow room. Example: An image with an original width of 260px, repeated three times, might stretch until each repetition is 300px wide, and then another image will be added. They will then compress to 225px.
4850

4951
## Formal definition

0 commit comments

Comments
 (0)