html5/markup README.html,NONE,1.1 index.html,1.15,1.16 Makefile,1.110,1.111 README.md,1.1,1.2 s.html,1.2,1.3 spec.html,1.292,1.293

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv22477

Modified Files:
	Makefile README.md s.html spec.html 
Added Files:
	README.html index.html 
Log Message:
added README.html and index.html files


--- NEW FILE: README.html ---
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>About this repo</title>
</head>
<body>
<h1>About this repo</h1>

<p>The contents of this repo are build tools for generating the document
<a href="http://dev.w3.org/html5/markup/">HTML5: The Markup Language Reference</a>
(or “htmlr”), a reference meant to accompany the
<a href="http://dev.w3.org/html5/spec-author-view/">HTML5 spec</a>
(you can also think of htmlr as a sort of alternative “front end”
to the HTML5 spec…).</p>

<p>Attempting to use this build system on your own to generate a copy
of htmlr is not an exercise recommended for:</p>

<ul>
<li>the faint of heart</li>
<li>those who lack patience</li>
<li>those who are frustrated easily</li>
</ul>

<p>The build system makes use of a few old-school utilities that you may
have to install or compile from sources or what not, as well as a Makefile
with more than few quite ugly hacks and GNUisms and such that may not work
on non-GNU/Linux or BSD systems—and, worst of all some stuff (e.g., XSLT)
which, if you’re a truly cutting-edge hipster-developer, you may find
downright icky.</p>

<p>Anyway, you can’t say I didn’t warn you.</p>

<p>Michael(tm) Smith &lt;<a href="mailto:sideshowbarker@gmail.com">sideshowbarker@gmail.com</a>></p>
<p><img src="http://sideshowbarker.net/images/smoker.jpg" alt="me"/></p>
</body>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Makefile	30 Nov 2010 02:16:07 -0000	1.110
+++ Makefile	30 Nov 2010 06:55:52 -0000	1.111
@@ -30,6 +30,8 @@
 SCPFLAGS=
 CVS=cvs
 CVSFLAGS=
+HTML2MARKDOWN=html2text
+HTML2MARKDOWNFLAGS=
 
 INCELIM_DIR=tools/rng-incelim-1.2
 WHATTF_BASE_URL=http://svn.versiondude.net/whattf/syntax/trunk/relaxng/
@@ -48,7 +50,7 @@
 PUBSITE=W3C
 endif
 
-all: Overview.html MANIFEST spec.html
+all: Overview.html index.html MANIFEST spec.html README.md
 
 debug:
 	@echo $(MULTIPAGE_SPEC_FILES)
@@ -182,6 +184,9 @@
 	  | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta http-equiv="Content-Type" content="text/html; charset=utf-8">|' \
 	  > $@
 
+index.html: Overview.html
+	cp $< $@
+
 MANIFEST: MANIFEST.tmp
 ifneq ($(shell if [ -f MANIFEST.tmp ]; then $(GREP) $(GREPFLAGS) -v html MANIFEST.tmp; fi),)
   $(error Error: MANIFEST.tmp corrupted: "$(shell if [ -f MANIFEST.tmp ]; then $(HEAD) $(HEADFLAGS) -n1 MANIFEST.tmp; fi)")
@@ -273,6 +278,9 @@
 	  | $(PERL) $(PERLFLAGS) -pi -e 'undef $$/; s/ xmlns=""//g' \
 	  > $@
 
+README.md: README.html
+	$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@
+
 clean:
 	$(RM) html.rng
 	$(RM) LICENSE.xml

Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/s.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- s.html	30 Nov 2010 02:52:39 -0000	1.2
+++ s.html	30 Nov 2010 06:55:53 -0000	1.3
@@ -24,7 +24,7 @@
 </h2>
       <div id="s-longdesc" class="longdesc">
     <p>The
-    <span class="element">struck</span>
+    <span class="element">s</span>
     element represents a span of struck text.</p>
   </div>
       <div class="no-number no-toc" id="s-content-model">

Index: README.md
===================================================================
RCS file: /sources/public/html5/markup/README.md,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.md	29 Aug 2010 00:57:56 -0000	1.1
+++ README.md	30 Nov 2010 06:55:52 -0000	1.2
@@ -1,28 +1,36 @@
 # About this repo
 
