File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2965,9 +2965,9 @@ To <dfn>locate nodes using CSS</dfn> with given |context target|, |context nodes
2965
2965
2966
2966
1. If |maximum returned node count| is not null and [=list/size=] of
2967
2967
|returned nodes| is equal to |maximum returned node count|,
2968
- return |returned nodes|.
2968
+ return [=success=] with data |returned nodes|.
2969
2969
2970
- 1. Return |returned nodes|.
2970
+ 1. Return [=success=] with data |returned nodes|.
2971
2971
2972
2972
</div>
2973
2973
@@ -3006,11 +3006,11 @@ without going via the ECMAScript runtime.
3006
3006
3007
3007
1. If |maximum returned node count| not null and [=list/size=] of
3008
3008
|returned nodes| is equal to |maximum returned node count|,
3009
- return |returned nodes|.
3009
+ return [=success=] with data |returned nodes|.
3010
3010
3011
3011
1. Set |index| to |index| + 1.
3012
3012
3013
- 1. Return |returned nodes|.
3013
+ 1. Return [=success=] with data |returned nodes|.
3014
3014
3015
3015
</div>
3016
3016
@@ -3072,7 +3072,7 @@ and |session|:
3072
3072
in |returned nodes| with an index greater than or equal to |maximum returned
3073
3073
node count|.
3074
3074
3075
- 1. Return |returned nodes|.
3075
+ 1. Return [=success=] with data |returned nodes|.
3076
3076
3077
3077
</div>
3078
3078
You can’t perform that action at this time.
0 commit comments