Skip to content

Commit bbc59fb

Browse files
committed
[css-backgrounds-3][css-easing-1][css-easing-2][css-flexbox-1][css-multicol-1][css-multicol-2][css-text-decor-3][editorial] Replaced HTML entity for infinity by infinity sign
1 parent 9fe0756 commit bbc59fb

File tree

7 files changed

+46
-46
lines changed

7 files changed

+46
-46
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ Positioning Area: the 'background-origin' property</h3>
13991399
The property's value is given as a comma-separated list
14001400
of <<bg-size>> values where
14011401

1402-
<pre class=prod><dfn><<bg-size>></dfn> = [ <<length-percentage [0,&infin;]>> | auto ]{1,2} | cover | contain</pre>
1402+
<pre class=prod><dfn><<bg-size>></dfn> = [ <<length-percentage [0,]>> | auto ]{1,2} | cover | contain</pre>
14031403

14041404
Values have the following meanings:
14051405

@@ -1416,7 +1416,7 @@ Positioning Area: the 'background-origin' property</h3>
14161416
to the smallest size such that both its width and its height
14171417
can completely cover the [=background positioning area=].
14181418

1419-
<dt>[ <dfn><<length-percentage [0,&infin;]>></dfn>
1419+
<dt>[ <dfn><<length-percentage [0,]>></dfn>
14201420
| <dfn>auto</dfn> ]{1,2}</dt>
14211421
<dd>
14221422
The first value gives the width of the corresponding image,
@@ -2134,7 +2134,7 @@ Line Thickness: the 'border-width' properties</h3>
21342134
i.e. the <dfn export id="border-width-dfn">border width</dfn>.
21352135
Where
21362136

2137-
<pre class=prod><dfn><<line-width>></dfn> = <<length [0,&infin;]>> | thin | medium | thick</pre>
2137+
<pre class=prod><dfn><<line-width>></dfn> = <<length [0,]>> | thin | medium | thick</pre>
21382138

21392139
<p dfn-type=value dfn-for="<line-width>, border-width, border-top-width, border-left-width, border-bottom-width, border-right-width, border">
21402140
Negative values are invalid.
@@ -2272,7 +2272,7 @@ Curve Radii: the 'border-radius' properties</h3>
22722272

22732273
<pre class=propdef>
22742274
Name: border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius
2275-
Value: <<length-percentage [0,&infin;]>>{1,2}
2275+
Value: <<length-percentage [0,]>>{1,2}
22762276
Initial: 0
22772277
Applies to: all elements (but see prose)
22782278
Inherited: no
@@ -2284,7 +2284,7 @@ Curve Radii: the 'border-radius' properties</h3>
22842284

22852285
<pre class=propdef>
22862286
Name: border-radius
2287-
Value: <<length-percentage [0,&infin;]>>{1,4} [ / <<length-percentage [0,&infin;]>>{1,4} ]?
2287+
Value: <<length-percentage [0,]>>{1,4} [ / <<length-percentage [0,]>>{1,4} ]?
22882288
Initial: see individual properties
22892289
Applies to: all elements (but see prose)
22902290
Inherited: no
@@ -2848,7 +2848,7 @@ Image Slicing: the 'border-image-slice' property</h3>
28482848

28492849
<pre class=propdef>
28502850
Name: border-image-slice
2851-
Value: [<<number [0,&infin;]>> | <<percentage [0,&infin;]>>]{1,4} &amp;&amp; fill?
2851+
Value: [<<number [0,]>> | <<percentage [0,]>>]{1,4} &amp;&amp; fill?
28522852
Initial: 100%
28532853
Applies to: All elements, except internal table elements when 'border-collapse' is ''border-collapse/collapse''
28542854
Inherited: no
@@ -2899,13 +2899,13 @@ Image Slicing: the 'border-image-slice' property</h3>
28992899
they apply to the top, right, bottom, and left, respectively.
29002900

29012901
<dl dfn-for=border-image-slice dfn-type=value>
2902-
<dt><dfn><<percentage [0,&infin;]>></dfn>
2902+
<dt><dfn><<percentage [0,]>></dfn>
29032903
<dd>
29042904
Percentages are relative to the size of the image:
29052905
the width of the image for the horizontal offsets,
29062906
the height for vertical offsets.
29072907

2908-
<dt><dfn><<number [0,&infin;]>></dfn>
2908+
<dt><dfn><<number [0,]>></dfn>
29092909
<dd>
29102910
Numbers represent pixels in the image
29112911
(if the image is a raster image)
@@ -2950,7 +2950,7 @@ Drawing Areas: the 'border-image-width' property</h3>
29502950

29512951
<pre class=propdef>
29522952
Name: border-image-width
2953-
Value: [ <<length-percentage [0,&infin;]>> | <<number [0,&infin;]>> | auto ]{1,4}
2953+
Value: [ <<length-percentage [0,]>> | <<number [0,]>> | auto ]{1,4}
29542954
Initial: 1
29552955
Applies to: All elements,
29562956
except internal table elements when 'border-collapse' is ''border-collapse/collapse''
@@ -3001,13 +3001,13 @@ Drawing Areas: the 'border-image-width' property</h3>
30013001
Values have the following meanings:
30023002

30033003
<dl dfn-for=border-image-width dfn-type=value>
3004-
<dt><dfn><<length-percentage [0,&infin;]>></dfn>
3004+
<dt><dfn><<length-percentage [0,]>></dfn>
30053005
<dd>
30063006
Percentages refer to the size of the [=border image area=]:
30073007
the width of the area for horizontal offsets,
30083008
the height for vertical offsets.
30093009

3010-
<dt><dfn><<number [0,&infin;]>></dfn>
3010+
<dt><dfn><<number [0,]>></dfn>
30113011
<dd>
30123012
Numbers represent multiples of the corresponding computed
30133013
<a href="#border-width">border-width</a>.
@@ -3044,7 +3044,7 @@ Edge Overhang: the 'border-image-outset' property</h3>
30443044

30453045
<pre class=propdef>
30463046
Name: border-image-outset
3047-
Value: [ <<length [0,&infin;]>> | <<number [0,&infin;]>> ]{1,4}
3047+
Value: [ <<length [0,]>> | <<number [0,]>> ]{1,4}
30483048
Initial: 0
30493049
Applies to: All elements, except internal table elements when 'border-collapse' is ''border-collapse/collapse''
30503050
Inherited: no
@@ -3078,11 +3078,11 @@ Edge Overhang: the 'border-image-outset' property</h3>
30783078
they apply to the top, right, bottom, and left, respectively.
30793079

30803080
<dl dfn-for=border-image-outset dfn-type=value>
3081-
<dt><<length [0,&infin;]>>
3081+
<dt><<length [0,]>>
30823082
<dd>
30833083
Represents an outset of the specified length.
30843084

3085-
<dt><<number [0,&infin;]>>
3085+
<dt><<number [0,]>>
30863086
<dd>
30873087
Represents an outset of the specified multiple of
30883088
the corresponding computed <a href="#border-width">border-width</a>.
@@ -3413,7 +3413,7 @@ Border Image Shorthand: the 'border-image' property</h3>
34133413
represented by 2-4 length values, an optional color, and an optional ''box-shadow/inset'' keyword.
34143414
Omitted lengths are 0; omitted colors default to ''currentColor''.
34153415
<pre class=prod>
3416-
<dfn><<shadow>></dfn> = <<color>>? &amp;&amp; [ <<length>>{2} [ <<length [0,&infin;]>> <<length>>? ]? ] &amp;&amp; inset?</pre>
3416+
<dfn><<shadow>></dfn> = <<color>>? &amp;&amp; [ <<length>>{2} [ <<length [0,]>> <<length>>? ]? ] &amp;&amp; inset?</pre>
34173417

34183418
The components of each <<shadow>> are interpreted as follows:
34193419

@@ -3429,7 +3429,7 @@ Border Image Shorthand: the 'border-image' property</h3>
34293429
Specifies the <dfn export>vertical offset</dfn> of the shadow.
34303430
A positive value offsets the shadow down, a negative one up.
34313431

3432-
<dt><dfn id="shadow-blur-radius">3rd <<length [0,&infin;]>></dfn>
3432+
<dt><dfn id="shadow-blur-radius">3rd <<length [0,]>></dfn>
34333433
<dd>Specifies the <dfn export>blur radius</dfn>.
34343434
Negative values are invalid.
34353435
If the blur value is zero, the shadow’s edge is sharp.

css-easing-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ an [=input progress value=] and produces an [=output progress value=].
9595
An [=easing function=] must be a pure function meaning that for a given set of
9696
inputs, it always produces the same [=output progress value=].
9797

98-
The <dfn>input progress value</dfn> is a real number in the range [-&infin;,
99-
&infin;].
98+
The <dfn>input progress value</dfn> is a real number in the range [-,
99+
].
100100
Typically, the [=input progress value=] is in the range [0, 1] but this may
101101
not be the case when [=easing functions=] are chained together.
102102

@@ -114,7 +114,7 @@ may be outside the range [0, 1].
114114
</div>
115115

116116
The <dfn>output progress value</dfn> is a real number in the
117-
range [-&infin;, &infin;].
117+
range [-∞, ∞].
118118

119119
Some types of easing functions also take an additional boolean [=before flag=]
120120
input which is defined subsequently.
@@ -230,7 +230,7 @@ infinitely using tangent of the curve at the closest endpoint as follows:
230230
zero, use a straight line that passes through P2 and P0 as the tangent.
231231

232232
1. Otherwise, let the [=output progress value=] be zero for all
233-
[=input progress values=] in the range [-&infin;, 0).
233+
[=input progress values=] in the range [-, 0).
234234

235235
* For [=input progress values=] greater than one,
236236

@@ -241,7 +241,7 @@ infinitely using tangent of the curve at the closest endpoint as follows:
241241
one, use a straight line that passes through P1 and P3 as the tangent.
242242

243243
1. Otherwise, let the [=output progress value=] be one for all
244-
[=input progress values=] in the range (1, &infin;].
244+
[=input progress values=] in the range (1, ].
245245

246246
<wpt>
247247
cubic-bezier-timing-functions-output.html

css-easing-2/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ an [=input progress value=] and produces an [=output progress value=].
136136
An [=easing function=] must be a pure function meaning that for a given set of
137137
inputs, it always produces the same [=output progress value=].
138138

139-
The <dfn export for="easing function">input progress value</dfn> is a real number in the range [-&infin;,
140-
&infin;].
139+
The <dfn export for="easing function">input progress value</dfn> is a real number in the range [-,
140+
].
141141
Typically, the [=input progress value=] is in the range [0, 1] but this may
142142
not be the case when [=easing functions=] are chained together.
143143

@@ -155,7 +155,7 @@ may be outside the range [0, 1].
155155
</div>
156156

157157
The <dfn export for="easing function">output progress value</dfn> is a real number in the
158-
range [-&infin;, &infin;].
158+
range [-∞, ∞].
159159

160160
Note: While CSS numbers have a theoretically infinite range
161161
(see [[css-values-4#numeric-ranges]])
@@ -938,12 +938,12 @@ Output</h4>
938938
2. Let |steps| be |func|'s [=steps()/steps=],
939939
and |position| be |func|'s [=steps()/step position=].
940940

941-
3. Divide the interval [-&infin;, &infin;] into several segments,
941+
3. Divide the interval [-∞, ∞] into several segments,
942942
each with an associated value,
943943
as follows:
944944

945-
1. [-&infin;, 0) has the value 0.
946-
2. [1, &infin;] has the value 1.
945+
1. [-, 0) has the value 0.
946+
2. [1, ] has the value 1.
947947
3. [0, 1) is divided into |steps| half-open intervals,
948948
[0, ...) to [..., 1)
949949
with their values assigned as defined for the |position|

css-flexbox-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ The 'flex' Shorthand</h3>
22212221
<dl dfn-type=value dfn-for=flex>
22222222
<dt><dfn><<'flex-grow'>></dfn>
22232223
<dd>
2224-
This <<number [0,&infin;]>> component sets 'flex-grow' <a href="#flex-components">longhand</a>
2224+
This <<number [0,]>> component sets 'flex-grow' <a href="#flex-components">longhand</a>
22252225
and specifies the <dfn dfn>flex grow factor</dfn>,
22262226
which determines how much the <a>flex item</a> will grow
22272227
relative to the rest of the <a>flex items</a> in the flex container
@@ -2307,7 +2307,7 @@ The 'flex' Shorthand</h3>
23072307

23082308
<dt><dfn><<'flex-shrink'>></dfn>
23092309
<dd>
2310-
This <<number [0,&infin;]>> component sets 'flex-shrink' <a href="#flex-components">longhand</a>
2310+
This <<number [0,]>> component sets 'flex-shrink' <a href="#flex-components">longhand</a>
23112311
and specifies the <dfn dfn>flex shrink factor</dfn>,
23122312
which determines how much the <a>flex item</a> will shrink
23132313
relative to the rest of the <a>flex items</a> in the flex container
@@ -2495,9 +2495,9 @@ Basic Values of 'flex'</h4>
24952495
except that flex items are not allowed to shrink,
24962496
even in overflow situations.
24972497

2498-
<dt>''flex: &lt;number [1,&infin;]>''
2498+
<dt>''flex: &lt;number [1,]>''
24992499
<dd>
2500-
Equivalent to ''flex: &lt;number [1,&infin;]> 1 0''.
2500+
Equivalent to ''flex: &lt;number [1,]> 1 0''.
25012501
Makes the flex item flexible and sets the <a>flex basis</a> to zero,
25022502
resulting in an item that receives the specified proportion of the free space in the flex container.
25032503
If all items in the flex container use this pattern,
@@ -2531,7 +2531,7 @@ The 'flex-grow' property</h4>
25312531

25322532
<pre class='propdef'>
25332533
Name: flex-grow
2534-
Value: <<number [0,&infin;]>>
2534+
Value: <<number [0,]>>
25352535
Initial: 0
25362536
Applies to: <a>flex items</a>
25372537
Inherited: no
@@ -2575,7 +2575,7 @@ The 'flex-shrink' property</h4>
25752575

25762576
<pre class='propdef'>
25772577
Name: flex-shrink
2578-
Value: <<number [0,&infin;]>>
2578+
Value: <<number [0,]>>
25792579
Initial: 1
25802580
Applies to: <a>flex items</a>
25812581
Inherited: no

css-multicol-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ The Number and Width of Columns</h2>
691691

692692
<pre class=propdef>
693693
Name: column-width
694-
Value: auto | <<length [0,&infin;]>>
694+
Value: auto | <<length [0,]>>
695695
Initial: auto
696696
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
697697
Inherited: no
@@ -708,7 +708,7 @@ The Number and Width of Columns</h2>
708708
means that the column width will be determined by other properties
709709
(e.g., 'column-count', if it has a non-auto value).
710710

711-
<dt><dfn><<length [0,&infin;]>></dfn>
711+
<dt><dfn><<length [0,]>></dfn>
712712
<dd>
713713
describes the optimal column width.
714714
The actual column width may be wider (to fill the available space),
@@ -790,7 +790,7 @@ The Number and Width of Columns</h2>
790790

791791
<pre class=propdef>
792792
Name: column-count
793-
Value: auto | <<integer [1,&infin;]>>
793+
Value: auto | <<integer [1,]>>
794794
Initial: auto
795795
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
796796
Inherited: no
@@ -807,7 +807,7 @@ The Number and Width of Columns</h2>
807807
means that the number of columns will be determined by other properties
808808
(e.g., 'column-width', if it has a non-auto value).
809809

810-
<dt><dfn><<integer [1,&infin;]>></dfn>
810+
<dt><dfn><<integer [1,]>></dfn>
811811
<dd>
812812
describes the optimal number of columns into which the content of the element will be flowed.
813813
Values must be greater than 0.

css-multicol-2/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ The number and size of columns</h2>
676676

677677
<pre class=propdef>
678678
Name: column-width
679-
Value: auto | <<length [0,&infin;]>>
679+
Value: auto | <<length [0,]>>
680680
Initial: auto
681681
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
682682
Inherited: no
@@ -693,7 +693,7 @@ The number and size of columns</h2>
693693
means that the column width will be determined by other properties
694694
(e.g., 'column-count', if it has a non-auto value).
695695

696-
<dt><dfn><<length [0,&infin;]>></dfn>
696+
<dt><dfn><<length [0,]>></dfn>
697697
<dd>
698698
describes the optimal column width.
699699
The actual column width may be wider (to fill the available space),
@@ -774,7 +774,7 @@ The number and size of columns</h2>
774774

775775
<pre class=propdef>
776776
Name: column-height
777-
Value: auto | <<length [0,&infin;]>>
777+
Value: auto | <<length [0,]>>
778778
Initial: auto
779779
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
780780
Inherited: no
@@ -791,7 +791,7 @@ The number and size of columns</h2>
791791
means that the column height will be determined by the amount of content
792792
and other properties.
793793

794-
<dt><dfn><<length [0,&infin;]>></dfn>
794+
<dt><dfn><<length [0,]>></dfn>
795795
<dd>
796796
describes the desired column height.
797797
Negative values are not allowed.
@@ -813,7 +813,7 @@ The number and size of columns</h2>
813813

814814
<pre class=propdef>
815815
Name: column-count
816-
Value: auto | <<integer [1,&infin;]>>
816+
Value: auto | <<integer [1,]>>
817817
Initial: auto
818818
Applies to: <a>block containers</a> except <a>table wrapper boxes</a>
819819
Inherited: no
@@ -830,7 +830,7 @@ The number and size of columns</h2>
830830
means that the number of columns will be determined by other properties
831831
(e.g., 'column-width', if it has a non-auto value).
832832

833-
<dt><dfn><<integer [1,&infin;]>></dfn>
833+
<dt><dfn><<integer [1,]>></dfn>
834834
<dd>
835835
describes the optimal number of columns into which the content of the element will be flowed.
836836
Values must be greater than 0.
@@ -1341,7 +1341,7 @@ Spanning columns</h2>
13411341

13421342
<pre class="propdef">
13431343
Name: column-span
1344-
Value: none | <<integer [1,&infin;]>> | all | auto
1344+
Value: none | <<integer [1,]>> | all | auto
13451345
Initial: none
13461346
Applies to: [=in-flow=] block-level elements
13471347
Inherited: no
@@ -1467,7 +1467,7 @@ Spanning columns</h2>
14671467

14681468

14691469

1470-
<dt><dfn><<integer [1,&infin;]>></dfn>
1470+
<dt><dfn><<integer [1,]>></dfn>
14711471
<dd>
14721472
The element spans the specified number of columns.
14731473
Values must be greater than 0.

css-text-decor-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ Text Shadows: the 'text-shadow' property</h2>
861861

862862
<pre class="propdef">
863863
Name: text-shadow
864-
Value: none | [ <<color>>? && [ <<length>>{2} <<length [0,&infin;]>>? ] ]#
864+
Value: none | [ <<color>>? && [ <<length>>{2} <<length [0,]>>? ] ]#
865865
Initial: none
866866
Applies to: text
867867
Inherited: yes

0 commit comments

Comments
 (0)