Skip to content

Commit ed9468f

Browse files
committed
[css-values-4] Don't dfn 'string'; instead refer to Infra.
1 parent 5147190 commit ed9468f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-values-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ spec: css-sizing-3; type: property;
2525
text: min-width
2626
text: box-sizing
2727
spec: selectors-4; type: type; text: <wq-name>
28+
spec: infra; type: dfn; text: string;
2829
</pre>
2930
<style>
3031
code, small { white-space: nowrap }
@@ -571,7 +572,7 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
571572
<h3 id="strings">
572573
Quoted Strings: the <<string>> type</h3>
573574

574-
<dfn export lt="string">Strings</dfn> are denoted by <dfn id="string-value">&lt;string></dfn>
575+
[=Strings=] are denoted by <dfn id="string-value">&lt;string></dfn>
575576
and consist of a sequence of characters delimited by double quotes or
576577
single quotes. They correspond to the <<string-token>> production
577578
in the <a href="https://www.w3.org/TR/css-syntax/">CSS Syntax Module</a> [[!CSS3SYN]].

0 commit comments

Comments
 (0)