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

Drop non-normative references to execCommand() #7064

Closed
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
9 changes: 2 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -3126,9 +3126,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
<li><dfn data-x-href="https://w3c.github.io/selection-api/#selection-interface"><code>Selection</code></dfn></li>
</ul>

<p class="note">User agents are encouraged to implement the features described in
<cite>execCommand</cite>. <ref spec=EXECCOMMAND></p>

<p>The following parts of <cite>Fullscreen API</cite> are referenced from this
specification, in part to define the rendering of <code>dialog</code> elements, and also to
define how the Fullscreen API interacts with HTML: <ref spec=FULLSCREEN></p>
Expand Down Expand Up @@ -76176,10 +76173,8 @@ addShortcutKeyLabel(document.getElementById('c'));</code></pre>
&lt;p>&lt;button>Publish&lt;/button>&lt;/p>
&lt;/form></code></pre>

<p>Features to enable, e.g., inserting links, can be implemented using the <code
data-x="dom-document-execCommand">document.execCommand()</code> API, or using
<code>Selection</code> APIs and other DOM APIs. <ref spec=EXECCOMMAND> <ref spec=SELECTION> <ref
spec=DOM></p>
<p>Features to enable, e.g., inserting links, can be implemented using using
<code>Selection</code> APIs and other DOM APIs. <ref spec=SELECTION> <ref spec=DOM></p>
</div>

<div class="example">
Expand Down