Skip to content

Commit 1c370f3

Browse files
committed
Check param scope when resolving bound values
1 parent 925e653 commit 1c370f3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/04-dsl.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8614,7 +8614,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
86148614
<li><code>while</code> to repeat while the attribute is defined (or not)</li>
86158615
</ul>
86168616
</li>
8617-
<li><code>&lt;name&gt;</code> is the name of the attribute to check</li>
8617+
<li><code>&lt;name&gt;</code> is the name of the attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
86188618
<li><code>not</code> include to execute step until or while attribute is not defined</li>
86198619
<li>
86208620
The following implicit binding is available in <code>&lt;step&gt;</code>:
@@ -8851,7 +8851,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
88518851
<p>Where</p>
88528852
<ul>
88538853
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to repeatedly execute</li>
8854-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
8854+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
88558855
<li><code>not</code> to negate the condition</li>
88568856
</ul>
88578857
<p>Example</p>
@@ -8880,7 +8880,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
88808880
<p>Where</p>
88818881
<ul>
88828882
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to repeatedly execute</li>
8883-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
8883+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
88848884
<li><code>not</code> to negate the condition</li>
88858885
<li><code>value</code> is the given value</li>
88868886
</ul>
@@ -8917,7 +8917,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
89178917
<p>Where</p>
89188918
<ul>
89198919
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to repeatedly execute</li>
8920-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
8920+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
89218921
<li>
89228922
<code>&lt;match&gt;</code> is the type of match to perform, one of:
89238923
<ul>
@@ -8965,7 +8965,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
89658965
<p>Where</p>
89668966
<ul>
89678967
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to repeatedly execute</li>
8968-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
8968+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
89698969
<li>
89708970
<code>&lt;match&gt;</code> is the type of match to perform, one of:
89718971
<ul>
@@ -9116,7 +9116,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
91169116
<p>Where</p>
91179117
<ul>
91189118
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to potentially execute</li>
9119-
<li><code>&lt;name&gt;</code> is the name of the attribute to check</li>
9119+
<li><code>&lt;name&gt;</code> is the name of the attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
91209120
<li><code>not</code> include to execute step if attribute is not bound</li>
91219121
</ul>
91229122
<p>Example</p>
@@ -9160,7 +9160,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
91609160
<p>Where</p>
91619161
<ul>
91629162
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to potentially execute</li>
9163-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
9163+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
91649164
<li><code>not</code> include to execute step if attribute is not blank</li>
91659165
</ul>
91669166
<p>Example</p>
@@ -9189,7 +9189,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
91899189
<p>Where</p>
91909190
<ul>
91919191
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to potentially execute</li>
9192-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
9192+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
91939193
<li><code>not</code> include to execute step if the attribute is not equal to the given value</li>
91949194
<li><code>value</code> is the given value</li>
91959195
</ul>
@@ -9225,7 +9225,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
92259225
<p>Where</p>
92269226
<ul>
92279227
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to potentially execute</li>
9228-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
9228+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
92299229
<li>
92309230
<code>&lt;match&gt;</code> is the type of match to perform, one of:
92319231
<ul>
@@ -9272,7 +9272,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
92729272
<p>Where</p>
92739273
<ul>
92749274
<li><code>&lt;step&gt;</code> is the DSL step or StepDef to potentially execute</li>
9275-
<li><code>&lt;name&gt;</code> is the name of the element or attribute to check</li>
9275+
<li><code>&lt;name&gt;</code> is the name of the element or attribute (or StepDef &lt;param&gt; since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
92769276
<li>
92779277
<code>&lt;match&gt;</code> is the type of match to perform, one of:
92789278
<ul>

0 commit comments

Comments
 (0)