Skip to content

Commit d38330b

Browse files
author
litherum
committed
[css-fonts-4] Simplify classes for descriptor definitions
1 parent 509b0a0 commit d38330b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ specification should not be altered.
13301330

13311331
<h3 id="font-family-desc">Font family: the '@font-face/font-family' descriptor</h3>
13321332

1333-
<pre class='descdef mq'>
1333+
<pre class='descdef'>
13341334
Name: font-family
13351335
Value: <<family-name>>
13361336
For: @font-face
@@ -1350,7 +1350,7 @@ family name must not be used.
13501350

13511351
<h3 id="src-desc">Font reference: the 'src' descriptor</h3>
13521352

1353-
<pre class='descdef mq'>
1353+
<pre class='descdef'>
13541354
Name: src
13551355
Value: [ <<url>> [ format( <<string>> # )]? | local(<<font-face-name>>) ] #
13561356
For: @font-face
@@ -1595,21 +1595,21 @@ families that cannot otherwise be referenced.
15951595
<h3 id="font-prop-desc">
15961596
Font property descriptors: the 'font-style', 'font-weight', and 'font-stretch' descriptors</h3>
15971597

1598-
<pre class='descdef mq'>
1598+
<pre class='descdef'>
15991599
Name: font-style
16001600
Value: normal | italic | oblique [ <<angle>> | <<angle>> <<angle>> ] ?
16011601
For: @font-face
16021602
Initial: normal
16031603
</pre>
16041604

1605-
<pre class='descdef mq'>
1605+
<pre class='descdef'>
16061606
Name: font-weight
16071607
Value: <<font-weight-absolute>> <<font-weight-absolute>>?
16081608
For: @font-face
16091609
Initial: normal
16101610
</pre>
16111611

1612-
<pre class='descdef mq'>
1612+
<pre class='descdef'>
16131613
Name: font-stretch
16141614
Value: <<font-stretch-absolute>> <<font-stretch-absolute>>?
16151615
For: @font-face
@@ -3154,7 +3154,7 @@ the behavior of individual descriptors as defined in this specification should n
31543154
<h3 id="font-family-2-desc">
31553155
Font family: the 'font-family' descriptor</h3>
31563156

3157-
<pre class='descdef mq'>
3157+
<pre class='descdef'>
31583158
Name: font-family
31593159
Value: <<'font-family'>>
31603160
For: @font-palette-values
@@ -3172,7 +3172,7 @@ If syntax errors occur within the font family list, the entire rule must be igno
31723172
<h3 id="base-palette-desc">
31733173
Specifying the base palette: the 'base-palette' descriptor</h3>
31743174

3175-
<pre class='descdef mq'>
3175+
<pre class='descdef'>
31763176
Name: base-palette
31773177
Value: <<integer>>
31783178
For: @font-palette-values
@@ -3210,7 +3210,7 @@ by using the <<integer>> descriptor in the ''@font-palette-values'' rule.
32103210
<h3 id="palette-integer-desc">
32113211
Overriding a color in the palette: The <<integer>> descriptor</h3>
32123212

3213-
<pre class='descdef mq'>
3213+
<pre class='descdef'>
32143214
Name: <<integer>>
32153215
Value: <<color>>
32163216
For: @font-palette-values

0 commit comments

Comments
 (0)