Skip to content

Commit 34e3585

Browse files
committed
[css-conditional-5] Correct extra spaces in font-tech and font-format productions, fix #7369
1 parent b0995f0 commit 34e3585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-conditional-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Extensions to the ''@supports'' rule</h2>
7373
<pre class="prod def" nohighlight>
7474
<dfn>&lt;supports-feature></dfn> = <<supports-selector-fn>> | <<supports-font-tech-fn>>
7575
| <<supports-font-format-fn>> | <<supports-decl>>
76-
<dfn>&lt;supports-font-tech-fn></dfn> = font-tech ( <<font-tech>> )
76+
<dfn>&lt;supports-font-tech-fn></dfn> = font-tech( <<font-tech>> )
7777
<dfn>&lt;font-tech></dfn> = [ features-opentype | features-aat | features-graphite
7878
| color-colrv0 | color-colrv1 | color-svg | color-sbix | color-cbdt
7979
| variations | palettes | incremental ]
80-
<dfn>&lt;supports-font-format-fn></dfn> = font-format ( <<font-format>> )
80+
<dfn>&lt;supports-font-format-fn></dfn> = font-format( <<font-format>> )
8181
<dfn>&lt;font-format</dfn> = [ collection | embedded-opentype | opentype
8282
| svg | truetype | woff | woff2 ]
8383
</pre>

0 commit comments

Comments
 (0)