Skip to content

Commit 5fa5fd0

Browse files
authored
[css-gcpm-3] Remove duplicate definitions of <string()> (#9320)
1 parent 7df3f35 commit 5fa5fd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css-gcpm-3/Overview.bs

-4
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ The value of the “header” string will be “Loomings”.
162162
</h4>
163163
The ''string()'' function is used to copy the value of a named string to the document, via the 'content' property. This function requires one argument, the name of the named string. Since the value of a named string may change several times on a page (as new instances of the element defining the string appear) an optional second argument indicates which value of the named string should be used.
164164

165-
<pre class="prod">
166-
<dfn>string()</dfn> = string( <<custom-ident>> , [ first | start | last | first-except ]? )
167-
</pre>
168-
169165

170166
The second argument of the ''string()'' function is one of the following keywords:
171167
<dl dfn-type="value" dfn-for="string()">

0 commit comments

Comments
 (0)