Skip to content

Commit 0116e53

Browse files
authored
Remove secure context requirement (#82)
In #11 (comment) we resolved that EditContext need not require a secure context. Remove the part of the spec contradicting this.
1 parent 4944de0 commit 0116e53

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

index.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,17 +1230,6 @@ <h3>CharacterBoundsUpdateEvent</h3>
12301230
</dl>
12311231
</section>
12321232
</section>
1233-
<section>
1234-
<h2>Privacy and Security Considerations</h2>
1235-
<p>To mitigate potential security and privacy risks, browsers are expected to follow best practices described below.</p>
1236-
<p>
1237-
<ul>
1238-
<li>
1239-
User Agent MUST only allow {{EditContext/updateSelection()}}, {{EditContext/updateText()}}, {{EditContext/updateSelectionBounds()}}, {{EditContext/updateControlBounds()}}, and {{EditContext/updateCharacterBounds()}} methods to be called in a <a href="https://w3c.github.io/webappsec-secure-contexts/">Secure Context</a>.
1240-
</li>
1241-
</ul>
1242-
</p>
1243-
</section>
12441233
<section id="idl-index" class="appendix">
12451234
<!-- All the Web IDL will magically appear here -->
12461235
</section>

0 commit comments

Comments
 (0)