Skip to content

Commit

Permalink
move input events spec to its own repository
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Aug 14, 2016
1 parent e57995a commit a654ade
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 731 deletions.
4 changes: 2 additions & 2 deletions contentEditableTrue.html
Expand Up @@ -49,8 +49,8 @@
This spec is to mean to help implementations in standardizing these
existing features.
It is predicted that in the future both specs will be replaced
by <a href="contentEditableEvents.html">Content Editable Events</a>
and <a href="input-events.html">Input Events</a>.</p>
by <a href="contentEditable.html">Content Editable</a>
and <a href="https://w3c.github.io/input-events/">Input Events</a>.</p>
<p class="issue">We need to figure out whether we want to continue working
on this document or not. If we keep the current division between execCommand
and contentEditable=True, we should likely move those things that are
Expand Down
8 changes: 4 additions & 4 deletions execCommand.html
Expand Up @@ -42,8 +42,8 @@
This spec is to meant to help implementations in standardizing these
existing features.
It is predicted that in the future both specs will be replaced
by <a href="contentEditableEvents.html">Content Editable Events</a>
and <a href="input-events.html">Input Events</a>.</p>
by <a href="contentEditable.html">Content Editable</a>
and <a href="https://w3c.github.io/input-events/">Input Events</a>.</p>
</section>

<section id='abstract'>
Expand Down Expand Up @@ -16656,8 +16656,8 @@ <h3 id="the-insertimage-command"><dfn>The <code title=
"http://dom.spec.whatwg.org/#dom-range-insertnode">insertNode(<var title="">img</var>)</a></code>
on <var title="">range</var>.</p>

<p class="note">An image could be inserted inside a link, with either this command or insertHTML.
On Chrome 51 dev, inserting an image (with insertImage or insertHTML)
<p class="note">An image could be inserted inside a link, with either this command or insertHTML.
On Chrome 51 dev, inserting an image (with insertImage or insertHTML)
inside a link will remove the parent link. Firefox 48 allows this nesting.</p>
</li>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -34,7 +34,7 @@ <h2>Specifications</h2>

<p>Actively developed specs:</p>
<ul>
<li><a href="input-events.html">Input Events</a></li>
<li><a href="https://w3c.github.io/input-events/">Input Events</a></li>
<li><a href="contentEditable.html">ContentEditable</a></li>
</ul>

Expand Down

0 comments on commit a654ade

Please sign in to comment.