Skip to content

Commit b9259a2

Browse files
authored
Remove 'is active' checks from EditContext setters (#77)
Per [WG resolution](#26 (comment)), remove "is active" checks from `updateText()`, `updateSelection()`, `updateSelectionBounds()`, `updateControlBounds()`, and `updateCharacterBounds()`. Closes #26
1 parent 4d14ee6 commit b9259a2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

index.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -997,9 +997,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
997997
<dd>None</dd>
998998
</dl>
999999
<ol>
1000-
<li>
1001-
If [=this=] is not activated, abort these steps.
1002-
</li>
10031000
<li>
10041001
Replace the substring of [=text=] in the range of |rangeStart| and |rangeEnd| with |newText|
10051002
</li>
@@ -1023,9 +1020,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
10231020
<dd>None</dd>
10241021
</dl>
10251022
<ol>
1026-
<li>
1027-
If [=this=] is not activated, abort these steps.
1028-
</li>
10291023
<li>
10301024
If |start| > |end|, abort these steps.
10311025
</li>
@@ -1051,9 +1045,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
10511045
<dd>None</dd>
10521046
</dl>
10531047
<ol>
1054-
<li>
1055-
If [=this=] is not activated, abort these steps.
1056-
</li>
10571048
<li>
10581049
set [=selection bounds=] to |selectionBounds|
10591050
</li>
@@ -1073,9 +1064,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
10731064
<dd>None</dd>
10741065
</dl>
10751066
<ol>
1076-
<li>
1077-
If [=this=] is not activated, abort these steps.
1078-
</li>
10791067
<li>
10801068
set [=control bounds=] to |controlBounds|
10811069
</li>
@@ -1096,9 +1084,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
10961084
<dd>None</dd>
10971085
</dl>
10981086
<ol>
1099-
<li>
1100-
If [=this=] is not activated, abort these steps.
1101-
</li>
11021087
<li>
11031088
set [=start index=] to |rangeStart|.
11041089
</li>

0 commit comments

Comments
 (0)