Skip to content

Commit

Permalink
markup cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
siusin committed Nov 19, 2024
1 parent 4b40a30 commit 9882346
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -800,12 +800,16 @@ <h4><dfn>Update the EditContext</dfn></h4>
</ol>
</li>
<li>If |editContext|'s [=is composing=] is true, then:
<ul><li>Let |insertionStart| be |replacementRangeStart|.</li></ul>
<ul><li>Let |insertionEnd| be |replacementRangeEnd|.</li></ul>
<ol>
<li>Let |insertionStart| be |replacementRangeStart|.</li>
<li>Let |insertionEnd| be |replacementRangeEnd|.</li>
</ol>
</li>
<li>Otherwise:
<ul><li>Let |insertionStart| be |selectionStart|.</li></ul>
<ul><li>Let |insertionEnd| be |selectionEnd|.</li></ul>
<ol>
<li>Let |insertionStart| be |selectionStart|.</li>
<li>Let |insertionEnd| be |selectionEnd|.</li>
</ol>
</li>
<li>
Replace the substring of |editContext|'s [=text=] in the range of |insertionStart| and |insertionEnd| with |text|
Expand Down

0 comments on commit 9882346

Please sign in to comment.