Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Clarify "Plain Unicode String"
Browse files Browse the repository at this point in the history
Fixes #476
  • Loading branch information
edent committed Nov 24, 2017
1 parent 530e7ac commit fc60cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sections/editing.include
Expand Up @@ -1609,9 +1609,9 @@
</p>

<h4 id="focus-processing-model">Clipboard actions and focus</h4>

<p>There are three clipboard actions that affect selection: cut, copy, and paste. Focus may follow selection, and user-agents handle this by default, but when custom clipboard actions are implemented the author needs to provide the following behaviors:</p>

<dl>
<dt>Cut action:</dt>
<dd>When a cut action is performed, the selected object should be removed and the collapsed section set in place of the cut object.</dd>
Expand Down Expand Up @@ -2240,7 +2240,7 @@

<dt><i>Plain Unicode string</i></dt>
<dd>
Text.
Text. Values must not be escaped.

This comment has been minimized.

Copy link
@chaals

chaals Dec 13, 2017

Collaborator

I'm not sure that it matters if values are escaped, does it? It allows for them not to be...

</dd>

<dt><i>File</i></dt>
Expand Down

0 comments on commit fc60cc4

Please sign in to comment.