-The contents of this repo are build tools for generating the document
-[HTML5: The Markup Language Reference](http://dev.w3.org/html5/markup/)
-(or “htmlr”), a reference meant to accompany the
-[HTML5 spec](http://dev.w3.org/html5/spec-author-view/)
-(you can also think of htmlr as a sort of alternative “front end”
-to the HTML5 spec…).
+The contents of this repo are build tools for generating the document [HTML5:
+The Markup Language Reference][1] (or “htmlr”), a reference meant to accompany
+the [HTML5 spec][2] (you can also think of htmlr as a sort of alternative
+“front end” to the HTML5 spec…).
 
-Attempting to use this build system on your own to generate a copy
-of htmlr is not an exercise recommended for:
+   [1]: http://dev.w3.org/html5/markup/
 
-* the faint of heart
-* those who lack patience
-* those who are frustrated easily
+   [2]: http://dev.w3.org/html5/spec-author-view/
 
-The build system makes use of a few old-school utilities that you
-may have to install or compile from sources or what not, as well
-as a Makefile with more than few quite ugly hacks and GNUisms and
-such that may not work on non-GNU/Linux or BSD systems—and, worst
-of all some stuff (e.g., XSLT) which, if you’re a truly
-cutting-edge hipster-developer, you may find downright icky.
+Attempting to use this build system on your own to generate a copy of htmlr is
+not an exercise recommended for:
+
+  * the faint of heart
+
+  * those who lack patience
+
+  * those who are frustrated easily
+
+The build system makes use of a few old-school utilities that you may have to
+install or compile from sources or what not, as well as a Makefile with more
+than few quite ugly hacks and GNUisms and such that may not work on non-
+GNU/Linux or BSD systems—and, worst of all some stuff (e.g., XSLT) which, if
+you’re a truly cutting-edge hipster-developer, you may find downright icky.
 
 Anyway, you can’t say I didn’t warn you.
 
-Michael(tm) Smith <sideshowbarker@gmail.com>
+Michael(tm) Smith <[sideshowbarker@gmail.com][3]>
+
+   [3]: mailto:sideshowbarker@gmail.com
+
+![me][4]
+
+   [4]: http://sideshowbarker.net/images/smoker.jpg
 
-![me](http://github.com/sideshowbarker/jsblog/raw/master/me.jpg)

--- NEW FILE: index.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML: The Markup Language Reference</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="ED.css" type="text/css">
<link rel="next" href="intro.html" title="intro">
<link rel="index" href="index-of-terms.html">
<link rel="contents" href="Overview.html#toc">
</head>
<body onload="initDfn()" class="chunk">
<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
<div class="head">
<h1>HTML: The Markup Language Reference</h1>
<h2>Unofficial Editor&#8217;s Draft <em>30 November 2010</em>
</h2>
<dt>Editors:</dt>
<dd>
<a href="http://sideshowbarker.net/">Michael(tm) Smith</a> &lt;<a href="mailto:sideshowbarker@gmail.com">sideshowbarker@gmail.com</a>&gt;</dd>
<p>The content of this document is also available as
        <a href="spec.html">a single HTML file</a>.
          </p>
<div class="main-license">
<p class="copyright">
              Copyright &#169; 2010 <span>Michael(tm) Smith</span></p>
<p class="copyright">
              Permission is hereby granted, free of charge, to any
              person obtaining a copy of this document (the &#8220;Document&#8221;), to deal
              in the Document without restriction, including without limitation
              the rights to use, copy, modify, merge, publish, distribute,
              sublicense, and/or sell copies of the Document, and to permit
              persons to whom the Document is furnished to do so, subject to the
              following conditions:
            </p>
<p class="copyright">
              The above copyright notice and this permission notice shall be
              included in all copies or substantial portions of the Document.
            </p>
</div>
</div>
<hr>
<div id="tocjump" class="skip-link" style="text-align: center"><a href="Overview.html#toc">Skip to Table of Contents</a></div>
<div id="abstract">
      <h2>Abstract </h2>
      <p>This non-normative reference describes the
      
      HTML markup language and provides details to help
      producers of HTML content create documents that conform
      to the language.
      It is intended to complement the normative conformance
      criteria defined in the
      <a href="http://dev.w3.org/html5/spec/">HTML5: A vocabulary and associated APIs for HTML and XHTML</a>
      specification,
      as well as information in related deliverables published by
      the HTML Working Group and from other sources.
      By design, this reference does not describe related APIs in detail,
      nor attempt to explain how implementations that are
      consumers of HTML content are meant to process documents
      (those areas are covered by the
      <a href="http://dev.w3.org/html5/spec/">HTML5 specification</a>
      itself),
      nor attempt to also be a tutorial or &#8220;how to&#8221; authoring guide.</p>
    </div>
<div id="status">
      <h2>Status of this Document </h2>
    
    <p>
        This document is the 30 November 2010 Editor&#8217;s Draft of 
        <cite>HTML: The Markup Language Reference</cite>.
      
      If you&#8217;d like to comment on this document, the preferred
      means for commenting is to submit your comments through the
      <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&amp;component=HTML5%3A%20The%20Markup%20Language%20%28editor%3A%20Michael%28tm%29%20Smith%29">HTML Working Group bugzilla database, with the <b>Component</b> field set to <code>HTML5: The Markup Language</code></a>.
      Alternatively, you can send comments by e-mail to
      <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>
      (<a href="http://lists.w3.org/Archives/Public/public-html-comments">archived</a>).
    </p>
    <div>
  <div>
    <h2 id="instability">Instability and incompleteness of this document</h2>
    <p>This document is a working draft &#8212; all parts of it remain
    subject to significant change or removal, and some parts are
    currently incomplete; in particular, many elements currently
    lack complete documentation in the following subsections:</p>
    <dl class="status-missing">
<dt><span class="section-title-ref">Examples</span></dt>
      <dd>The documentation for each element ideally have
        at least one conformant example and at least one
        non-conformant example.</dd>
      <dt><span class="section-title-ref">Details</span></dt>
      <dd>The purpose of this subsection is to provide, where
        needed, additional details about the semantics of the
        element and its attributes.</dd>
      <dt><span class="section-title-ref">Additional constraints and admonitions</span></dt>
      <dd>This purpose of this subsection is to provide, where
        needed, additional document-conformance constraints and
        usage admonitions for the element and its attributes (in
        addition to those already documented in the
        <i>Permitted content</i>,
        <i>Permitted attributes</i>,
        <i>Permitted parent elements</i>,
        and
        <i>Tag omission</i>
        subsections).</dd>
    </dl>
</div>
</div>
    <p>
          Publication as
          an Editor&#8217;s Draft does not imply endorsement by the
          W3C Membership. This is a draft document and may be updated, replaced
          or obsoleted by other documents at any time. It is inappropriate to cite
          this document as other than work in progress.
        </p>
    </div>
<div class="toc" id="toc">

      <h2>Table of Contents <a class="hash" href="#toc">#</a> <a class="toc-bak" href="Overview.html#toc-toc">T</a>
</h2>
    <ul>
<li> <a href="intro.html#intro"><span class="toc-section-number">1. </span><span class="toc-section-name">&#160;Introduction</span></a>
</li>
<li> <a href="terminology.html#terminology"><span class="toc-section-number">2. </span><span class="toc-section-name">&#160;Terminology</span></a>
</li>
<li> <a href="documents.html#documents"><span class="toc-section-number">3. </span><span class="toc-section-name">&#160;Documents</span></a>
</li>
<li> <a href="syntax.html#syntax"><span class="toc-section-number">4. </span><span class="toc-section-name">&#160;HTML syntax</span></a>
</li>
<li> <a href="elements-by-function.html#elements-by-function"><span class="toc-section-number">5. </span><span class="toc-section-name">&#160;HTML elements organized by function</span></a>
</li>
<li> <a href="elements.html#elements"><span class="toc-section-number">6. </span><span class="toc-section-name">&#160;HTML elements</span></a>
</li>
<li> <a href="common-models.html#common-models"><span class="toc-section-number">7. </span><span class="toc-section-name">&#160;Common content models</span></a>
</li>
<li> <a href="global-attributes.html#global-attributes"><span class="toc-section-number">8. </span><span class="toc-section-name">&#160;Global attributes</span></a>
</li>
<li> <a href="datatypes.html#datatypes"><span class="toc-section-number">9. </span><span class="toc-section-name">&#160;Data types (common microsyntaxes)</span></a>
</li>
</ul>
<ul>
<li> <a href="references.html#references"><span class="toc-section-number">A. </span><span class="toc-section-name">&#160;References</span></a>
</li>
<li> <a href="acknowledgments.html#acknowledgments"><span class="toc-section-number">B. </span><span class="toc-section-name">&#160;Acknowledgments</span></a>
</li>
</ul>
<ul class="index-toc"><li><a href="index-of-terms.html">Index of terms</a></li></ul>
</div>
<div class="toc" id="toc-full">

      <h2>Full Table of Contents </h2>
    <ul>
<li id="intro-toc"> <a href="intro.html#intro"><span class="toc-section-number">1. </span><span class="toc-section-name">&#160;Introduction</span></a>
</li>
<li id="terminology-toc"> <a href="terminology.html#terminology"><span class="toc-section-number">2. </span><span class="toc-section-name">&#160;Terminology</span></a>
</li>
<li id="documents-toc"> <a href="documents.html#documents"><span class="toc-section-number">3. </span><span class="toc-section-name">&#160;Documents</span></a>
<ul>
<li id="language-and-syntax-toc"> <a href="documents.html#language-and-syntax"><span class="toc-section-number">3.1. </span><span class="toc-section-name">&#160;The HTML language and HTML and XML syntaxes</span></a>
</li>
<li id="mime-types-toc"> <a href="documents.html#mime-types"><span class="toc-section-number">3.2. </span><span class="toc-section-name">&#160;The HTML namespace and MIME types</span></a>
</li>
<li id="conformant-documents-toc"> <a href="documents.html#conformant-documents"><span class="toc-section-number">3.3. </span><span class="toc-section-name">&#160;Conformant documents</span></a>
</li>
<li id="case-insensitivity-toc"> <a href="documents.html#case-insensitivity"><span class="toc-section-number">3.4. </span><span class="toc-section-name">&#160;Case insensitivity in tag names and attribute names</span></a>
</li>
</ul>
</li>
<li id="syntax-toc"> <a href="syntax.html#syntax"><span class="toc-section-number">4. </span><span class="toc-section-name">&#160;HTML syntax</span></a>
<ul>
<li id="doctype-syntax-toc"> <a href="syntax.html#doctype-syntax"><span class="toc-section-number">4.1. </span><span class="toc-section-name">&#160;The doctype</span></a>
</li>
<li id="character-encoding-toc"> <a href="syntax.html#character-encoding"><span class="toc-section-number">4.2. </span><span class="toc-section-name">&#160;Character encoding declaration</span></a>
</li>
<li id="syntax-elements-toc"> <a href="syntax.html#syntax-elements"><span class="toc-section-number">4.3. </span><span class="toc-section-name">&#160;Elements</span></a>
</li>
<li id="syntax-attributes-toc"> <a href="syntax.html#syntax-attributes"><span class="toc-section-number">4.4. </span><span class="toc-section-name">&#160;Attributes</span></a>
</li>
<li id="text-syntax-toc"> <a href="syntax.html#text-syntax"><span class="toc-section-number">4.5. </span><span class="toc-section-name">&#160;Text and character data</span></a>
</li>
<li id="character-references-toc"> <a href="syntax.html#character-references"><span class="toc-section-number">4.6. </span><span class="toc-section-name">&#160;Character references</span></a>
</li>
<li id="comments-toc"> <a href="syntax.html#comments"><span class="toc-section-number">4.7. </span><span class="toc-section-name">&#160;Comments</span></a>
</li>
<li id="svg-mathml-toc"> <a href="syntax.html#svg-mathml"><span class="toc-section-number">4.8. </span><span class="toc-section-name">&#160;SVG and MathML elements in HTML documents</span></a>
</li>
<li id="cdata-sections-toc"> <a href="syntax.html#cdata-sections"><span class="toc-section-number">4.9. </span><span class="toc-section-name">&#160;CDATA sections in SVG and MathML contents</span></a>
</li>
</ul>
</li>
<li id="elements-by-function-toc"> <a href="elements-by-function.html#elements-by-function"><span class="toc-section-number">5. </span><span class="toc-section-name">&#160;HTML elements organized by function</span></a>
</li>
<li id="elements-toc"> <a href="elements.html#elements"><span class="toc-section-number">6. </span><span class="toc-section-name">&#160;HTML elements</span></a>
<ul>
<li id="a-toc">
<span class="spec-link"><a title="Read about the a element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-a-element">&#9432;</a></span> <a href="a.html#a"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">a</span> &#8211; <span class="shortdesc">hyperlink</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="abbr-toc">
<span class="spec-link"><a title="Read about the abbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-abbr-element">&#9432;</a></span> <a href="abbr.html#abbr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">abbr</span> &#8211; <span class="shortdesc">abbreviation</span></span></a>
</li>
<li id="address-toc">
<span class="spec-link"><a title="Read about the address element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-address-element">&#9432;</a></span> <a href="address.html#address"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">address</span> &#8211; <span class="shortdesc">contact information</span></span></a>
</li>
<li id="area-toc">
<span class="spec-link"><a title="Read about the area element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-map-element.html#the-area-element">&#9432;</a></span> <a href="area.html#area"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">area</span> &#8211; <span class="shortdesc">image-map hyperlink</span></span></a>
</li>
<li id="article-toc">
<span class="spec-link"><a title="Read about the article element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-article-element">&#9432;</a></span> <a href="article.html#article"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">article</span> &#8211; <span class="shortdesc">article</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="aside-toc">
<span class="spec-link"><a title="Read about the aside element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-aside-element">&#9432;</a></span> <a href="aside.html#aside"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">aside</span> &#8211; <span class="shortdesc">tangential content</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="audio-toc">
<span class="spec-link"><a title="Read about the audio element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#audio">&#9432;</a></span> <a href="audio.html#audio"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">audio</span> &#8211; <span class="shortdesc">audio stream</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="b-toc">
<span class="spec-link"><a title="Read about the b element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-b-element">&#9432;</a></span> <a href="b.html#b"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">b</span> &#8211; <span class="shortdesc">offset text conventionally styled in bold</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="base-toc">
<span class="spec-link"><a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-base-element">&#9432;</a></span> <a href="base.html#base"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">base</span> &#8211; <span class="shortdesc">base URL</span></span></a>
</li>
<li id="bdo-toc">
<span class="spec-link"><a title="Read about the bdo element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-bdo-element">&#9432;</a></span> <a href="bdo.html#bdo"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdo</span> &#8211; <span class="shortdesc">BiDi override</span></span></a>
</li>
<li id="blockquote-toc">
<span class="spec-link"><a title="Read about the blockquote element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-blockquote-element">&#9432;</a></span> <a href="blockquote.html#blockquote"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">blockquote</span> &#8211; <span class="shortdesc">block quotation</span></span></a>
</li>
<li id="body-toc">
<span class="spec-link"><a title="Read about the body element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-body-element-0">&#9432;</a></span> <a href="body.html#body"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">body</span> &#8211; <span class="shortdesc">document body</span></span></a>
</li>
<li id="br-toc">
<span class="spec-link"><a title="Read about the br element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-br-element">&#9432;</a></span> <a href="br.html#br"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">br</span> &#8211; <span class="shortdesc">line break</span></span></a>
</li>
<li id="button-toc">
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-button-element">&#9432;</a></span> <a href="button.html#button"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span> &#8211; <span class="shortdesc">button</span></span></a>
</li>
<li id="button.submit-toc">
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-button-element">&#9432;</a></span> <a href="button.submit.html#button.submit"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> &#8211; <span class="shortdesc">submit button</span></span></a>
</li>
<li id="button.reset-toc">
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-button-element">&#9432;</a></span> <a href="button.reset.html#button.reset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> &#8211; <span class="shortdesc">reset button</span></span></a>
</li>
<li id="button.button-toc">
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-button-element">&#9432;</a></span> <a href="button.button.html#button.button"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> &#8211; <span class="shortdesc">button with no additional semantics</span></span></a>
</li>
<li id="canvas-toc">
<span class="spec-link"><a title="Read about the canvas element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-canvas-element.html#the-canvas-element">&#9432;</a></span> <a href="canvas.html#canvas"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">canvas</span> &#8211; <span class="shortdesc">canvas for dynamic graphics</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="caption-toc">
<span class="spec-link"><a title="Read about the caption element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-caption-element">&#9432;</a></span> <a href="caption.html#caption"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">caption</span> &#8211; <span class="shortdesc">table title</span></span></a>
</li>
<li id="cite-toc">
<span class="spec-link"><a title="Read about the cite element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-cite-element">&#9432;</a></span> <a href="cite.html#cite"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">cite</span> &#8211; <span class="shortdesc">cited title of a work</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="code-toc">
<span class="spec-link"><a title="Read about the code element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-code-element">&#9432;</a></span> <a href="code.html#code"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">code</span> &#8211; <span class="shortdesc">code fragment</span></span></a>
</li>
<li id="col-toc">
<span class="spec-link"><a title="Read about the col element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-col-element">&#9432;</a></span> <a href="col.html#col"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">col</span> &#8211; <span class="shortdesc">table column</span></span></a>
</li>
<li id="colgroup-toc">
<span class="spec-link"><a title="Read about the colgroup element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-colgroup-element">&#9432;</a></span> <a href="colgroup.html#colgroup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">colgroup</span> &#8211; <span class="shortdesc">table column group</span></span></a>
</li>
<li id="command-toc">
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#the-command">&#9432;</a></span> <a href="command.html#command"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span> &#8211; <span class="shortdesc">command</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="command.command-toc">
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#the-command">&#9432;</a></span> <a href="command.command.html#command.command"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> &#8211; <span class="shortdesc">command with an associated action</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="command.radio-toc">
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#the-command">&#9432;</a></span> <a href="command.radio.html#command.radio"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> &#8211; <span class="shortdesc">selection of one item from a list of items</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="command.checkbox-toc">
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#the-command">&#9432;</a></span> <a href="command.checkbox.html#command.checkbox"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> &#8211; <span class="shortdesc">state or option that can be toggled</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="datalist-toc">
<span class="spec-link"><a title="Read about the datalist element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-datalist-element">&#9432;</a></span> <a href="datalist.html#datalist"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">datalist</span> &#8211; <span class="shortdesc">predefined options for other controls</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="dd-toc">
<span class="spec-link"><a title="Read about the dd element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-dd-element">&#9432;</a></span> <a href="dd.html#dd"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dd</span> &#8211; <span class="shortdesc">description or value</span></span></a>
</li>
<li id="del-toc">
<span class="spec-link"><a title="Read about the del element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#the-del-element">&#9432;</a></span> <a href="del.html#del"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">del</span> &#8211; <span class="shortdesc">deleted text</span></span></a>
</li>
<li id="details-toc">
<span class="spec-link"><a title="Read about the details element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#the-details-element">&#9432;</a></span> <a href="details.html#details"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">details</span> &#8211; <span class="shortdesc">control for additional on-demand information</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="dfn-toc">
<span class="spec-link"><a title="Read about the dfn element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-dfn-element">&#9432;</a></span> <a href="dfn.html#dfn"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dfn</span> &#8211; <span class="shortdesc">defining instance</span></span></a>
</li>
<li id="div-toc">
<span class="spec-link"><a title="Read about the div element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-div-element">&#9432;</a></span> <a href="div.html#div"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">div</span> &#8211; <span class="shortdesc">generic flow container</span></span></a>
</li>
<li id="dl-toc">
<span class="spec-link"><a title="Read about the dl element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-dl-element">&#9432;</a></span> <a href="dl.html#dl"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dl</span> &#8211; <span class="shortdesc">description list</span></span></a>
</li>
<li id="dt-toc">
<span class="spec-link"><a title="Read about the dt element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-dt-element">&#9432;</a></span> <a href="dt.html#dt"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dt</span> &#8211; <span class="shortdesc">term or name</span></span></a>
</li>
<li id="em-toc">
<span class="spec-link"><a title="Read about the em element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-em-element">&#9432;</a></span> <a href="em.html#em"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">em</span> &#8211; <span class="shortdesc">emphatic stress</span></span></a>
</li>
<li id="embed-toc">
<span class="spec-link"><a title="Read about the embed element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#the-embed-element">&#9432;</a></span> <a href="embed.html#embed"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">embed</span> &#8211; <span class="shortdesc">integration point for plugins</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="fieldset-toc">
<span class="spec-link"><a title="Read about the fieldset element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/forms.html#the-fieldset-element">&#9432;</a></span> <a href="fieldset.html#fieldset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">fieldset</span> &#8211; <span class="shortdesc">set of related form controls</span></span></a>
</li>
<li id="figcaption-toc">
<span class="spec-link"><a title="Read about the figcaption element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-figcaption-element">&#9432;</a></span> <a href="figcaption.html#figcaption"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">figcaption</span> &#8211; <span class="shortdesc">figure caption</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="figure-toc">
<span class="spec-link"><a title="Read about the figure element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-figure-element">&#9432;</a></span> <a href="figure.html#figure"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">figure</span> &#8211; <span class="shortdesc">figure with optional caption</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="footer-toc">
<span class="spec-link"><a title="Read about the footer element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-footer-element">&#9432;</a></span> <a href="footer.html#footer"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">footer</span> &#8211; <span class="shortdesc">footer</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="form-toc">
<span class="spec-link"><a title="Read about the form element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/forms.html#the-form-element">&#9432;</a></span> <a href="form.html#form"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">form</span> &#8211; <span class="shortdesc">user-submittable form</span></span></a>
</li>
<li id="h1-toc">
<span class="spec-link"><a title="Read about the h1 element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">&#9432;</a></span> <a href="h1.html#h1"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h1</span> &#8211; <span class="shortdesc">heading</span></span></a>
</li>
<li id="h2-toc">
<span class="spec-link"><a title="Read about the h2 element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">&#9432;</a></span> <a href="h2.html#h2"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h2</span> &#8211; <span class="shortdesc">heading</span></span></a>
</li>
<li id="h3-toc">
<span class="spec-link"><a title="Read about the h3 element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">&#9432;</a></span> <a href="h3.html#h3"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h3</span> &#8211; <span class="shortdesc">heading</span></span></a>
</li>
<li id="h4-toc">
<span class="spec-link"><a title="Read about the h4 element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">&#9432;</a></span> <a href="h4.html#h4"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h4</span> &#8211; <span class="shortdesc">heading</span></span></a>
</li>
<li id="h5-toc">
<span class="spec-link"><a title="Read about the h5 element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">&#9432;</a></span> <a href="h5.html#h5"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h5</span> &#8211; <span class="shortdesc">heading</span></span></a>
</li>
<li id="h6-toc">
<span class="spec-link"><a title="Read about the h6 element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">&#9432;</a></span> <a href="h6.html#h6"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h6</span> &#8211; <span class="shortdesc">heading</span></span></a>
</li>
<li id="head-toc">
<span class="spec-link"><a title="Read about the head element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-head-element-0">&#9432;</a></span> <a href="head.html#head"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">head</span> &#8211; <span class="shortdesc">document metadata container</span></span></a>
</li>
<li id="header-toc">
<span class="spec-link"><a title="Read about the header element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-header-element">&#9432;</a></span> <a href="header.html#header"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">header</span> &#8211; <span class="shortdesc">header</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="hgroup-toc">
<span class="spec-link"><a title="Read about the hgroup element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-hgroup-element">&#9432;</a></span> <a href="hgroup.html#hgroup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">hgroup</span> &#8211; <span class="shortdesc">heading group</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="hr-toc">
<span class="spec-link"><a title="Read about the hr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-hr-element">&#9432;</a></span> <a href="hr.html#hr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">hr</span> &#8211; <span class="shortdesc">thematic break</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="html-toc">
<span class="spec-link"><a title="Read about the html element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-html-element-0">&#9432;</a></span> <a href="html.html#html"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">html</span> &#8211; <span class="shortdesc">root element</span></span></a>
</li>
<li id="i-toc">
<span class="spec-link"><a title="Read about the i element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-i-element">&#9432;</a></span> <a href="i.html#i"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">i</span> &#8211; <span class="shortdesc">offset text conventionally styled in italic</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="iframe-toc">
<span class="spec-link"><a title="Read about the iframe element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#the-iframe-element">&#9432;</a></span> <a href="iframe.html#iframe"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">iframe</span> &#8211; <span class="shortdesc">nested browsing context (inline frame)</span></span></a>
</li>
<li id="img-toc">
<span class="spec-link"><a title="Read about the img element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/embedded-content-1.html#the-img-element">&#9432;</a></span> <a href="img.html#img"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">img</span> &#8211; <span class="shortdesc">image</span></span></a>
</li>
<li id="input-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-input-element.html#the-input-element">&#9432;</a></span> <a href="input.html#input"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span> &#8211; <span class="shortdesc">input control</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="input.text-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a href="input.text.html#input.text"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> &#8211; <span class="shortdesc">text-input field</span></span></a>
</li>
<li id="input.password-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#password-state">&#9432;</a></span> <a href="input.password.html#input.password"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> &#8211; <span class="shortdesc">password-input field</span></span></a>
</li>
<li id="input.checkbox-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#checkbox-state">&#9432;</a></span> <a href="input.checkbox.html#input.checkbox"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> &#8211; <span class="shortdesc">checkbox</span></span></a>
</li>
<li id="input.radio-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#radio-button-state">&#9432;</a></span> <a href="input.radio.html#input.radio"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> &#8211; <span class="shortdesc">radio button</span></span></a>
</li>
<li id="input.button-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#button-state">&#9432;</a></span> <a href="input.button.html#input.button"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> &#8211; <span class="shortdesc">button</span></span></a>
</li>
<li id="input.submit-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#submit-button-state">&#9432;</a></span> <a href="input.submit.html#input.submit"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> &#8211; <span class="shortdesc">submit button</span></span></a>
</li>
<li id="input.reset-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#reset-button-state">&#9432;</a></span> <a href="input.reset.html#input.reset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> &#8211; <span class="shortdesc">reset button</span></span></a>
</li>
<li id="input.file-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#file-upload-state">&#9432;</a></span> <a href="input.file.html#input.file"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> &#8211; <span class="shortdesc">file upload control</span></span></a>
</li>
<li id="input.hidden-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#hidden-state">&#9432;</a></span> <a href="input.hidden.html#input.hidden"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> &#8211; <span class="shortdesc">hidden input control</span></span></a>
</li>
<li id="input.image-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#image-button-state">&#9432;</a></span> <a href="input.image.html#input.image"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> &#8211; <span class="shortdesc">image-coordinates input control</span></span></a>
</li>
<li id="input.datetime-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-and-time-state">&#9432;</a></span> <a href="input.datetime.html#input.datetime"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> &#8211; <span class="shortdesc">global date-and-time input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.datetime-local-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#local-date-and-time-state">&#9432;</a></span> <a href="input.datetime-local.html#input.datetime-local"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> &#8211; <span class="shortdesc">local date-and-time input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.date-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-state">&#9432;</a></span> <a href="input.date.html#input.date"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> &#8211; <span class="shortdesc">date input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.month-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#month-state">&#9432;</a></span> <a href="input.month.html#input.month"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> &#8211; <span class="shortdesc">year-and-month input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.time-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#time-state">&#9432;</a></span> <a href="input.time.html#input.time"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> &#8211; <span class="shortdesc">time input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.week-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#week-state">&#9432;</a></span> <a href="input.week.html#input.week"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> &#8211; <span class="shortdesc">year-and-week input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.number-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#number-state">&#9432;</a></span> <a href="input.number.html#input.number"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> &#8211; <span class="shortdesc">number input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.range-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#range-state">&#9432;</a></span> <a href="input.range.html#input.range"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> &#8211; <span class="shortdesc">imprecise number-input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.email-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a href="input.email.html#input.email"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> &#8211; <span class="shortdesc">e-mail address input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.url-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#url-state">&#9432;</a></span> <a href="input.url.html#input.url"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> &#8211; <span class="shortdesc">URL input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.search-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a href="input.search.html#input.search"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> &#8211; <span class="shortdesc">search field</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.tel-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#telephone-state">&#9432;</a></span> <a href="input.tel.html#input.tel"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> &#8211; <span class="shortdesc">telephone-number-input field</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="input.color-toc">
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#color-state">&#9432;</a></span> <a href="input.color.html#input.color"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> &#8211; <span class="shortdesc">color-well control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="ins-toc">
<span class="spec-link"><a title="Read about the ins element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#the-ins-element">&#9432;</a></span> <a href="ins.html#ins"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ins</span> &#8211; <span class="shortdesc">inserted text</span></span></a>
</li>
<li id="kbd-toc">
<span class="spec-link"><a title="Read about the kbd element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-kbd-element">&#9432;</a></span> <a href="kbd.html#kbd"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">kbd</span> &#8211; <span class="shortdesc">user input</span></span></a>
</li>
<li id="keygen-toc">
<span class="spec-link"><a title="Read about the keygen element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-keygen-element">&#9432;</a></span> <a href="keygen.html#keygen"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">keygen</span> &#8211; <span class="shortdesc">key-pair generator/input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="label-toc">
<span class="spec-link"><a title="Read about the label element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/forms.html#the-label-element">&#9432;</a></span> <a href="label.html#label"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">label</span> &#8211; <span class="shortdesc">caption for a form control</span></span></a>
</li>
<li id="legend-toc">
<span class="spec-link"><a title="Read about the legend element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/forms.html#the-legend-element">&#9432;</a></span> <a href="legend.html#legend"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">legend</span> &#8211; <span class="shortdesc">title or explanatory caption</span></span></a>
</li>
<li id="li-toc">
<span class="spec-link"><a title="Read about the li element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-li-element">&#9432;</a></span> <a href="li.html#li"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">li</span> &#8211; <span class="shortdesc">list item</span></span></a>
</li>
<li id="link-toc">
<span class="spec-link"><a title="Read about the link element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-link-element">&#9432;</a></span> <a href="link.html#link"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">link</span> &#8211; <span class="shortdesc">inter-document relationship metadata</span></span></a>
</li>
<li id="map-toc">
<span class="spec-link"><a title="Read about the map element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-map-element.html#the-map-element">&#9432;</a></span> <a href="map.html#map"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">map</span> &#8211; <span class="shortdesc">image-map definition</span></span></a>
</li>
<li id="mark-toc">
<span class="spec-link"><a title="Read about the mark element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-mark-element">&#9432;</a></span> <a href="mark.html#mark"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">mark</span> &#8211; <span class="shortdesc">marked (highlighted) text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="menu-toc">
<span class="spec-link"><a title="Read about the menu element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#menus">&#9432;</a></span> <a href="menu.html#menu"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">menu</span> &#8211; <span class="shortdesc">list of commands</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="meta-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#meta">&#9432;</a></span> <a href="meta.html#meta"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span> &#8211; <span class="shortdesc">metadata</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="meta.name-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-name">&#9432;</a></span> <a href="meta.name.html#meta.name"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> &#8211; <span class="shortdesc">name-value metadata</span></span></a>
</li>
<li id="meta.http-equiv.refresh-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-http-equiv-refresh">&#9432;</a></span> <a href="meta.http-equiv.refresh.html#meta.http-equiv.refresh"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">refresh</span></span> &#8211; <span class="shortdesc">&#8220;refresh&#8221; pragma directive</span></span></a>
</li>
<li id="meta.http-equiv.default-style-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-http-equiv-default-style">&#9432;</a></span> <a href="meta.http-equiv.default-style.html#meta.http-equiv.default-style"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">default-style</span></span> &#8211; <span class="shortdesc">&#8220;preferred stylesheet&#8221; pragma directive</span></span></a>
</li>
<li id="meta.http-equiv.content-language-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-http-equiv-content-language">&#9432;</a></span> <a href="meta.http-equiv.content-language.html#meta.http-equiv.content-language"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">content-language</span></span> &#8211; <span class="shortdesc">&#8220;default language&#8221; pragma directive</span></span></a> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
</li>
<li id="meta.charset-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-charset">&#9432;</a></span> <a href="meta.charset.html#meta.charset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">charset</span></span> &#8211; <span class="shortdesc">document character-encoding declaration</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="meta.http-equiv.content-type-toc">
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-http-equiv-content-type">&#9432;</a></span> <a href="meta.http-equiv.content-type.html#meta.http-equiv.content-type"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">content-type</span></span> &#8211; <span class="shortdesc">document character-encoding declaration</span></span></a>
</li>
<li id="meter-toc">
<span class="spec-link"><a title="Read about the meter element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-meter-element">&#9432;</a></span> <a href="meter.html#meter"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meter</span> &#8211; <span class="shortdesc">scalar gauge</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="nav-toc">
<span class="spec-link"><a title="Read about the nav element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-nav-element">&#9432;</a></span> <a href="nav.html#nav"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">nav</span> &#8211; <span class="shortdesc">group of navigational links</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="noscript-toc">
<span class="spec-link"><a title="Read about the noscript element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/scripting-1.html#the-noscript-element">&#9432;</a></span> <a href="noscript.html#noscript"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">noscript</span> &#8211; <span class="shortdesc">fallback content for script</span></span></a>
</li>
<li id="object-toc">
<span class="spec-link"><a title="Read about the object element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#the-object-element">&#9432;</a></span> <a href="object.html#object"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">object</span> &#8211; <span class="shortdesc">generic external content</span></span></a>
</li>
<li id="ol-toc">
<span class="spec-link"><a title="Read about the ol element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-ol-element">&#9432;</a></span> <a href="ol.html#ol"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ol</span> &#8211; <span class="shortdesc">ordered list</span></span></a>
</li>
<li id="optgroup-toc">
<span class="spec-link"><a title="Read about the optgroup element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-optgroup-element">&#9432;</a></span> <a href="optgroup.html#optgroup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">optgroup</span> &#8211; <span class="shortdesc">group of options</span></span></a>
</li>
<li id="option-toc">
<span class="spec-link"><a title="Read about the option element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-option-element">&#9432;</a></span> <a href="option.html#option"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">option</span> &#8211; <span class="shortdesc">option</span></span></a>
</li>
<li id="output-toc">
<span class="spec-link"><a title="Read about the output element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-output-element">&#9432;</a></span> <a href="output.html#output"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">output</span> &#8211; <span class="shortdesc">result of a calculation in a form</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="p-toc">
<span class="spec-link"><a title="Read about the p element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-p-element">&#9432;</a></span> <a href="p.html#p"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">p</span> &#8211; <span class="shortdesc">paragraph</span></span></a>
</li>
<li id="param-toc">
<span class="spec-link"><a title="Read about the param element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#the-param-element">&#9432;</a></span> <a href="param.html#param"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">param</span> &#8211; <span class="shortdesc">initialization parameters for plugins</span></span></a>
</li>
<li id="pre-toc">
<span class="spec-link"><a title="Read about the pre element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-pre-element">&#9432;</a></span> <a href="pre.html#pre"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">pre</span> &#8211; <span class="shortdesc">preformatted text</span></span></a>
</li>
<li id="progress-toc">
<span class="spec-link"><a title="Read about the progress element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-progress-element">&#9432;</a></span> <a href="progress.html#progress"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">progress</span> &#8211; <span class="shortdesc">progress indicator</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="q-toc">
<span class="spec-link"><a title="Read about the q element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-q-element">&#9432;</a></span> <a href="q.html#q"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">q</span> &#8211; <span class="shortdesc">quoted text</span></span></a>
</li>
<li id="rp-toc">
<span class="spec-link"><a title="Read about the rp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-rp-element">&#9432;</a></span> <a href="rp.html#rp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">rp</span> &#8211; <span class="shortdesc">ruby parenthesis</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="rt-toc">
<span class="spec-link"><a title="Read about the rt element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-rt-element">&#9432;</a></span> <a href="rt.html#rt"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">rt</span> &#8211; <span class="shortdesc">ruby text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="ruby-toc">
<span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-ruby-element">&#9432;</a></span> <a href="ruby.html#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> &#8211; <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="s-toc">
<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-s-element">&#9432;</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> &#8211; <span class="shortdesc">struck text</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="samp-toc">
<span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-samp-element">&#9432;</a></span> <a href="samp.html#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> &#8211; <span class="shortdesc">(sample) output</span></span></a>
</li>
<li id="script-toc">
<span class="spec-link"><a title="Read about the script element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/scripting-1.html#script">&#9432;</a></span> <a href="script.html#script"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">script</span> &#8211; <span class="shortdesc">embedded script</span></span></a>
</li>
<li id="section-toc">
<span class="spec-link"><a title="Read about the section element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/sections.html#the-section-element">&#9432;</a></span> <a href="section.html#section"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">section</span> &#8211; <span class="shortdesc">section</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="select-toc">
<span class="spec-link"><a title="Read about the select element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-select-element">&#9432;</a></span> <a href="select.html#select"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">select</span> &#8211; <span class="shortdesc">option-selection form control</span></span></a>
</li>
<li id="small-toc">
<span class="spec-link"><a title="Read about the small element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-small-element">&#9432;</a></span> <a href="small.html#small"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">small</span> &#8211; <span class="shortdesc">small print</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
</li>
<li id="source-toc">
<span class="spec-link"><a title="Read about the source element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#the-source-element">&#9432;</a></span> <a href="source.html#source"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">source</span> &#8211; <span class="shortdesc">media source</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="span-toc">
<span class="spec-link"><a title="Read about the span element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-span-element">&#9432;</a></span> <a href="span.html#span"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">span</span> &#8211; <span class="shortdesc">generic span</span></span></a>
</li>
<li id="strong-toc">
<span class="spec-link"><a title="Read about the strong element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-strong-element">&#9432;</a></span> <a href="strong.html#strong"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">strong</span> &#8211; <span class="shortdesc">strong importance</span></span></a>
</li>
<li id="style-toc">
<span class="spec-link"><a title="Read about the style element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-style-element">&#9432;</a></span> <a href="style.html#style"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">style</span> &#8211; <span class="shortdesc">style (presentation) information</span></span></a>
</li>
<li id="sub-toc">
<span class="spec-link"><a title="Read about the sub element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-sub-and-sup-elements">&#9432;</a></span> <a href="sub.html#sub"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">sub</span> &#8211; <span class="shortdesc">subscript</span></span></a>
</li>
<li id="summary-toc">
<span class="spec-link"><a title="Read about the summary element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#the-summary-element">&#9432;</a></span> <a href="summary.html#summary"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">summary</span> &#8211; <span class="shortdesc">summary, caption, or legend for a details control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="sup-toc">
<span class="spec-link"><a title="Read about the sup element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-sub-and-sup-elements">&#9432;</a></span> <a href="sup.html#sup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">sup</span> &#8211; <span class="shortdesc">superscript</span></span></a>
</li>
<li id="table-toc">
<span class="spec-link"><a title="Read about the table element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-table-element">&#9432;</a></span> <a href="table.html#table"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">table</span> &#8211; <span class="shortdesc">table</span></span></a>
</li>
<li id="tbody-toc">
<span class="spec-link"><a title="Read about the tbody element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-tbody-element">&#9432;</a></span> <a href="tbody.html#tbody"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">tbody</span> &#8211; <span class="shortdesc">table row group</span></span></a>
</li>
<li id="td-toc">
<span class="spec-link"><a title="Read about the td element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-td-element">&#9432;</a></span> <a href="td.html#td"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">td</span> &#8211; <span class="shortdesc">table cell</span></span></a>
</li>
<li id="textarea-toc">
<span class="spec-link"><a title="Read about the textarea element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#the-textarea-element">&#9432;</a></span> <a href="textarea.html#textarea"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">textarea</span> &#8211; <span class="shortdesc">text input area</span></span></a>
</li>
<li id="tfoot-toc">
<span class="spec-link"><a title="Read about the tfoot element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-tfoot-element">&#9432;</a></span> <a href="tfoot.html#tfoot"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">tfoot</span> &#8211; <span class="shortdesc">table footer row group</span></span></a>
</li>
<li id="th-toc">
<span class="spec-link"><a title="Read about the th element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-th-element">&#9432;</a></span> <a href="th.html#th"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">th</span> &#8211; <span class="shortdesc">table header cell</span></span></a>
</li>
<li id="thead-toc">
<span class="spec-link"><a title="Read about the thead element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-thead-element">&#9432;</a></span> <a href="thead.html#thead"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">thead</span> &#8211; <span class="shortdesc">table heading group</span></span></a>
</li>
<li id="time-toc">
<span class="spec-link"><a title="Read about the time element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-time-element">&#9432;</a></span> <a href="time.html#time"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">time</span> &#8211; <span class="shortdesc">date and/or time</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="title-toc">
<span class="spec-link"><a title="Read about the title element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#the-title-element-0">&#9432;</a></span> <a href="title.html#title"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">title</span> &#8211; <span class="shortdesc">document title</span></span></a>
</li>
<li id="tr-toc">
<span class="spec-link"><a title="Read about the tr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#the-tr-element">&#9432;</a></span> <a href="tr.html#tr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">tr</span> &#8211; <span class="shortdesc">table row</span></span></a>
</li>
<li id="ul-toc">
<span class="spec-link"><a title="Read about the ul element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/grouping-content.html#the-ul-element">&#9432;</a></span> <a href="ul.html#ul"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ul</span> &#8211; <span class="shortdesc">unordered list</span></span></a>
</li>
<li id="var-toc">
<span class="spec-link"><a title="Read about the var element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-var-element">&#9432;</a></span> <a href="var.html#var"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">var</span> &#8211; <span class="shortdesc">variable or placeholder text</span></span></a>
</li>
<li id="video-toc">
<span class="spec-link"><a title="Read about the video element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#video">&#9432;</a></span> <a href="video.html#video"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">video</span> &#8211; <span class="shortdesc">video</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
<li id="wbr-toc">
<span class="spec-link"><a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#the-wbr-element">&#9432;</a></span> <a href="wbr.html#wbr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">wbr</span> &#8211; <span class="shortdesc">line-break opportunity</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</li>
</ul>
</li>
<li id="common-models-toc"> <a href="common-models.html#common-models"><span class="toc-section-number">7. </span><span class="toc-section-name">&#160;Common content models</span></a>
<ul>
<li id="common.elem.flow-toc"> <a href="common-models.html#common.elem.flow"><span class="toc-section-number">7.1. </span><span class="toc-section-name">&#160;Flow elements</span></a>
</li>
<li id="common.elem.metadata-toc"> <a href="common-models.html#common.elem.metadata"><span class="toc-section-number">7.2. </span><span class="toc-section-name">&#160;Metadata elements</span></a>
</li>
<li id="common.elem.phrasing-toc"> <a href="common-models.html#common.elem.phrasing"><span class="toc-section-number">7.3. </span><span class="toc-section-name">&#160;Phrasing elements</span></a>
</li>
</ul>
</li>
<li id="global-attributes-toc"> <a href="global-attributes.html#global-attributes"><span class="toc-section-number">8. </span><span class="toc-section-name">&#160;Global attributes</span></a>
<ul>
<li id="common.attrs.core-toc"> <a href="global-attributes.html#common.attrs.core"><span class="toc-section-number">8.1. </span><span class="toc-section-name">&#160;Core attributes</span></a>
</li>
<li id="common.attrs.event-handler-toc"> <a href="global-attributes.html#common.attrs.event-handler"><span class="toc-section-number">8.2. </span><span class="toc-section-name">&#160;Event-handler attributes</span></a>
</li>
<li id="common.attrs.xml-toc"> <a href="global-attributes.html#common.attrs.xml"><span class="toc-section-number">8.3. </span><span class="toc-section-name">&#160;XML attributes</span></a>
</li>
</ul>
</li>
<li id="datatypes-toc"> <a href="datatypes.html#datatypes"><span class="toc-section-number">9. </span><span class="toc-section-name">&#160;Data types (common microsyntaxes)</span></a>
</li>
</ul>
<ul>
<li id="references-toc"> <a href="references.html#references"><span class="toc-section-number">A. </span><span class="toc-section-name">&#160;References</span></a>
</li>
<li id="acknowledgments-toc"> <a href="acknowledgments.html#acknowledgments"><span class="toc-section-number">B. </span><span class="toc-section-name">&#160;Acknowledgments</span></a>
</li>
</ul>
<ul class="index-toc"><li id="index-toc"><a href="index-of-terms.html">Index of terms</a></li></ul>
</div>
<div id="this_sections">
      
      
    
    
        
    
    
    
    </div>
<div id="appendices">
     
     
  </div>
<script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
</body>
</html>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- spec.html	30 Nov 2010 02:58:24 -0000	1.292
+++ spec.html	30 Nov 2010 06:55:53 -0000	1.293
@@ -20728,7 +20728,7 @@
 </h2>
       <div id="s-longdesc" class="longdesc">
     <p>The
-    <span class="element">struck</span>
+    <span class="element">s</span>
     element represents a span of struck text.</p>
   </div>
       <div class="no-number no-toc" id="s-content-model">

Received on Tuesday, 30 November 2010 06:56:03 UTC