[html5] r5746 - [e] (0) web dev edition supporting changes
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 6 16:40:21 PST 2011
Author: ianh
Date: 2011-01-06 16:40:20 -0800 (Thu, 06 Jan 2011)
New Revision: 5746
Modified:
complete.html
index
source
Log:
[e] (0) web dev edition supporting changes
Modified: complete.html
===================================================================
--- complete.html 2011-01-07 00:19:44 UTC (rev 5745)
+++ complete.html 2011-01-07 00:40:20 UTC (rev 5746)
@@ -221,7 +221,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Living Standard — 6 January 2011</h2>
+ <h2 class="no-num no-toc">Living Standard — 7 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -2881,6 +2881,7 @@
+
<h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3>
<p>All diagrams, examples, and notes in this specification are
@@ -3605,6 +3606,8 @@
two strings as matches of each other.</p>
+ <div class=impl>
+
<h3 id=utf-8><span class=secno>2.4 </span>UTF-8</h3>
<p>When a user agent is required to <dfn id=decoded-as-utf-8,-with-error-handling title="decoded as UTF-8,
@@ -3659,7 +3662,9 @@
43 E2 98 BA E2 98" would be converted to the string
"A��B�C☺�".</p>
+ </div>
+
<h3 id=common-microsyntaxes><span class=secno>2.5 </span>Common microsyntaxes</h3>
<p>There are various places in HTML that accept particular data
Modified: index
===================================================================
--- index 2011-01-07 00:19:44 UTC (rev 5745)
+++ index 2011-01-07 00:40:20 UTC (rev 5746)
@@ -224,7 +224,7 @@
</script><body class=draft onload=init()>
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
- <hgroup id=h1><h1>HTML5 (including next generation additions still in development)</h1>
+ <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Living Standard — 7 January 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
@@ -2860,6 +2860,7 @@
+
<h3 id=conformance-requirements><span class=secno>2.2 </span>Conformance requirements</h3>
<p>All diagrams, examples, and notes in this specification are
@@ -3584,6 +3585,8 @@
two strings as matches of each other.</p>
+ <div class=impl>
+
<h3 id=utf-8><span class=secno>2.4 </span>UTF-8</h3>
<p>When a user agent is required to <dfn id=decoded-as-utf-8,-with-error-handling title="decoded as UTF-8,
@@ -3638,7 +3641,9 @@
43 E2 98 BA E2 98" would be converted to the string
"A��B�C☺�".</p>
+ </div>
+
<h3 id=common-microsyntaxes><span class=secno>2.5 </span>Common microsyntaxes</h3>
<p>There are various places in HTML that accept particular data
Modified: source
===================================================================
--- source 2011-01-07 00:19:44 UTC (rev 5745)
+++ source 2011-01-07 00:40:20 UTC (rev 5746)
@@ -22,7 +22,7 @@
<h3 id="is-this-html5?">Is this HTML5?</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<!--END complete--><!--END epub-->
@@ -136,7 +136,7 @@
<h3>Background</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The World Wide Web's markup language has always been HTML. HTML
was primarily designed as a language for semantically describing
@@ -152,7 +152,7 @@
<h3>Audience</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification is intended for authors of documents and
scripts that use the features defined in this specification<span
@@ -176,7 +176,7 @@
<h3>Scope</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification is limited to providing a semantic-level
markup language and associated semantic-level scripting APIs for
@@ -205,7 +205,7 @@
<h3>History</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>For its first five years (1990-1995), HTML went through a number
of revisions and experienced a number of extensions, primarily
@@ -326,7 +326,7 @@
<h3>Design notes</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>It must be admitted that many aspects of HTML appear at first
glance to be nonsensical and inconsistent.</p>
@@ -349,7 +349,7 @@
<h4>Serializability of script execution</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>To avoid exposing Web authors to the complexities of
multithreading, the HTML and DOM APIs are designed such that no
@@ -367,7 +367,7 @@
<h4>Compliance with other specifications</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification interacts with and relies on a wide variety of
other specifications. In certain circumstances, unfortunately,
@@ -382,7 +382,7 @@
<h3>HTML vs XHTML</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification defines an abstract language for describing
documents and applications, and some APIs for interacting with
@@ -443,7 +443,7 @@
<h3>Structure of this specification</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification is divided into the following major
sections:</p>
@@ -612,7 +612,7 @@
<h3>A quick introduction to HTML</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>A basic HTML document looks like this:</p>
@@ -777,7 +777,7 @@
<h3>Conformance requirements for authors</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Unlike previous versions of the HTML specification, this
specification defines in some detail the required processing for
@@ -797,7 +797,7 @@
<h4>Presentational markup</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The majority of presentational features from previous versions of
HTML are no longer allowed. Presentational markup in general has
@@ -877,7 +877,7 @@
<h4>Syntax errors</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The syntax of HTML is constrained to avoid a wide variety of
problems.</p>
@@ -1141,7 +1141,7 @@
<h4>Restrictions on content models and on attribute values</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Beyond the syntax of the language, this specification also places
restrictions on how elements and attributes can be specified. These
@@ -1397,7 +1397,7 @@
<h3>Recommended reading</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The following documents might be of interest to readers of this
specification.</p>
@@ -1786,6 +1786,7 @@
+<!--END dev-html-->
<!--START microdata-->
<!--FIXUP microdata +1-->
@@ -2342,9 +2343,11 @@
</div>
+<!--START dev-html-->
-
+<!--FIXUP dev-html -1-->
<h4>Extensibility</h4>
+<!--FIXUP dev-html +1-->
<p>HTML has a wide number of extensibility mechanisms that can be
used for adding semantics in a safe manner:</p>
@@ -2591,6 +2594,8 @@
two strings as matches of each other.</p>
+ <Div class="impl">
+
<h3>UTF-8</h3>
<p>When a user agent is required to <dfn title="decoded as UTF-8,
@@ -2650,7 +2655,9 @@
43 E2 98 BA E2 98" would be converted to the string
"A��B�C☺�".</p>
+ </div>
+
<h3>Common microsyntaxes</h3>
<p>There are various places in HTML that accept particular data
@@ -21966,7 +21973,7 @@
<h4 id="usage-summary">Usage summary</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<table>
<thead>
@@ -22311,7 +22318,7 @@
<h4>Edits and paragraphs</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Since the <code>ins</code> and <code>del</code> elements do not
affect <span title="paragraph">paragraphing</span>, it is possible,
@@ -22371,7 +22378,7 @@
<h4>Edits and lists</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The content models of the <code>ol</code> and <code>ul</code>
elements do not allow <code>ins</code> and <code>del</code> elements
@@ -34050,7 +34057,7 @@
<h5 id="mediaevents">Event summary</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The following events fire on <span title="media element">media
elements</span> as part of the processing model described above:</p>
@@ -38029,7 +38036,7 @@
<h6>Examples</h6>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<div class="example">
@@ -41923,7 +41930,7 @@
<h4>Examples</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The following shows how might one mark up the bottom part of
table 45 of the <cite>Smithsonian physical tables, Volume
@@ -42139,7 +42146,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>A form is a component of a Web page that has form controls, such
as text fields, buttons, check boxes, range controls, or color
@@ -42158,7 +42165,7 @@
<h5>Writing a form's user interface</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>For the purposes of this brief introduction, we will create a
pizza ordering form.</p>
@@ -42339,7 +42346,7 @@
<h5>Implementing the server-side processing for a form</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The exact details for writing a server-side processor are out of
scope for this specification. For the purposes of this introduction,
@@ -42378,7 +42385,7 @@
<h5>Configuring a form to communicate with a server</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Form submissions are exposed to servers in a variety of ways,
most commonly as HTTP GET or POST requests. To specify the exact
@@ -42444,7 +42451,7 @@
<h5>Client-side form validation</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Forms can be annotated in such a way that the user agent will
check the user's input before the form is submitted. The server
@@ -53861,7 +53868,7 @@
</div>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>When a form is submitted, the data in the form is converted into
the structure specified by the <span
@@ -55452,7 +55459,7 @@
<h5 id="menus-intro">Introduction</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The <code>menu</code> element is used to define context menus and
toolbars.</p>
@@ -59322,7 +59329,7 @@
<h4>Overview</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Sometimes, it is desirable to annotate content with specific
machine-readable labels, e.g. to allow generic scripts to provide
@@ -59339,7 +59346,7 @@
<h4>The basic syntax</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>At a high level, microdata consists of a group of name-value
pairs. The groups are called <span
@@ -59543,7 +59550,7 @@
<h4>Typed items</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The examples in the previous section show how information could
be marked up on a page that doesn't expect its microdata to be
@@ -59589,7 +59596,7 @@
<h4>Global identifiers for items</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Sometimes, an <span title="concept-item">item</span> gives
information about a topic that has a global identifier. For example,
@@ -59647,7 +59654,7 @@
<h4>Selecting names when defining vocabularies</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Using microdata means using a vocabulary. For some purposes, an
ad-hoc vocabulary is adequate. For others, a vocabulary will need to
@@ -59733,7 +59740,7 @@
<h4>Using the microdata DOM API</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The microdata becomes even more useful when scripts can use it to
expose information to the user, for example offering it in a form
@@ -62625,7 +62632,7 @@
<h5>Examples</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<div class="example">
@@ -63621,7 +63628,7 @@
<h5>Examples</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<!-- get more from http://tools.ietf.org/html/rfc2445 -->
@@ -63826,7 +63833,7 @@
<h5>Examples</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<div class="example">
@@ -64379,7 +64386,7 @@
<h5>Examples</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<div class="example">
@@ -68065,7 +68072,7 @@
<h4 id="history-notes">Implementation notes for session history</h4>
<!-- don't change the ID without updating multiple internal links -->
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The <code>History</code> interface is not meant to place
restrictions on how implementations represent the session history to
@@ -69732,7 +69739,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>In order to enable users to continue interacting with Web
applications and documents even when their network connection is
@@ -69787,7 +69794,7 @@
<h5 id="appcacheevents">Event summary</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>When the user visits a page that declares a manifest, the browser
will try to update the cache. It does this by fetching a copy of the
@@ -70092,7 +70099,7 @@
<h5>Some sample manifests</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<div class="example">
@@ -74886,7 +74893,7 @@
<h5 id="sample-handler-impl">Sample user interface</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>A simple implementation of this feature for a desktop Web browser
might work as follows.</p>
@@ -75609,7 +75616,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Each element that can be activated or focused can be assigned a
single key combination to activate it, using the <code
@@ -76521,7 +76528,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>To make an element draggable is simple: give the element a <code
title="attr-draggable">draggable</code> attribute, and set an event
@@ -78701,7 +78708,7 @@
<h4 id="dndevents">Events summary</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The following events are involved in the drag-and-drop
model.</p>
@@ -80187,7 +80194,7 @@
<h4>Scope</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification defines an API for running scripts in the
background independently of any user interface scripts.</p>
@@ -80209,14 +80216,14 @@
<h4>Tutorial</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>There are a variety of uses that workers can be put to. The
following subsections show various examples of this use.</p>
<h5>A background number-crunching worker</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The simplest use of workers is for performing a computationally
expensive task without interrupting the user interface.</p>
@@ -80250,7 +80257,7 @@
<h5>A worker for updating a client-side database</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>In this example, the main document spawns a worker whose only
task is to listen for notifications from the server, and, when
@@ -80284,7 +80291,7 @@
<h5>Worker used for background I/O</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>In this example, the main document uses two workers, one for
fetching stock updates for at regular intervals, and one for
@@ -80312,7 +80319,7 @@
<h5>Shared workers introduction</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This section introduces shared workers using a Hello World
example. Shared workers use slightly different APIs, since each
@@ -80377,7 +80384,7 @@
<h5>Shared state using a shared worker</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>In this example, multiple windows (viewers) can be opened that
are all viewing the same map. All the windows share the same map
@@ -80431,7 +80438,7 @@
<h5>Delegation</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>With multicore CPUs becoming prevalent, one way to obtain better
performance is to split computationally expensive tasks amongst
@@ -80463,7 +80470,7 @@
<h5>Providing libraries</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Suppose that a cryptography library is made available that
provides three tasks:</p>
@@ -82085,7 +82092,7 @@
<h4 id="server-sent-events-intro">Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>To enable servers to push data to Web pages over HTTP or using
dedicated server-push protocols, this specification introduces the
@@ -82981,7 +82988,7 @@
<h4 id="network-intro">Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>To enable Web applications to maintain bidirectional
communications with server-side processes, this specification
@@ -83492,7 +83499,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<div class="example">
@@ -83754,7 +83761,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>To enable independent pieces of code (e.g. running in different
<span title="browsing context">browsing contexts</span>) to
@@ -84282,7 +84289,7 @@
<h4>Introduction</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This specification introduces two related mechanisms, similar to
HTTP session cookies, for storing structured data on the client
@@ -94539,7 +94546,7 @@
<h4>An introduction to error handling and strange cases in the parser</h4>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>This section examines some erroneous markup and discusses how
the <span>HTML parser</span> handles these cases.</p>
@@ -94547,7 +94554,7 @@
<h5>Misnested tags: <b><i></b></i></h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The most-often discussed example of erroneous markup is as
follows:</p>
@@ -94589,7 +94596,7 @@
<h5>Misnested tags: <b><p></b></p></h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>A case similar to the previous one is the following:</p>
@@ -94652,7 +94659,7 @@
<h5>Unexpected markup in tables</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Error handling in tables is, for historical reasons, especially
strange. For example, consider the following markup:</p>
@@ -94769,7 +94776,7 @@
<h5>Scripts that modify the page as it is being parsed</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>Consider the following markup, which for this example we will
assume is the document with <span>URL</span> <code
@@ -94833,7 +94840,7 @@
<h5>Unclosed formatting elements</h5>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<p>The following markup shows how nested formatting elements (such
as <code>b</code>) get collected and continue to be applied even as
@@ -102064,7 +102071,7 @@
<h3 class="no-num">Elements</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<table>
<caption>List of elements</caption>
@@ -103525,7 +103532,7 @@
<h3 class="no-num">Element content categories</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<!-- when updating this also check the category-list <ul>s -->
@@ -103873,7 +103880,7 @@
<h3 class="no-num">Attributes</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<table>
<caption>List of attributes (excluding event handler content attributes)</caption>
@@ -105180,7 +105187,7 @@
<!-- v2 for completeness: (also search for REFLECTIDL)
<h3 class="no-num">Reflecting IDL attributes</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<table>
<caption>List of <dfn>reflecting IDL attributes</dfn></caption>
@@ -105209,7 +105216,7 @@
<h3 class="no-num">Interfaces</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<table>
<caption>List of interfaces for elements</caption>
@@ -105638,7 +105645,7 @@
<h3 class="no-num">Events</h3>
- <p><i>This section is non-normative.</i></p>
+ <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
<table>
<caption>List of events</caption>
More information about the Commit-Watchers
mailing list