Skip to content

Commit

Permalink
correct the abstract of selection API
Browse files Browse the repository at this point in the history
  • Loading branch information
siusin committed Jun 14, 2023
1 parent b430b54 commit 3a0575d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charter-drafts/editing-2023.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ <h3>

<dt id="11709" class="spec">Selection API</dt>
<dd>
<p>The EditContext is a new API that allows authors to more directly participate in the text input process.</p>
<p>This document is a preliminary draft of a specification for the Selection API and selection related functionality. It replaces a couple of old sections of the HTML specification, the selection part of the old DOM Range specification.</p>

<p>This document defines APIs for selection, which allows users and authors to select a portion of a document or specify a point of interest for copy, paste, and other editing operations.</p>

<p class="draft-status"><b>Draft state:</b> <a href="https://www.w3.org/TR/selection-api/">Working Draft</a></p>
<p class="milestone"><b>Expected completion:</b> <abbr title="Candidate Recommendation">CR</abbr> Q1 2024 - Recommendation Q3 2024.</p>
Expand Down

0 comments on commit 3a0575d

Please sign in to comment.