Skip to content

Commit df3d4f5

Browse files
committed
[css-values-4][editorial] Fix doubled definition of <string>.
1 parent e3d2bf1 commit df3d4f5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

css-values-4/Overview.bs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,8 @@ Textual Data Types</h2>
668668
(which includes character set conversion and [[css-syntax-3#escaping|escaping]]).
669669
[[!UNICODE]] [[!CSS-SYNTAX-3]]
670670

671-
[=Strings=], denoted by <dfn id="string-value">&lt;string></dfn>,
672-
are sequences of characters representing arbitrary textual data.
673-
When written literally,
674-
they are delimited by double quotes or single quotes,
675-
and correspond to the <<string-token>> production. [[!CSS-SYNTAX-3]].
671+
[=Strings=] are quoted sequences of characters reprenting arbitrary textual data.
672+
See [[#strings]] for details.
676673

677674
CSS <dfn export lt="CSS identifier | CSS ident | identifier | ident" for="CSS">identifiers</dfn>,
678675
generically denoted by <dfn>&lt;ident></dfn>,

0 commit comments

Comments
 (0)