Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'is active' checks from EditContext setters #77

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
<dd>None</dd>
</dl>
<ol>
<li>
If [=this=] is not activated, abort these steps.
</li>
<li>
Replace the substring of [=text=] in the range of |rangeStart| and |rangeEnd| with |newText|
</li>
Expand All @@ -1023,9 +1020,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
<dd>None</dd>
</dl>
<ol>
<li>
If [=this=] is not activated, abort these steps.
</li>
<li>
If |start| > |end|, abort these steps.
</li>
Expand All @@ -1051,9 +1045,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
<dd>None</dd>
</dl>
<ol>
<li>
If [=this=] is not activated, abort these steps.
</li>
<li>
set [=selection bounds=] to |selectionBounds|
</li>
Expand All @@ -1073,9 +1064,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
<dd>None</dd>
</dl>
<ol>
<li>
If [=this=] is not activated, abort these steps.
</li>
<li>
set [=control bounds=] to |controlBounds|
</li>
Expand All @@ -1096,9 +1084,6 @@ <h3 id="editcontext-interface">EditContext Interface</h3>
<dd>None</dd>
</dl>
<ol>
<li>
If [=this=] is not activated, abort these steps.
</li>
<li>
set [=start index=] to |rangeStart|.
</li>
Expand Down