Skip to content

Commit

Permalink
Close #125: reference Touch Events
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert authored and annevk committed Dec 10, 2015
1 parent c20e4b5 commit 8e97cc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
10 changes: 6 additions & 4 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1602,9 +1602,10 @@ steps:

<li>Let <var>removedNodes</var> be the empty list.

<li>If <var>child</var>'s parent is not null, set <var>removedNodes</var> to a list
solely containing <var>child</var> and remove <var>child</var> from its <var>parent</var>
with the <i>suppress observers flag</i> set.
<li>
<p>If <var>child</var>'s parent is not null, set <var>removedNodes</var> to a list solely
containing <var>child</var> and remove <var>child</var> from its <var>parent</var> with the
<i>suppress observers flag</i> set.

<p class="note no-backref">The above can only be false if <var>child</var> is <var>node</var>.

Expand Down Expand Up @@ -4672,7 +4673,7 @@ method must run these steps:
<tr><td>"<code>messageevent</code>"<td>{{MessageEvent}}<td>[[!HTML]]
<tr><td>"<code>mouseevent</code>"<td rowspan=2>{{MouseEvent}}<td rowspan=2>[[!UIEVENTS]]
<tr><td>"<code>mouseevents</code>"
<tr><td>"<code>touchevent</code>"<td>{{TouchEvent}}<td class=XXX>
<tr><td>"<code>touchevent</code>"<td>{{TouchEvent}}<td>[[!TOUCH-EVENTS]]
<tr><td>"<code>uievent</code>"<td rowspan=2>{{UIEvent}}<td rowspan=2>[[!UIEVENTS]]
<tr><td>"<code>uievents</code>"
</table>
Expand Down Expand Up @@ -9038,6 +9039,7 @@ Brian Kardell,
Cameron McCormack,
Chris Dumez,
Chris Paris,
Chris Rebert,
Daniel Glazman,
David Bruant,
David Flanagan,
Expand Down
11 changes: 7 additions & 4 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://whatwg.org/"> <img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-dom.svg"> </a> </p>
<h1 class="p-name no-ref allcaps" id="title">DOM</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2015-11-30">30 November 2015</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2015-12-10">10 December 2015</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>Participate:
Expand Down Expand Up @@ -984,8 +984,8 @@ <h4 class="heading settled" data-level="4.2.1" id="mutation-algorithms"><span cl
<li><a data-link-type="dfn" href="#concept-node-adopt">Adopt</a> <var>node</var> into <var>parent</var>’s <a data-link-type="dfn" href="#concept-node-document">node document</a>.
<li>Let <var>removedNodes</var> be the empty list.
<li>
If <var>child</var>’s parent is not null, set <var>removedNodes</var> to a list
solely containing <var>child</var> and remove <var>child</var> from its <var>parent</var> with the <i>suppress observers flag</i> set.
<p>If <var>child</var>’s parent is not null, set <var>removedNodes</var> to a list solely
containing <var>child</var> and remove <var>child</var> from its <var>parent</var> with the <i>suppress observers flag</i> set. </p>
<p class="note no-backref" role="note">The above can only be false if <var>child</var> is <var>node</var>. </p>
<li><a data-link-type="dfn" href="#concept-node-remove">Remove</a> <var>child</var> from its <var>parent</var> with the <i>suppress observers flag</i> set.
<li>Let <var>nodes</var> be <var>node</var>’s <a data-link-type="dfn" href="#concept-tree-child">children</a> if <var>node</var> is a <code class="idl"><a data-link-type="idl" href="#documentfragment">DocumentFragment</a></code> <a data-link-type="dfn" href="#concept-node">node</a>, and a list containing solely <var>node</var> otherwise.
Expand Down Expand Up @@ -2524,7 +2524,7 @@ <h3 class="heading settled" data-level="4.5" id="interface-document"><span class
<tr>
<td>"<code>touchevent</code>"
<td><code class="idl"><a data-link-type="idl" href="http://www.w3.org/TR/touch-events/#touchevent-interface">TouchEvent</a></code>
<td class="XXX">
<td><a data-link-type="biblio" href="#biblio-touch-events">[TOUCH-EVENTS]</a>
<tr>
<td>"<code>uievent</code>"
<td rowspan="2"><code class="idl"><a data-link-type="idl" href="https://w3c.github.io/uievents/#interface-uievent">UIEvent</a></code>
Expand Down Expand Up @@ -4423,6 +4423,7 @@ <h2 class="no-num heading settled" id="acks"><span class="content">Acknowledgmen
Cameron McCormack,
Chris Dumez,
Chris Paris,
Chris Rebert,
Daniel Glazman,
David Bruant,
David Flanagan,
Expand Down Expand Up @@ -5559,6 +5560,8 @@ <h3 class="no-num heading settled" id="normative"><span class="content">Normativ
<dd>Selectors Level 4 URL: <a href="https://drafts.csswg.org/selectors-4/">https://drafts.csswg.org/selectors-4/</a>
<dt id="biblio-selectors4"><a class="self-link" href="#biblio-selectors4"></a>[SELECTORS4]
<dd>Elika Etemad; Tab Atkins Jr.. <a href="http://www.w3.org/TR/selectors4/">Selectors Level 4</a>. 2 May 2013. WD. URL: <a href="http://www.w3.org/TR/selectors4/">http://www.w3.org/TR/selectors4/</a>
<dt id="biblio-touch-events"><a class="self-link" href="#biblio-touch-events"></a>[TOUCH-EVENTS]
<dd>Doug Schepers; et al. <a href="http://dvcs.w3.org/hg/webevents/raw-file/v1/touchevents.html">Touch Events</a>. 10 October 2013. REC. URL: <a href="http://dvcs.w3.org/hg/webevents/raw-file/v1/touchevents.html">http://dvcs.w3.org/hg/webevents/raw-file/v1/touchevents.html</a>
<dt id="biblio-uievents"><a class="self-link" href="#biblio-uievents"></a>[UIEVENTS]
<dd>Gary Kacmarcik; Travis Leithead. <a href="https://w3c.github.io/uievents/">UI Events (formerly DOM Level 3 Events)</a>. 28 April 2015. WD. URL: <a href="https://w3c.github.io/uievents/">https://w3c.github.io/uievents/</a>
<dt id="biblio-url"><a class="self-link" href="#biblio-url"></a>[URL]
Expand Down

0 comments on commit 8e97cc3

Please sign in to comment.