You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -339,11 +348,11 @@ <h4>Using named strings</h4>
339
348
on the ''string()'' value. This argument can have one of four keywords:
340
349
341
350
<ul>
342
-
<li>''first'': the value of the first assignment on the page is used. If there is no assignment on the page, the named string's carryover value is used. This is the default value.
351
+
<li>''first'': the value of the first assignment on the page is used. If there is no assignment on the page, the named string's entry value is used. The entry value is the value held by the string at the end of the previous page. ''first'' is the default value.
343
352
344
-
<li>''start'': the value of the first assignment on the page is used if the element begins the page. Otherwise, the named string's carryover value is used.
353
+
<li>''start'': the value of the first assignment on the page is used if the element begins the page or the named string has not been assigned a value. Otherwise, the named string's entry value is used.
345
354
346
-
<li>''last'': the named string's exit value for that page is used
355
+
<li>''last'': the named string's exit value is used
347
356
348
357
<li>''first-except'': similar to ''first'', except on the page where the value was assigned. On that page, the empty string is used.
0 commit comments