- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Aug 2011 12:59:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv4275
Modified Files:
Overview.html Overview.src.html
Log Message:
generate xref xspec using Anolis
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- Overview.html 4 Aug 2011 12:20:07 -0000 1.162
+++ Overview.html 4 Aug 2011 12:59:17 -0000 1.163
@@ -382,37 +382,37 @@
<p>The following elements have been introduced for better structure:</p>
- <ul>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-section-element"><code>section</code></a>
+ <ul>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code>
represents a generic document or application section. It can be
- <a href="http://www.w3.org/TR/html5/sections.html#headings-and-sections" title="Headings and sections">used together</a>
+ <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#headings-and-sections" title="Headings and sections">used together</a>
with the <code>h1</code>, <code>h2</code>, <code>h3</code>,
<code>h4</code>, <code>h5</code>, and <code>h6</code> elements to
indicate the document structure.</li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-article-element"><code>article</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code>
represents an independent piece of content of a document, such as a
blog entry or newspaper article.</li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-aside-element"><code>aside</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code>
represents a piece of content that is only slightly related to the
rest of the page.</li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-hgroup-element"><code>hgroup</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code>
represents the header of a section.</li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-header-element"><code>header</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element">header</a></code>
represents a group of introductory or navigational aids.</li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-footer-element"><code>footer</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">footer</a></code>
represents a footer for a section and can contain information about
the author, copyright information, etc.</li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-nav-element"><code>nav</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code>
represents a section of the document intended for navigation.</li>
<li>
- <p><a href="http://www.w3.org/TR/html5/grouping-content.html#the-figure-element"><code>figure</code></a>
+ <p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code>
represents a piece of self-contained flow content, typically
referenced as a single unit from the main flow of the document.</p>
@@ -421,74 +421,69 @@
<figcaption>Example</figcaption>
</figure></code></pre>
- <p><a href="http://www.w3.org/TR/html5/grouping-content.html#the-figcaption-element"><code>figcaption</code></a> can be used as caption (it is optional).</p>
+ <p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figcaption-element">figcaption</a></code> can be used as caption (it is optional).</p>
</li>
</ul>
<p>Then there are several other new elements:</p>
<ul>
- <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-video-element"><code>video</code></a>
- and
- <a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-audio-element"><code>audio</code></a>
- for multimedia content. Both provide an API so application authors can
- script their own user interface, but there is also a way to trigger a
- user interface provided by the user agent.
- <a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-source-element"><code>source</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code> and
+ <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code> for multimedia content. Both
+ provide an API so application authors can script their own user
+ interface, but there is also a way to trigger a user interface
+ provided by the user agent. <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-source-element">source</a></code>
elements are used together with these elements if there are multiple
- streams available of different types.</li>
+ streams available of different types.
- <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-track-element"><code>track</code></a>
- provides text tracks for the <code>video</code> element.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-track-element">track</a></code> provides text tracks
+ for the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code> element.
- <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-embed-element"><code>embed</code></a>
- is used for plugin content.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code> is used for plugin
+ content.
- <li><p><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element"><code>mark</code></a>
- represents a run of text in one document marked or
- highlighted for reference purposes, due to its relevance in another
- context.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code> represents a run of
+ text in one document marked or highlighted for reference purposes, due
+ to its relevance in another context.
- <li><p><a href="http://www.w3.org/TR/html5/the-button-element.html#the-progress-element"><code>progress</code></a>
- represents a completion of a task, such as downloading or when
- performing a series of expensive operations.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code> represents a
+ completion of a task, such as downloading or when performing a series
+ of expensive operations.
- <li><p><a href="http://www.w3.org/TR/html5/the-button-element.html#the-meter-element"><code>meter</code></a>
- represents a measurement, such as disk usage.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code> represents a
+ measurement, such as disk usage.
- <li><p><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-time-element"><code>time</code></a>
- represents a date and/or time.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code> represents a date
+ and/or time.
- <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-ruby-element"><code>ruby</code></a>,
- <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rt-element"><code>rt</code></a>
- and
- <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rp-element"><code>rp</code></a>
- allow for marking up ruby annotations.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code>,
+ <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-rt-element">rt</a></code>, and
+ <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-rp-element">rp</a></code> allow for marking up ruby
+ annotations.
- <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-bdi-element"><code>bdi</code></a>
- represents a span of text that is to be isolated from its surroundings
- for the purposes of bidirectional text formatting.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code> represents a span of
+ text that is to be isolated from its surroundings for the purposes of
+ bidirectional text formatting.
- <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-wbr-element"><code>wbr</code></a>
- represents a line break opportunity.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element">wbr</a></code> represents a line break
+ opportunity.
- <li><p><a href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element"><code>canvas</code></a>
- is used for rendering dynamic bitmap graphics on the fly, such as
- graphs or games.</li>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code> is used for rendering
+ dynamic bitmap graphics on the fly, such as graphs or games.
- <li><p><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-command-element"><code>command</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-command-element">command</a></code>
represents a command the user can invoke.</li>
- <li><p><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code>
represents additional information or controls which the user can
obtain on demand. The
- <a href="http://www.w3.org/TR/html5/interactive-elements.html#the-summary-element"><code>summary</code></a>
+ <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-summary-element">summary</a></code>
element provides its summary, legend, or caption.</li>
<li>
- <p><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-datalist-element"><code>datalist</code></a>
+ <p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">datalist</a></code>
together with the a new <code>list</code> attribute for
- <code>input</code> can be used to make comboboxes:</p>
+ <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> can be used to make comboboxes:</p>
<pre><code><input <strong>list="browsers"</strong>>
<datalist <strong>id="browsers"</strong>>
@@ -499,43 +494,43 @@
</datalist></code></pre>
</li>
- <li><p><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-keygen-element"><code>keygen</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code>
represents control for key pair generation.</li>
- <li><p><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-output-element"><code>output</code></a>
+ <li><p><code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code>
represents some type of output, such as from a calculation done
through scripting.</li>
</ul>
- <p>The <code>input</code> element's <code>type</code> attribute now has the
+ <p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element's <code>type</code> attribute now has the
following new values:</p>
<ul>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#telephone-state"><code>tel</code>
+ <li><code class="external" title="attr-input-type-tel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#telephone-state">tel</a></code>
- </a><li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#text-state-and-search-state"><code>search</code></a>
+ <li><code class="external" title="attr-input-type-search"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#text-state-and-search-state">search</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#url-state"><code>url</code>
+ <li><code class="external" title="attr-input-type-url"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#url-state">url</a></code>
- </a><li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#e-mail-state"><code>email</code></a>
+ <li><code class="external" title="attr-input-type-email"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state">email</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#date-and-time-state"><code>datetime</code></a>
+ <li><code class="external" title="attr-input-type-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#date-and-time-state">datetime</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#date-state"><code>date</code></a>
+ <li><code class="external" title="attr-input-type-date"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#date-state">date</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#month-state"><code>month</code></a>
+ <li><code class="external" title="attr-input-type-month"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#month-state">month</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#week-state"><code>week</code></a>
+ <li><code class="external" title="attr-input-type-week"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#week-state">week</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#time-state"><code>time</code></a>
+ <li><code class="external" title="attr-input-type-time"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#time-state">time</a></code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#local-date-and-time-state"><code>datetime-local</code></a>
+ <li><code class="external" title="attr-input-type-datetime-local"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#local-date-and-time-state">datetime-local</a></code>
- <li><a href="http://www.w3.org/TR/html5/number-state.html#number-state"><code>number</code></a>
+ <li><code class="external" title="attr-input-type-number"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#number-state">number</a></code>
- <li><a href="http://www.w3.org/TR/html5/number-state.html#range-state"><code>range</code></a>
+ <li><code class="external" title="attr-input-type-range"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#range-state">range</a></code>
- <li><a href="http://www.w3.org/TR/html5/number-state.html#color-state"><code>color</code></a>
+ <li><code class="external" title="attr-input-type-color"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/number-state.html#color-state">color</a></code>
</ul>
<p>The idea of these new types is that the user agent can provide the user
@@ -883,7 +878,9 @@
specification defines how user agents should process them in legacy
documents, but authors must not use them and they will not validate.</p>
- <p>HTML5 <a href="http://www.w3.org/TR/html5/obsolete.html#non-conforming-features" title="Non-conforming features">has advice</a> on what you can use instead.</p>
+ <p>HTML5
+ <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#non-conforming-features" title="non-conforming features">has advice</a>
+ on what you can use instead.</p>
<ul>
<li><code>rev</code> and <code>charset</code> attributes on
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- Overview.src.html 4 Aug 2011 12:20:07 -0000 1.139
+++ Overview.src.html 4 Aug 2011 12:59:17 -0000 1.140
@@ -344,37 +344,37 @@
<p>The following elements have been introduced for better structure:</p>
- <ul>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-section-element"><code>section</code></a>
+ <ul>
+ <li><p><code data-anolis-spec=html>section</code>
represents a generic document or application section. It can be
- <a href="http://www.w3.org/TR/html5/sections.html#headings-and-sections" title="Headings and sections">used together</a>
+ <span data-anolis-spec=html title="Headings and sections">used together</span>
with the <code>h1</code>, <code>h2</code>, <code>h3</code>,
<code>h4</code>, <code>h5</code>, and <code>h6</code> elements to
indicate the document structure.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-article-element"><code>article</code></a>
+ <li><p><code data-anolis-spec=html>article</code>
represents an independent piece of content of a document, such as a
blog entry or newspaper article.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-aside-element"><code>aside</code></a>
+ <li><p><code data-anolis-spec=html>aside</code>
represents a piece of content that is only slightly related to the
rest of the page.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-hgroup-element"><code>hgroup</code></a>
+ <li><p><code data-anolis-spec=html>hgroup</code>
represents the header of a section.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-header-element"><code>header</code></a>
+ <li><p><code data-anolis-spec=html>header</code>
represents a group of introductory or navigational aids.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-footer-element"><code>footer</code></a>
+ <li><p><code data-anolis-spec=html>footer</code>
represents a footer for a section and can contain information about
the author, copyright information, etc.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/sections.html#the-nav-element"><code>nav</code></a>
+ <li><p><code data-anolis-spec=html>nav</code>
represents a section of the document intended for navigation.</p></li>
<li>
- <p><a href="http://www.w3.org/TR/html5/grouping-content.html#the-figure-element"><code>figure</code></a>
+ <p><code data-anolis-spec=html>figure</code>
represents a piece of self-contained flow content, typically
referenced as a single unit from the main flow of the document.</p>
@@ -383,74 +383,69 @@
<figcaption>Example</figcaption>
</figure></code></pre>
- <p><a href="http://www.w3.org/TR/html5/grouping-content.html#the-figcaption-element"><code>figcaption</code></a> can be used as caption (it is optional).</p>
+ <p><code data-anolis-spec=html>figcaption</code> can be used as caption (it is optional).</p>
</li>
</ul>
<p>Then there are several other new elements:</p>
<ul>
- <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-video-element"><code>video</code></a>
- and
- <a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-audio-element"><code>audio</code></a>
- for multimedia content. Both provide an API so application authors can
- script their own user interface, but there is also a way to trigger a
- user interface provided by the user agent.
- <a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-source-element"><code>source</code></a>
+ <li><p><code data-anolis-spec=html>video</code> and
+ <code data-anolis-spec=html>audio</code> for multimedia content. Both
+ provide an API so application authors can script their own user
+ interface, but there is also a way to trigger a user interface
+ provided by the user agent. <code data-anolis-spec=html>source</code>
elements are used together with these elements if there are multiple
- streams available of different types.</p></li>
+ streams available of different types.
- <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-track-element"><code>track</code></a>
- provides text tracks for the <code>video</code> element.</p></li>
+ <li><p><code data-anolis-spec=html>track</code> provides text tracks
+ for the <code data-anolis-spec=html>video</code> element.
- <li><p><a href="http://www.w3.org/TR/html5/the-iframe-element.html#the-embed-element"><code>embed</code></a>
- is used for plugin content.</p></li>
+ <li><p><code data-anolis-spec=html>embed</code> is used for plugin
+ content.
- <li><p><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-mark-element"><code>mark</code></a>
- represents a run of text in one document marked or
- highlighted for reference purposes, due to its relevance in another
- context.</p></li>
+ <li><p><code data-anolis-spec=html>mark</code> represents a run of
+ text in one document marked or highlighted for reference purposes, due
+ to its relevance in another context.
- <li><p><a href="http://www.w3.org/TR/html5/the-button-element.html#the-progress-element"><code>progress</code></a>
- represents a completion of a task, such as downloading or when
- performing a series of expensive operations.</p></li>
+ <li><p><code data-anolis-spec=html>progress</code> represents a
+ completion of a task, such as downloading or when performing a series
+ of expensive operations.
- <li><p><a href="http://www.w3.org/TR/html5/the-button-element.html#the-meter-element"><code>meter</code></a>
- represents a measurement, such as disk usage.</p></li>
+ <li><p><code data-anolis-spec=html>meter</code> represents a
+ measurement, such as disk usage.
- <li><p><a href="http://www.w3.org/TR/html5/text-level-semantics.html#the-time-element"><code>time</code></a>
- represents a date and/or time.</p></li>
+ <li><p><code data-anolis-spec=html>time</code> represents a date
+ and/or time.
- <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-ruby-element"><code>ruby</code></a>,
- <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rt-element"><code>rt</code></a>
- and
- <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rp-element"><code>rp</code></a>
- allow for marking up ruby annotations.</p></li>
+ <li><p><code data-anolis-spec=html>ruby</code>,
+ <code data-anolis-spec=html>rt</code>, and
+ <code data-anolis-spec=html>rp</code> allow for marking up ruby
+ annotations.
- <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-bdi-element"><code>bdi</code></a>
- represents a span of text that is to be isolated from its surroundings
- for the purposes of bidirectional text formatting.</p></li>
+ <li><p><code data-anolis-spec=html>bdi</code> represents a span of
+ text that is to be isolated from its surroundings for the purposes of
+ bidirectional text formatting.
- <li><p><a href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-wbr-element"><code>wbr</code></a>
- represents a line break opportunity.</p></li>
+ <li><p><code data-anolis-spec=html>wbr</code> represents a line break
+ opportunity.
- <li><p><a href="http://www.w3.org/TR/html5/the-canvas-element.html#the-canvas-element"><code>canvas</code></a>
- is used for rendering dynamic bitmap graphics on the fly, such as
- graphs or games.</p></li>
+ <li><p><code data-anolis-spec=html>canvas</code> is used for rendering
+ dynamic bitmap graphics on the fly, such as graphs or games.
- <li><p><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-command-element"><code>command</code></a>
+ <li><p><code data-anolis-spec=html>command</code>
represents a command the user can invoke.</p></li>
- <li><p><a href="http://www.w3.org/TR/html5/interactive-elements.html#the-details-element"><code>details</code></a>
+ <li><p><code data-anolis-spec=html>details</code>
represents additional information or controls which the user can
obtain on demand. The
- <a href="http://www.w3.org/TR/html5/interactive-elements.html#the-summary-element"><code>summary</code></a>
+ <code data-anolis-spec=html>summary</code>
element provides its summary, legend, or caption.</p></li>
<li>
- <p><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-datalist-element"><code>datalist</code></a>
+ <p><code data-anolis-spec=html>datalist</code>
together with the a new <code>list</code> attribute for
- <code>input</code> can be used to make comboboxes:</p>
+ <code data-anolis-spec=html>input</code> can be used to make comboboxes:</p>
<pre><code><input <strong>list="browsers"</strong>>
<datalist <strong>id="browsers"</strong>>
@@ -461,43 +456,43 @@
</datalist></code></pre>
</li>
- <li><p><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-keygen-element"><code>keygen</code></a>
+ <li><p><code data-anolis-spec=html>keygen</code>
represents control for key pair generation.</p></li>
- <li><p><a href="http://dev.w3.org/html5/spec/the-button-element.html#the-output-element"><code>output</code></a>
+ <li><p><code data-anolis-spec=html>output</code></a>
represents some type of output, such as from a calculation done
through scripting.</p></li>
</ul>
- <p>The <code>input</code> element's <code>type</code> attribute now has the
+ <p>The <code data-anolis-spec=html>input</code> element's <code>type</code> attribute now has the
following new values:</p>
<ul>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#telephone-state"><code>tel</code>
+ <li><code data-anolis-spec=html title=attr-input-type-tel>tel</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#text-state-and-search-state"><code>search</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-search>search</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#url-state"><code>url</code>
+ <li><code data-anolis-spec=html title=attr-input-type-url>url</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#e-mail-state"><code>email</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-email>email</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#date-and-time-state"><code>datetime</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-datetime>datetime</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#date-state"><code>date</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-date>date</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#month-state"><code>month</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-month>month</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#week-state"><code>week</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-week>week</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#time-state"><code>time</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-time>time</code>
- <li><a href="http://www.w3.org/TR/html5/states-of-the-type-attribute.html#local-date-and-time-state"><code>datetime-local</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-datetime-local>datetime-local</code>
- <li><a href="http://www.w3.org/TR/html5/number-state.html#number-state"><code>number</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-number>number</code>
- <li><a href="http://www.w3.org/TR/html5/number-state.html#range-state"><code>range</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-range>range</code>
- <li><a href="http://www.w3.org/TR/html5/number-state.html#color-state"><code>color</code></a>
+ <li><code data-anolis-spec=html title=attr-input-type-color>color</code>
</ul>
<p>The idea of these new types is that the user agent can provide the user
@@ -845,7 +840,9 @@
specification defines how user agents should process them in legacy
documents, but authors must not use them and they will not validate.</p>
- <p>HTML5 <a href="http://www.w3.org/TR/html5/obsolete.html#non-conforming-features" title="Non-conforming features">has advice</a> on what you can use instead.</p>
+ <p>HTML5
+ <span data-anolis-spec=html title="non-conforming features">has advice</span>
+ on what you can use instead.</p>
<ul>
<li><code>rev</code> and <code>charset</code> attributes on
Received on Thursday, 4 August 2011 12:59:27 UTC