Skip to content

Commit 342b7af

Browse files
authored
Merge pull request #5364 from renatahodovan/fix-gcpm-3
[css-gcpm-3] Fix typo in the definition of running and element functions Editorial, so no IPR commitment needed.
2 parents df3887f + 8ade34e commit 342b7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-gcpm-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The ''running()'' value
254254

255255

256256
<pre class="prod">
257-
<dfn>running()</dfn> = string( <<custom-ident>> )
257+
<dfn>running()</dfn> = running( <<custom-ident>> )
258258
</pre>
259259

260260
<!--
@@ -366,7 +366,7 @@ Just as with ''string()'', ''element()'' takes an optional keyword to describe w
366366
</pre>
367367

368368
<pre class="prod">
369-
<dfn>element()</dfn> = string( <<custom-ident>> [ , [ first | start | last | first-except] ]? )
369+
<dfn>element()</dfn> = element( <<custom-ident>> [ , [ first | start | last | first-except] ]? )
370370
</pre>
371371

372372
<h2 id="footnotes">

0 commit comments

Comments
 (0)