Skip to content

Commit 2ab0b88

Browse files
committed
Use <<foo>>{1,2} instead of <<foo>> <<foo>>?
1 parent d2fc5fb commit 2ab0b88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-fonts-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,21 +2244,21 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
22442244

22452245
<pre class='descdef'>
22462246
Name: font-style
2247-
Value: auto | normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ]?
2247+
Value: auto | normal | italic | oblique [ <<angle>> | <<angle>>{1,2} ]?
22482248
For: @font-face
22492249
Initial: auto
22502250
</pre>
22512251

22522252
<pre class='descdef'>
22532253
Name: font-weight
2254-
Value: auto | <<font-weight-absolute>> <<font-weight-absolute>>?
2254+
Value: auto | <<font-weight-absolute>>{1,2}
22552255
For: @font-face
22562256
Initial: auto
22572257
</pre>
22582258

22592259
<pre class='descdef'>
22602260
Name: font-stretch
2261-
Value: auto | <<'font-stretch'>> <<'font-stretch'>>?
2261+
Value: auto | <<'font-stretch'>>{1,2}
22622262
For: @font-face
22632263
Initial: auto
22642264
</pre>

css-fonts-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Issue(5892):
119119

120120
<pre class='descdef'>
121121
Name: font-size
122-
Value: auto | <<number>> <<number>>?
122+
Value: auto | <<number>>{1,2}
123123
Initial: normal
124124
For: @font-face
125125
</pre>

0 commit comments

Comments
 (0)