Skip to content

Commit 6edef43

Browse files
lahmatiybirtles
authored andcommitted
[css-animations-1][css-backgrounds-4][css-fonts-4] Fix multiplier usage in propdef/descdef
1 parent 39fd0aa commit 6edef43

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

css-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ The 'animation' shorthand property</h3>
813813

814814
<pre class='propdef'>
815815
Name: animation
816-
Value: <<single-animation>> #
816+
Value: <<single-animation>>#
817817
Initial: see individual properties
818818
Applies to: all elements
819819
Inherited: no

css-backgrounds-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Painting Area: the 'background-clip' property</h3>
189189

190190
<pre class="propdef shorthand">
191191
Name: border-color
192-
Value: <<color>>{1,4}#
192+
Value: <<color>>#{1,4}
193193
</pre>
194194

195195
These properties set the foreground color of the border specified

css-fonts-4/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Font family: the 'font-family!!property' property</h3>
5656

5757
<pre class="propdef">
5858
Name: font-family
59-
Value: [ <<family-name>> | <<generic-family>> ] #
59+
Value: [ <<family-name>> | <<generic-family>> ]#
6060
Initial: depends on user agent
6161
Applies to: all elements
6262
Inherited: yes
@@ -2090,7 +2090,7 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
20902090

20912091
<pre class='descdef'>
20922092
Name: font-style
2093-
Value: auto | normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ] ?
2093+
Value: auto | normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ]?
20942094
For: @font-face
20952095
Initial: auto
20962096
</pre>
@@ -2212,7 +2212,7 @@ Character range: the 'unicode-range' descriptor</h3>
22122212

22132213
<pre class='descdef'>
22142214
Name: unicode-range
2215-
Value: <<urange>> #
2215+
Value: <<urange>>#
22162216
Initial: U+0-10FFFF
22172217
For: @font-face
22182218
</pre>
@@ -2442,14 +2442,14 @@ For: @font-face
24422442

24432443
<pre class='descdef'>
24442444
Name: font-feature-settings
2445-
Value: normal | <<feature-tag-value>> #
2445+
Value: normal | <<feature-tag-value>>#
24462446
Initial: normal
24472447
For: @font-face
24482448
</pre>
24492449

24502450
<pre class='descdef'>
24512451
Name: font-variation-settings
2452-
Value: normal | [ <<string>> <<number>>] #
2452+
Value: normal | [ <<string>> <<number>>]#
24532453
Initial: normal
24542454
For: @font-face
24552455
</pre>
@@ -4761,7 +4761,7 @@ Low-level font feature settings control: the 'font-feature-settings!!property' p
47614761
<pre class="propdef">
47624762
Name: font-feature-settings
47634763
4764-
Value: normal | <<feature-tag-value>> #
4764+
Value: normal | <<feature-tag-value>>#
47654765
Initial: normal
47664766
Applies to: all elements
47674767
Inherited: yes
@@ -5328,7 +5328,7 @@ Low-level font variation settings control: the 'font-variation-settings' propert
53285328

53295329
<pre class="propdef">
53305330
Name: font-variation-settings
5331-
Value: normal | [ <<string>> <<number>>] #
5331+
Value: normal | [ <<string>> <<number>>]#
53325332
Initial: normal
53335333
Applies to: all elements
53345334
Inherited: yes

0 commit comments

Comments
 (0)