Skip to content

Commit

Permalink
Remove dead revision tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Aug 26, 2015
1 parent cb84455 commit aaa19d5
Showing 1 changed file with 56 additions and 59 deletions.
115 changes: 56 additions & 59 deletions source
Expand Up @@ -18,14 +18,11 @@
!-->

<!DOCTYPE html> <!-- Note: This file is NOT HTML, it's a proprietary language that is then post-processed into HTML. -->
<html lang="en-GB-x-hixie" data-revision>
<html lang="en-GB-x-hixie">
<head>
<title>HTML Standard</title>
<script w-nodev>
var loadTimer = new Date();
var current_revision = "r" + document.documentElement.getAttribute('data-revision').substr(11);
current_revision = current_revision.substr(0, current_revision.length - 2);
var last_known_revision = current_revision;
function F( /* varargs... */) {
var fragment = document.createDocumentFragment();
for (var index = 0; index < arguments.length; index += 1) {
Expand Down Expand Up @@ -1050,7 +1047,7 @@

<p>Fundamentally, users that do not trust a site to treat their information with respect have to
avoid visiting that site at all.</p>




Expand Down Expand Up @@ -28101,7 +28098,7 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
<span>reflect</span> the <code data-x="attr-media-crossorigin">crossorigin</code> content attribute.</p>

</div>

<p>A <dfn>media provider object</dfn> is an object that can represent a <span>media resource</span>,
separate from a <span>URL</span>. <code>MediaStream</code> objects, <code>MediaSource</code>
objects, <code>Blob</code> objects, and <code>File</code> objects are all <span data-x="media
Expand Down Expand Up @@ -28149,7 +28146,7 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
value, and then invoke the element's <span>media element load algorithm</span>.</p>

</div>

<p class="note">There are three ways to specify a <span>media resource</span>: the <code
data-x="dom-media-srcObject">srcObject</code> IDL attribute, the <code
data-x="attr-media-src">src</code> content attribute, and <code>source</code> elements. The IDL
Expand Down Expand Up @@ -29276,7 +29273,7 @@ interface <dfn>HTMLMediaElement</dfn> : <span>HTMLElement</span> {
<code data-x="dom-media-readyState">readyState</code> attribute is no longer <code
data-x="dom-media-HAVE_NOTHING">HAVE_NOTHING</code>) must cause the
user agent to execute the following steps:</p>

<ol>

<li><p>The user agent should cancel the fetching process.</p></li>
Expand Down Expand Up @@ -41678,51 +41675,51 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<p>The <i data-x="missing value default">missing value default</i> is the <span data-x="attr-input-type-text">Text</span>
state.</p>

<p>Which of the
<code data-x="attr-input-accept">accept</code>,
<code data-x="attr-input-alt">alt</code>,
<code data-x="attr-fe-autocomplete">autocomplete</code>,
<code data-x="attr-input-checked">checked</code>,
<code data-x="attr-fe-dirname">dirname</code>,
<code data-x="attr-fs-formaction">formaction</code>,
<code data-x="attr-fs-formenctype">formenctype</code>,
<code data-x="attr-fs-formmethod">formmethod</code>,
<code data-x="attr-fs-formnovalidate">formnovalidate</code>,
<code data-x="attr-fs-formtarget">formtarget</code>,
<code data-x="attr-dim-height">height</code>,
<code data-x="attr-fe-inputmode">inputmode</code>,
<code data-x="attr-input-list">list</code>,
<code data-x="attr-input-max">max</code>,
<code data-x="attr-input-maxlength">maxlength</code>,
<code data-x="attr-input-min">min</code>,
<code data-x="attr-input-minlength">minlength</code>,
<code data-x="attr-input-multiple">multiple</code>,
<code data-x="attr-input-pattern">pattern</code>,
<code data-x="attr-input-placeholder">placeholder</code>,
<code data-x="attr-input-readonly">readonly</code>,
<code data-x="attr-input-required">required</code>,
<code data-x="attr-input-size">size</code>,
<code data-x="attr-input-src">src</code>,
<code data-x="attr-input-step">step</code>, and
<code data-x="attr-dim-width">width</code> content attributes, the
<code data-x="dom-input-checked">checked</code>,
<code data-x="dom-input-files">files</code>,
<code data-x="dom-input-valueAsDate">valueAsDate</code>,
<code data-x="dom-input-valueAsNumber">valueAsNumber</code>,
<code data-x="dom-input-valueLow">valueLow</code>,
<code data-x="dom-input-valueHigh">valueHigh</code>, and
<code data-x="dom-input-list">list</code> IDL attributes, the
<code data-x="dom-textarea/input-select">select()</code> method, the
<code data-x="dom-textarea/input-selectionStart">selectionStart</code>,
<code data-x="dom-textarea/input-selectionEnd">selectionEnd</code>, and
<code data-x="dom-textarea/input-selectionDirection">selectionDirection</code>, IDL attributes, the
<code data-x="dom-textarea/input-setRangeText">setRangeText()</code> and
<code data-x="dom-textarea/input-setSelectionRange">setSelectionRange()</code> methods, the
<code data-x="dom-input-stepUp">stepUp()</code> and
<code data-x="dom-input-stepDown">stepDown()</code> methods, and the
<code data-x="event-input-input">input</code> and
<code data-x="event-input-change">change</code> events <dfn data-x="concept-input-apply">apply</dfn> to an
<code>input</code> element depends on the state of its
<p>Which of the
<code data-x="attr-input-accept">accept</code>,
<code data-x="attr-input-alt">alt</code>,
<code data-x="attr-fe-autocomplete">autocomplete</code>,
<code data-x="attr-input-checked">checked</code>,
<code data-x="attr-fe-dirname">dirname</code>,
<code data-x="attr-fs-formaction">formaction</code>,
<code data-x="attr-fs-formenctype">formenctype</code>,
<code data-x="attr-fs-formmethod">formmethod</code>,
<code data-x="attr-fs-formnovalidate">formnovalidate</code>,
<code data-x="attr-fs-formtarget">formtarget</code>,
<code data-x="attr-dim-height">height</code>,
<code data-x="attr-fe-inputmode">inputmode</code>,
<code data-x="attr-input-list">list</code>,
<code data-x="attr-input-max">max</code>,
<code data-x="attr-input-maxlength">maxlength</code>,
<code data-x="attr-input-min">min</code>,
<code data-x="attr-input-minlength">minlength</code>,
<code data-x="attr-input-multiple">multiple</code>,
<code data-x="attr-input-pattern">pattern</code>,
<code data-x="attr-input-placeholder">placeholder</code>,
<code data-x="attr-input-readonly">readonly</code>,
<code data-x="attr-input-required">required</code>,
<code data-x="attr-input-size">size</code>,
<code data-x="attr-input-src">src</code>,
<code data-x="attr-input-step">step</code>, and
<code data-x="attr-dim-width">width</code> content attributes, the
<code data-x="dom-input-checked">checked</code>,
<code data-x="dom-input-files">files</code>,
<code data-x="dom-input-valueAsDate">valueAsDate</code>,
<code data-x="dom-input-valueAsNumber">valueAsNumber</code>,
<code data-x="dom-input-valueLow">valueLow</code>,
<code data-x="dom-input-valueHigh">valueHigh</code>, and
<code data-x="dom-input-list">list</code> IDL attributes, the
<code data-x="dom-textarea/input-select">select()</code> method, the
<code data-x="dom-textarea/input-selectionStart">selectionStart</code>,
<code data-x="dom-textarea/input-selectionEnd">selectionEnd</code>, and
<code data-x="dom-textarea/input-selectionDirection">selectionDirection</code>, IDL attributes, the
<code data-x="dom-textarea/input-setRangeText">setRangeText()</code> and
<code data-x="dom-textarea/input-setSelectionRange">setSelectionRange()</code> methods, the
<code data-x="dom-input-stepUp">stepUp()</code> and
<code data-x="dom-input-stepDown">stepDown()</code> methods, and the
<code data-x="event-input-input">input</code> and
<code data-x="event-input-change">change</code> events <dfn data-x="concept-input-apply">apply</dfn> to an
<code>input</code> element depends on the state of its
<code data-x="attr-input-type">type</code> attribute.
The subsections that define each type also clearly define in normative "bookkeeping" sections
which of these feature apply, and which <dfn>do not apply</dfn>, to each type. The behaviour of
Expand Down Expand Up @@ -59377,7 +59374,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
algorithm throws an exception or causes an <span>HTML parser</span> to flag a <span>parse
error</span>:</p>
<!-- the possible exception is from the outerHTML setter -->

<ol>

<li>Remove every <code>script</code> element from the document.</li>
Expand Down Expand Up @@ -60001,7 +59998,7 @@ interface <dfn>HTMLCanvasElement</dfn> : <span>HTMLElement</span> {
Follow the <span>2D
context creation algorithm</span> defined in the section below, passing it the
<code>canvas</code> element and the method's <var>arguments...</var>, to obtain a <code>CanvasRenderingContext2D</code> object;
if this does not throw an exception, then
if this does not throw an exception, then
set the <code>canvas</code> element's <span data-x="concept-canvas-context-mode">context
mode</span> to <span data-x="concept-canvas-direct-2d">direct-2d</span>, set
the <code>CanvasRenderingContext2D</code> object's <span data-x="concept-canvas-context-bitmap-mode">context bitmap mode</span> to
Expand Down Expand Up @@ -73142,7 +73139,7 @@ END:VCARD</pre>
element's shape, a scrollable region, or a viewport, no event is fired.</p>

</li>

</ol>

</li>
Expand Down Expand Up @@ -85295,7 +85292,7 @@ dictionary <dfn>ErrorEventInit</dfn> : <span>EventInit</span> {
<p>Each <span>event loop</span> has a <dfn>currently running task</dfn>. Initially, this is null.
It is used to handle reentrancy. Each <span>event loop</span> also has a <dfn>performing a
microtask checkpoint</dfn> flag, which must initially be false. It is used to prevent reentrant
invocation of the <span>perform a microtask checkpoint</span> algorithm.</p>
invocation of the <span>perform a microtask checkpoint</span> algorithm.</p>

<hr>

Expand Down Expand Up @@ -92832,7 +92829,7 @@ interface <dfn>MessagePort</dfn> : <span>EventTarget</span> {

<li><p><span data-x="concept-event-dispatch">Dispatch</span> <var>e</var> at
<var>target</var>.</p></li>

</ol>

</li>
Expand Down Expand Up @@ -92894,7 +92891,7 @@ interface <dfn>MessagePort</dfn> : <span>EventTarget</span> {

<li><p><span data-x="concept-event-dispatch">Dispatch</span> <var>e</var> at
<var>target</var>.</p></li>

</ol>

</li>
Expand Down

0 comments on commit aaa19d5

Please sign in to comment.