Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Command API not in HTML5. Fixes https://www.w3.org/Bugs/Public/show_b…
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Aug 22, 2014
1 parent e3abad2 commit 113181c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -2003,8 +2003,6 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>

<li><p>An API for form constraint validation (e.g. the <code class="external" title="dom-cva-setcustomvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a></code> method).

<li><p>An API for <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#concept-command" title="concept-command">commands</a> that the user can invoke.

<li><p>An API that enables offline Web applications, with an <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#application-cache">application cache</a>.</li>

<li><p>An API that allows a Web application to register itself for certain
Expand Down
2 changes: 1 addition & 1 deletion Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2155,7 +2155,7 @@ <h3 id="new-apis">New APIs</h3>
data-anolis-spec=html
title=dom-cva-setcustomvalidity>setCustomValidity()</code> method).

<li><p>An API for <span data-anolis-spec=html
<li class=not-w3c><p>An API for <span data-anolis-spec=html
title=concept-command>commands</span> that the user can invoke.

<li><p>An API that enables offline Web applications, with an <span
Expand Down
2 changes: 1 addition & 1 deletion Overview.whatwg.html
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>

<li><p>An API for form constraint validation (e.g. the <code class="external" title="dom-cva-setcustomvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a></code> method).

<li><p>An API for <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#concept-command" title="concept-command">commands</a> that the user can invoke.
<li class="not-w3c"><p>An API for <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#concept-command" title="concept-command">commands</a> that the user can invoke.

<li><p>An API that enables offline Web applications, with an <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#application-cache">application cache</a>.</li>

Expand Down
2 changes: 0 additions & 2 deletions TR.html
Original file line number Diff line number Diff line change
Expand Up @@ -2002,8 +2002,6 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>

<li><p>An API for form constraint validation (e.g. the <code class="external" title="dom-cva-setcustomvalidity"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#dom-cva-setcustomvalidity">setCustomValidity()</a></code> method).

<li><p>An API for <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#concept-command" title="concept-command">commands</a> that the user can invoke.

<li><p>An API that enables offline Web applications, with an <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#application-cache">application cache</a>.</li>

<li><p>An API that allows a Web application to register itself for certain
Expand Down

0 comments on commit 113181c

Please sign in to comment.