- From: poot <cvsmail@w3.org>
- Date: Sun, 3 May 2009 22:05:25 +0900 (JST)
- To: public-html-diffs@w3.org
h:html chunked version now how headers and footer with links to previous and next pages. Diffs for this change per section: http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#shared-hyperlink-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#em-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#syntax-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#tocjump http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common-command-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common.attrs.scripting-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#conformance-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#meter-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#col-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#button.submit-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common-form-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common-media-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#terminology-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#shared-attributes-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common.attrs.interact-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#character-encoding-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#intro-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#basic-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#a-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#abstract http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#b-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#scope-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#syntax-attributes-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#appendices http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#latestED http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#h5-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#present-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#audience-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#mime-types-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#structure-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#i18n-attrs-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#documents-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#address-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#input.date-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common-attributes-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#out-of-scope-toc http://people.w3.org/mike/diffs/html5/markup/Overview.1.296.html#common-phrasing-toc http://people.w3.org/mike/diffs/html5/markup/Overview.diff.html http://dev.w3.org/cvsweb/html5/markup/Overview.html?r1=1.295&r2=1.296&f=h =================================================================== RCS file: /sources/public/html5/markup/body.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- body.html 1 May 2009 11:07:54 -0000 1.2 +++ body.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>body – document body</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="body" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>body – document body</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="blockquote.html">« blockquote</a></span> +<span class="nav-next"><a href="br.html">br »</a></span> +</div> +<div id="body" class="section"> <h2 class="element-head"><span class="element">body</span> – <span class="shortdesc">document body</span> <a class="hash" href="#body">#</a> <a class="toc-bak" href="Overview.html#body-toc">T</a></h2> <div id="body-longdesc" class="longdesc"> <p>The <a href="body.html#body" class="element">body</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="body-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#body-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="body.html#body.attrs">body.attrs</a> = <span class="pattern" id="body.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="body.html#body.attrs">body.attrs</a> = <span class="pattern" id="body.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="body-tags"> @@ -48,4 +59,12 @@ <h2 class="element-subhead">Typical default display properties <a class="hash" href="#body-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="body-css"><div class="selectors"><span class="selector">body</span> { </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">8px</span>; }</div></div><div class="selectors"><span class="selector">body<span class="pseudo">:focus</span></span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">outline</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">outline</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="blockquote.html">« blockquote</a></span> +<span class="nav-next"><a href="br.html">br »</a></span> +</div> + +</body> +</html> Index: legend.html =================================================================== RCS file: /sources/public/html5/markup/legend.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- legend.html 1 May 2009 11:07:58 -0000 1.2 +++ legend.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>legend – title or explanatory caption</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="legend" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>legend – title or explanatory caption</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="label.html">« label</a></span> +<span class="nav-next"><a href="li.html">li »</a></span> +</div> +<div id="legend" class="section"> <h2 class="element-head"><span class="element">legend</span> – <span class="shortdesc">title or explanatory caption</span> <a class="hash" href="#legend">#</a> <a class="toc-bak" href="Overview.html#legend-toc">T</a></h2> <div id="legend-longdesc" class="longdesc"> <p>The <a href="legend.html#legend" class="element">legend</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="legend-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#legend-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="legend.html#legend.attrs">legend.attrs</a> = <span class="pattern" id="legend.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="legend.html#legend.attrs">legend.attrs</a> = <span class="pattern" id="legend.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="legend-tags"> @@ -52,4 +63,12 @@ <div class="no-number no-toc" id="legend-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#legend-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="legend-css"><div class="selectors"><span class="selector">legend</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">padding-left</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">padding-right</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">padding-left</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">padding-right</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="label.html">« label</a></span> +<span class="nav-next"><a href="li.html">li »</a></span> +</div> + +</body> +</html> Index: address.html =================================================================== RCS file: /sources/public/html5/markup/address.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- address.html 1 May 2009 11:07:54 -0000 1.2 +++ address.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>address – contact information</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="address" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>address – contact information</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="abbr.html">« abbr</a></span> +<span class="nav-next"><a href="area.html">area »</a></span> +</div> +<div id="address" class="section"> <h2 class="element-head"><span class="element">address</span> – <span class="shortdesc">contact information</span> <a class="hash" href="#address">#</a> <a class="toc-bak" href="Overview.html#address-toc">T</a></h2> <div id="address-longdesc" class="longdesc"> <p>The @@ -22,7 +33,7 @@ </div><div class="no-number no-toc" id="address-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#address-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="address.html#address.attrs">address.attrs</a> = <span class="pattern" id="address.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="address.html#address.attrs">address.attrs</a> = <span class="pattern" id="address.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="address-assertions"> @@ -53,4 +64,12 @@ <h2 class="element-subhead">Typical default display properties <a class="hash" href="#address-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="address-css"><div class="selectors"><span class="selector">address</span> { </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div><div class="selectors"><span class="selector">address</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="abbr.html">« abbr</a></span> +<span class="nav-next"><a href="area.html">area »</a></span> +</div> + +</body> +</html> Index: button.html =================================================================== RCS file: /sources/public/html5/markup/button.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- button.html 1 May 2009 11:07:55 -0000 1.2 +++ button.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="button" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="br.html">« br</a></span> +<span class="nav-next"><a href="button.submit.html">button.submit »</a></span> +</div> +<div id="button" class="section"> <h2 class="element-head"><span class="element">button</span> <a class="hash" href="#button">#</a> <a class="toc-bak" href="Overview.html#button-toc">T</a></h2> <div> <dl><dt class="content-model"><span class="element-pattern-name" id="button"><a href="button.html#button"><span class="element">button</span></a> = </span></dt><dd class="elem-mdl"><a class="ref" href="button.submit.html#button.submit">button.submit</a> @@ -11,4 +22,12 @@ specified represents the same thing as a <a href="button.submit.html#button.submit">button element with its type attribute set to "submit"</a>.</p> </div> - </div></body></html> + </div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="br.html">« br</a></span> +<span class="nav-next"><a href="button.submit.html">button.submit »</a></span> +</div> + +</body> +</html> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/th.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- th.html 1 May 2009 11:08:00 -0000 1.2 +++ th.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>th – table header cell</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="th" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>th – table header cell</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="tfoot.html">« tfoot</a></span> +<span class="nav-next"><a href="thead.html">thead »</a></span> +</div> +<div id="th" class="section"> <h2 class="element-head"><span class="element">th</span> – <span class="shortdesc">table header cell</span> <a class="hash" href="#th">#</a> <a class="toc-bak" href="Overview.html#th-toc">T</a></h2> <div id="th-longdesc" class="longdesc"> <p>The <a href="th.html#th" class="element">th</a> element represents @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="th-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#th-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="th.html#th.attrs">th.attrs</a> = <span class="pattern" id="th.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="th.html#th.attrs">th.attrs</a> = <span class="pattern" id="th.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="th.html#th-tables.attrs.colspan">colspan</a>? & <a class="ref" href="th.html#th-tables.attrs.rowspan">rowspan</a>? & <a class="ref" href="th.html#th-tables.attrs.scope">scope</a>? @@ -76,4 +87,12 @@ <h2 class="element-subhead">Typical default display properties <a class="hash" href="#th-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="th-css"><div class="selectors"><span class="selector">th</span> { </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-cell</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>; }</div></div><div class="selectors"><span class="selector">th</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="tfoot.html">« tfoot</a></span> +<span class="nav-next"><a href="thead.html">thead »</a></span> +</div> + +</body> +</html> Index: bb.html =================================================================== RCS file: /sources/public/html5/markup/bb.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- bb.html 1 May 2009 11:07:54 -0000 1.2 +++ bb.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>bb – user-agent command</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="bb" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>bb – user-agent command</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="base.html">« base</a></span> +<span class="nav-next"><a href="bdo.html">bdo »</a></span> +</div> +<div id="bb" class="section"> <h2 class="element-head"><span class="element">bb</span> – <span class="shortdesc">user-agent command</span> <a class="hash" href="#bb">#</a> <a class="toc-bak" href="Overview.html#bb-toc">T</a></h2> <div id="bb-longdesc" class="longdesc"> <p>The <a href="bb.html#bb" class="element">bb</a> element represents @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="bb-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#bb-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="bb.html#bb.attrs">bb.attrs</a> = <span class="pattern" id="bb.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="bb.html#bb.attrs">bb.attrs</a> = <span class="pattern" id="bb.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="bb.html#bb.attrs.type" title="bb.attrs.type">type</a>?</span></p></div></div> <div class="no-number no-toc" id="bb-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#bb-attributes">#</a></h2> @@ -61,4 +72,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#bb-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="base.html">« base</a></span> +<span class="nav-next"><a href="bdo.html">bdo »</a></span> +</div> + +</body> +</html> Index: mark.html =================================================================== RCS file: /sources/public/html5/markup/mark.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mark.html 1 May 2009 11:07:58 -0000 1.2 +++ mark.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>mark – marked (highlighted) text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="mark" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>mark – marked (highlighted) text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="map.html">« map</a></span> +<span class="nav-next"><a href="menu.html">menu »</a></span> +</div> +<div id="mark" class="section"> <h2 class="element-head"><span class="element">mark</span> – <span class="shortdesc">marked (highlighted) text</span> <a class="hash" href="#mark">#</a> <a class="toc-bak" href="Overview.html#mark-toc">T</a></h2> <div id="mark-longdesc" class="longdesc"> <p>The <a href="mark.html#mark" class="element">mark</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="mark-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#mark-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="mark.html#mark.attrs">mark.attrs</a> = <span class="pattern" id="mark.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="mark.html#mark.attrs">mark.attrs</a> = <span class="pattern" id="mark.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="mark-tags"> @@ -37,4 +48,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#mark-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="map.html">« map</a></span> +<span class="nav-next"><a href="menu.html">menu »</a></span> +</div> + +</body> +</html> Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.295 retrieving revision 1.296 diff -u -d -r1.295 -r1.296 --- Overview.html 1 May 2009 13:53:14 -0000 1.295 +++ Overview.html 2 May 2009 09:24:17 -0000 1.296 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>1 May 2009</em> +<h2>Editor’s Draft <em>2 May 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -36,7 +36,7 @@ <p> - This document is the 1 May 2009 Editor’s Draft of + This document is the 2 May 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -567,40 +567,40 @@ </li> </ul> </li> -<li id="common-attrs-toc"> -<a href="common-attrs.html#common-attrs">8. Common attributes</a> +<li id="common-attributes-toc"> +<a href="common-attributes.html#common-attributes">8. Common attributes</a> <ul> <li id="basic-attrs-toc"> -<a href="common-attrs.html#basic-attrs">8.1. Basic attributes</a> +<a href="common-attributes.html#basic-attrs">8.1. Basic attributes</a> </li> <li id="i18n-attrs-toc"> -<a href="common-attrs.html#i18n-attrs">8.2. Internationalization attributes</a> +<a href="common-attributes.html#i18n-attrs">8.2. Internationalization attributes</a> </li> <li id="present-attrs-toc"> -<a href="common-attrs.html#present-attrs">8.3. Present attributes</a> +<a href="common-attributes.html#present-attrs">8.3. Present attributes</a> </li> <li id="common.attrs.scripting-attrs-toc"> -<a href="common-attrs.html#common.attrs.scripting-attrs">8.4. Scripting attributes</a> +<a href="common-attributes.html#common.attrs.scripting-attrs">8.4. Scripting attributes</a> </li> <li id="common.attrs.interact-attrs-toc"> -<a href="common-attrs.html#common.attrs.interact-attrs">8.5. Interaction attributes</a> +<a href="common-attributes.html#common.attrs.interact-attrs">8.5. Interaction attributes</a> </li> </ul> </li> -<li id="shared-attrs-toc"> -<a href="shared-attrs.html#shared-attrs">9. Other shared attributes</a> +<li id="shared-attributes-toc"> +<a href="shared-attributes.html#shared-attributes">9. Other shared attributes</a> <ul> <li id="common-command-attrs-toc"> -<a href="shared-attrs.html#common-command-attrs">9.1. Command attributes</a> +<a href="shared-attributes.html#common-command-attrs">9.1. Command attributes</a> </li> <li id="common-media-attrs-toc"> -<a href="shared-attrs.html#common-media-attrs">9.2. Media attributes</a> +<a href="shared-attributes.html#common-media-attrs">9.2. Media attributes</a> </li> <li id="shared-hyperlink-attrs-toc"> -<a href="shared-attrs.html#shared-hyperlink-attrs">9.3. Hyperlink attributes</a> +<a href="shared-attributes.html#shared-hyperlink-attrs">9.3. Hyperlink attributes</a> </li> <li id="common-form-attrs-toc"> -<a href="shared-attrs.html#common-form-attrs">9.4. Form attributes</a> +<a href="shared-attributes.html#common-form-attrs">9.4. Form attributes</a> </li> </ul> </li> Index: br.html =================================================================== RCS file: /sources/public/html5/markup/br.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- br.html 1 May 2009 11:07:54 -0000 1.2 +++ br.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>br – line break</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="br" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>br – line break</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="body.html">« body</a></span> +<span class="nav-next"><a href="button.html">button »</a></span> +</div> +<div id="br" class="section"> <h2 class="element-head"><span class="element">br</span> – <span class="shortdesc">line break</span> <a class="hash" href="#br">#</a> <a class="toc-bak" href="Overview.html#br-toc">T</a></h2> <div id="br-longdesc" class="longdesc"> <p>The <a href="br.html#br" class="element">br</a> element represents @@ -16,7 +27,7 @@ </div><div class="no-number no-toc" id="br-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#br-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="br.html#br.attrs">br.attrs</a> = <span class="pattern" id="br.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="br.html#br.attrs">br.attrs</a> = <span class="pattern" id="br.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="br-tags"> @@ -33,4 +44,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#br-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="body.html">« body</a></span> +<span class="nav-next"><a href="button.html">button »</a></span> +</div> + +</body> +</html> Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.email.html 1 May 2009 11:07:57 -0000 1.2 +++ input.email.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=email – e-mail address input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.email" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=email – e-mail address input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.range.html">« input.range</a></span> +<span class="nav-next"><a href="input.url.html">input.url »</a></span> +</div> +<div id="input.email" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">email</span></span> – <span class="shortdesc">e-mail address input control</span> <a class="hash" href="#input.email">#</a> <a class="toc-bak" href="Overview.html#input.email-toc">T</a></h2> <div id="input.email-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,19 +30,19 @@ </div><div class="no-number no-toc" id="input.email-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.email-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.email.html#input.email.attrs">input.email.attrs</a> = <span class="pattern" id="input.email.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.email.html#input.email.attrs">input.email.attrs</a> = <span class="pattern" id="input.email.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.email.html#input.email.attrs.type" title="input.email.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? - & ((<a class="ref" href="shared-attrs.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a> + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & ((<a class="ref" href="shared-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a> & <a class="ref" href="input.email.html#input.email.attrs.value.multiple" title="input.email.attrs.value.multiple">value.multiple</a>?) | <a class="ref" href="input.email.html#input.email.attrs.value.single" title="input.email.attrs.value.single">value.single</a>?)?</span></p></div></div> <div class="no-number no-toc" id="input.email-attributes"> @@ -92,4 +103,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.email-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.range.html">« input.range</a></span> +<span class="nav-next"><a href="input.url.html">input.url »</a></span> +</div> + +</body> +</html> Index: tr.html =================================================================== RCS file: /sources/public/html5/markup/tr.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tr.html 1 May 2009 11:08:00 -0000 1.2 +++ tr.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>tr – table row</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="tr" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>tr – table row</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="title.html">« title</a></span> +<span class="nav-next"><a href="ul.html">ul »</a></span> +</div> +<div id="tr" class="section"> <h2 class="element-head"><span class="element">tr</span> – <span class="shortdesc">table row</span> <a class="hash" href="#tr">#</a> <a class="toc-bak" href="Overview.html#tr-toc">T</a></h2> <div id="tr-longdesc" class="longdesc"> <p>The <a href="tr.html#tr" class="element">tr</a> element represents @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="tr-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#tr-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="tr.html#tr.attrs">tr.attrs</a> = <span class="pattern" id="tr.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="tr.html#tr.attrs">tr.attrs</a> = <span class="pattern" id="tr.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="tr-tags"> @@ -53,4 +64,12 @@ <div class="no-number no-toc" id="tr-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tr-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="tr-css"><div class="selectors"><span class="selector">tr</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-row</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-row</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="title.html">« title</a></span> +<span class="nav-next"><a href="ul.html">ul »</a></span> +</div> + +</body> +</html> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.month.html 1 May 2009 11:07:57 -0000 1.2 +++ input.month.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=month – year-and-month input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.month" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=month – year-and-month input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.date.html">« input.date</a></span> +<span class="nav-next"><a href="input.time.html">input.time »</a></span> +</div> +<div id="input.month" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">month</span></span> – <span class="shortdesc">year-and-month input control</span> <a class="hash" href="#input.month">#</a> <a class="toc-bak" href="Overview.html#input.month-toc">T</a></h2> <div id="input.month-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,17 +30,17 @@ </div><div class="no-number no-toc" id="input.month-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.month-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.month.html#input.month.attrs">input.month.attrs</a> = <span class="pattern" id="input.month.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.month.html#input.month.attrs">input.month.attrs</a> = <span class="pattern" id="input.month.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.month.html#input.month.attrs.type" title="input.month.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.month.html#input.month.attrs.min" title="input.month.attrs.min">min</a>? & <a class="ref" href="input.month.html#input.month.attrs.max" title="input.month.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.month.html#input.month.attrs.value" title="input.month.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.month-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.month-attributes">#</a></h2> @@ -96,4 +107,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.month-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.date.html">« input.date</a></span> +<span class="nav-next"><a href="input.time.html">input.time »</a></span> +</div> + +</body> +</html> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- iframe.html 1 May 2009 11:07:56 -0000 1.2 +++ iframe.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>iframe – nested browsing context (inline frame)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="iframe" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>iframe – nested browsing context (inline frame)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="i.html">« i</a></span> +<span class="nav-next"><a href="img.html">img »</a></span> +</div> +<div id="iframe" class="section"> <h2 class="element-head"><span class="element">iframe</span> – <span class="shortdesc">nested browsing context (inline frame)</span> <a class="hash" href="#iframe">#</a> <a class="toc-bak" href="Overview.html#iframe-toc">T</a></h2> <div id="iframe-longdesc" class="longdesc"> <p>The <a href="iframe.html#iframe" class="element">iframe</a> element @@ -16,7 +27,7 @@ </div><div class="no-number no-toc" id="iframe-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#iframe-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="iframe.html#iframe.attrs">iframe.attrs</a> = <span class="pattern" id="iframe.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="iframe.html#iframe.attrs">iframe.attrs</a> = <span class="pattern" id="iframe.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="iframe.html#iframe.attrs.src" title="iframe.attrs.src">src</a>? & <a class="ref" href="iframe.html#iframe.attrs.name" title="iframe.attrs.name">name</a>? & <a class="ref" href="iframe.html#iframe.attrs.width" title="iframe.attrs.width">width</a>? @@ -110,4 +121,12 @@ <h2 class="element-subhead">Typical default display properties <a class="hash" href="#iframe-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="iframe-css"><div class="selectors"><span class="selector">iframe</span> { </div><div class="properties"><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">2px inset</span>; }</div></div><div class="selectors"><span class="selector">iframe</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="i.html">« i</a></span> +<span class="nav-next"><a href="img.html">img »</a></span> +</div> + +</body> +</html> Index: datagrid.html =================================================================== RCS file: /sources/public/html5/markup/datagrid.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- datagrid.html 1 May 2009 11:07:55 -0000 1.2 +++ datagrid.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>datagrid – datagrid</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="datagrid" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>datagrid – datagrid</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="command.checkbox.html">« command.checkbox</a></span> +<span class="nav-next"><a href="datalist.html">datalist »</a></span> +</div> +<div id="datagrid" class="section"> <h2 class="element-head"><span class="element">datagrid</span> – <span class="shortdesc">datagrid</span> <a class="hash" href="#datagrid">#</a> <a class="toc-bak" href="Overview.html#datagrid-toc">T</a></h2> <div id="datagrid-longdesc" class="longdesc"> <p>The <a href="datagrid.html#datagrid" class="element">datagrid</a> @@ -21,7 +32,7 @@ </div><div class="no-number no-toc" id="datagrid-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#datagrid-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="datagrid.html#datagrid.attrs">datagrid.attrs</a> = <span class="pattern" id="datagrid.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="datagrid.html#datagrid.attrs">datagrid.attrs</a> = <span class="pattern" id="datagrid.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="datagrid.html#datagrid.attrs.multiple" title="datagrid.attrs.multiple">multiple</a>? & <a class="ref" href="datagrid.html#datagrid.attrs.disabled" title="datagrid.attrs.disabled">disabled</a>?</span></p></div></div> <div class="no-number no-toc" id="datagrid-attributes"> @@ -66,4 +77,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#datagrid-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="command.checkbox.html">« command.checkbox</a></span> +<span class="nav-next"><a href="datalist.html">datalist »</a></span> +</div> + +</body> +</html> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ins.html 1 May 2009 11:07:57 -0000 1.2 +++ ins.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>ins – inserted text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="ins" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>ins – inserted text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.color.html">« input.color</a></span> +<span class="nav-next"><a href="kbd.html">kbd »</a></span> +</div> +<div id="ins" class="section"> <h2 class="element-head"><span class="element">ins</span> – <span class="shortdesc">inserted text</span> <a class="hash" href="#ins">#</a> <a class="toc-bak" href="Overview.html#ins-toc">T</a></h2> <div id="ins-longdesc" class="longdesc"> <p>The <a href="ins.html#ins" class="element">ins</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="ins-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#ins-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="ins.html#ins.attrs">ins.attrs</a> = <span class="pattern" id="ins.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="ins.html#ins.attrs">ins.attrs</a> = <span class="pattern" id="ins.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="ins.html#ins-edit.attrs.cite">cite</a>? & <a class="ref" href="ins.html#ins-edit.attrs.datetime">datetime</a>?</span></p></div></div> <div class="no-number no-toc" id="ins-attributes"> @@ -55,4 +66,12 @@ <div class="no-number no-toc" id="ins-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ins-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="ins-css"><div class="selectors"><span class="selector">ins</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.color.html">« input.color</a></span> +<span class="nav-next"><a href="kbd.html">kbd »</a></span> +</div> + +</body> +</html> Index: abbr.html =================================================================== RCS file: /sources/public/html5/markup/abbr.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- abbr.html 1 May 2009 11:07:54 -0000 1.2 +++ abbr.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>abbr – abbreviation</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="abbr" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>abbr – abbreviation</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="a.html">« a</a></span> +<span class="nav-next"><a href="address.html">address »</a></span> +</div> +<div id="abbr" class="section"> <h2 class="element-head"><span class="element">abbr</span> – <span class="shortdesc">abbreviation</span> <a class="hash" href="#abbr">#</a> <a class="toc-bak" href="Overview.html#abbr-toc">T</a></h2> <div id="abbr-longdesc" class="longdesc"> <p>The @@ -22,7 +33,7 @@ </div><div class="no-number no-toc" id="abbr-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#abbr-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="abbr.html#abbr.attrs">abbr.attrs</a> = <span class="pattern" id="abbr.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="abbr.html#abbr.attrs">abbr.attrs</a> = <span class="pattern" id="abbr.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="abbr-tags"> @@ -39,4 +50,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#abbr-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="a.html">« a</a></span> +<span class="nav-next"><a href="address.html">address »</a></span> +</div> + +</body> +</html> Index: div.html =================================================================== RCS file: /sources/public/html5/markup/div.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- div.html 1 May 2009 11:07:55 -0000 1.2 +++ div.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,16 +1,27 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>div – generic flow container</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="div" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>div – generic flow container</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="dialog.html">« dialog</a></span> +<span class="nav-next"><a href="dl.html">dl »</a></span> +</div> +<div id="div" class="section"> <h2 class="element-head"><span class="element">div</span> – <span class="shortdesc">generic flow container</span> <a class="hash" href="#div">#</a> <a class="toc-bak" href="Overview.html#div-toc">T</a></h2> <div id="div-longdesc" class="longdesc"> <p>The <a href="div.html#div" class="element">div</a> element is a generic container for flow content that by itself does not represent anything. It can be used with attributes such as - <a href="common-attrs.html#common.attrs.class">class</a>, - <a href="common-attrs.html#common.attrs.lang">lang</a>/<a href="common-attrs.html#common.attrs.xmllang">xml:lang</a>, + <a href="common-attributes.html#common.attrs.class">class</a>, + <a href="common-attributes.html#common.attrs.lang">lang</a>/<a href="common-attributes.html#common.attrs.xmllang">xml:lang</a>, and - <a href="common-attrs.html#common.attrs.title">title</a> + <a href="common-attributes.html#common.attrs.title">title</a> to add additional semantics and structure to flow content.</p> </div> <div class="no-number no-toc" id="div-content"> @@ -26,7 +37,7 @@ </div><div class="no-number no-toc" id="div-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#div-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="div.html#div.attrs">div.attrs</a> = <span class="pattern" id="div.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="div.html#div.attrs">div.attrs</a> = <span class="pattern" id="div.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="div-tags"> @@ -47,4 +58,12 @@ <div class="no-number no-toc" id="div-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#div-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="div-css"><div class="selectors"><span class="selector">div</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="dialog.html">« dialog</a></span> +<span class="nav-next"><a href="dl.html">dl »</a></span> +</div> + +</body> +</html> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.name.html 1 May 2009 11:07:58 -0000 1.2 +++ meta.name.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meta name – name-value metadata</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meta.name" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meta name – name-value metadata</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meta.html">« meta</a></span> +<span class="nav-next"><a href="meta.http-equiv.refresh.html">meta.http-equiv.refresh »</a></span> +</div> +<div id="meta.name" class="section"> <h2 class="element-head"><span class="element">meta</span> <span class="elem-qualifier"><span class="attribute-name">name</span></span> – <span class="shortdesc">name-value metadata</span> <a class="hash" href="#meta.name">#</a> <a class="toc-bak" href="Overview.html#meta.name-toc">T</a></h2> <div id="meta.name-longdesc" class="longdesc"> <p>The <a href="meta.html#meta" class="element">meta</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="meta.name-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#meta.name-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="meta.name.html#meta.name.attrs">meta.name.attrs</a> = <span class="pattern" id="meta.name.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="meta.name.html#meta.name.attrs">meta.name.attrs</a> = <span class="pattern" id="meta.name.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="meta.name.html#meta.name.attrs.name" title="meta.name.attrs.name">name</a> & <a class="ref" href="meta.name.html#meta.name.attrs.content" title="meta.name.attrs.content">content</a></span></p></div></div> <div class="no-number no-toc" id="meta.name-attributes"> @@ -93,4 +104,12 @@ | <a class="ref" href="script.html#script">script</a> | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a> | (<a class="ref" href="command.html#command">command</a>)</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meta.html">« meta</a></span> +<span class="nav-next"><a href="meta.http-equiv.refresh.html">meta.http-equiv.refresh »</a></span> +</div> + +</body> +</html> Index: dt.html =================================================================== RCS file: /sources/public/html5/markup/dt.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dt.html 1 May 2009 11:07:55 -0000 1.2 +++ dt.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>dt – term in a term-description grouping</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="dt" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>dt – term in a term-description grouping</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="dl.html">« dl</a></span> +<span class="nav-next"><a href="em.html">em »</a></span> +</div> +<div id="dt" class="section"> <h2 class="element-head"><span class="element">dt</span> – <span class="shortdesc">term in a term-description grouping</span> <a class="hash" href="#dt">#</a> <a class="toc-bak" href="Overview.html#dt-toc">T</a></h2> <div id="dt-longdesc" class="longdesc"> <p>If a <a href="dt.html#dt" class="element">dt</a> element’s parent @@ -26,7 +37,7 @@ </div><div class="no-number no-toc" id="dt-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#dt-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="dt.html#dt.attrs">dt.attrs</a> = <span class="pattern" id="dt.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="dt.html#dt.attrs">dt.attrs</a> = <span class="pattern" id="dt.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="dt-tags"> @@ -53,4 +64,12 @@ <div class="no-number no-toc" id="dt-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dt-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="dt-css"><div class="selectors"><span class="selector">dt</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="dl.html">« dl</a></span> +<span class="nav-next"><a href="em.html">em »</a></span> +</div> + +</body> +</html> Index: table.html =================================================================== RCS file: /sources/public/html5/markup/table.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- table.html 1 May 2009 11:08:00 -0000 1.2 +++ table.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>table – table</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="table" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>table – table</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="sup.html">« sup</a></span> +<span class="nav-next"><a href="tbody.html">tbody »</a></span> +</div> +<div id="table" class="section"> <h2 class="element-head"><span class="element">table</span> – <span class="shortdesc">table</span> <a class="hash" href="#table">#</a> <a class="toc-bak" href="Overview.html#table-toc">T</a></h2> <div id="table-longdesc" class="longdesc"> <p>The <a href="table.html#table" class="element">table</a> element @@ -26,7 +37,7 @@ </div><div class="no-number no-toc" id="table-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#table-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="table.html#table.attrs">table.attrs</a> = <span class="pattern" id="table.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="table.html#table.attrs">table.attrs</a> = <span class="pattern" id="table.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="table-assertions"> @@ -56,4 +67,12 @@ <div class="no-number no-toc" id="table-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#table-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="table-css"><div class="selectors"><span class="selector">table</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table</span>;</div><div class="css-property"><span class="prop-name">border-collapse</span>: <span class="prop-value">separate</span>;</div><div class="css-property"><span class="prop-name">border-spacing</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">gray</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table</span>;</div><div class="css-property"><span class="prop-name">border-collapse</span>: <span class="prop-value">separate</span>;</div><div class="css-property"><span class="prop-name">border-spacing</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">gray</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="sup.html">« sup</a></span> +<span class="nav-next"><a href="tbody.html">tbody »</a></span> +</div> + +</body> +</html> Index: nav.html =================================================================== RCS file: /sources/public/html5/markup/nav.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- nav.html 1 May 2009 11:07:58 -0000 1.3 +++ nav.html 2 May 2009 09:24:21 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>nav – group of navigational links</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="nav" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>nav – group of navigational links</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meter.html">« meter</a></span> +<span class="nav-next"><a href="noscript.html">noscript »</a></span> +</div> +<div id="nav" class="section"> <h2 class="element-head"><span class="element">nav</span> – <span class="shortdesc">group of navigational links</span> <a class="hash" href="#nav">#</a> <a class="toc-bak" href="Overview.html#nav-toc">T</a></h2> <div id="nav-longdesc" class="longdesc"> <p>The <a href="nav.html#nav" class="element">nav</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="nav-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#nav-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="nav.html#nav.attrs">nav.attrs</a> = <span class="pattern" id="nav.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="nav.html#nav.attrs">nav.attrs</a> = <span class="pattern" id="nav.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="nav-assertions"> @@ -49,4 +60,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#nav-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meter.html">« meter</a></span> +<span class="nav-next"><a href="noscript.html">noscript »</a></span> +</div> + +</body> +</html> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/html.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- html.html 1 May 2009 11:07:56 -0000 1.2 +++ html.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>html – root element</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="html" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>html – root element</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="hr.html">« hr</a></span> +<span class="nav-next"><a href="i.html">i »</a></span> +</div> +<div id="html" class="section"> <h2 class="element-head"><span class="element">html</span> – <span class="shortdesc">root element</span> <a class="hash" href="#html">#</a> <a class="toc-bak" href="Overview.html#html-toc">T</a></h2> <div id="html-longdesc" class="longdesc"> <p>The <a href="html.html#html" class="element">html</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="html-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#html-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="html.html#html.attrs">html.attrs</a> = <span class="pattern" id="html.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="html.html#html.attrs">html.attrs</a> = <span class="pattern" id="html.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="html.html#html.attrs.manifest" title="html.attrs.manifest">manifest</a>?</span></p></div></div> <div class="no-number no-toc" id="html-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#html-attributes">#</a></h2> @@ -52,4 +63,12 @@ <h2 class="element-subhead">Typical default display properties <a class="hash" href="#html-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="html-css"><div class="selectors"><span class="selector">html</span> { </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div><div class="selectors"><span class="selector">html<span class="pseudo">:focus</span></span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">outline</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">outline</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="hr.html">« hr</a></span> +<span class="nav-next"><a href="i.html">i »</a></span> +</div> + +</body> +</html> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.http-equiv.content-type.html 1 May 2009 11:07:58 -0000 1.2 +++ meta.http-equiv.content-type.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meta http-equiv=content-type – document character-encoding declaration</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meta.http-equiv.content-type" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meta http-equiv=content-type – document character-encoding declaration</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meta.charset.html">« meta.charset</a></span> +<span class="nav-next"><a href="meter.html">meter »</a></span> +</div> +<div id="meta.http-equiv.content-type" class="section"> <h2 class="element-head"><span class="element">meta</span> <span class="elem-qualifier"><span class="attribute-name">http-equiv</span>=<span class="equals-value">content-type</span></span> – <span class="shortdesc">document character-encoding declaration</span> <a class="hash" href="#meta.http-equiv.content-type">#</a> <a class="toc-bak" href="Overview.html#meta.http-equiv.content-type-toc">T</a></h2> <div id="meta.http-equiv.content-type-longdesc" class="longdesc"> <p>A <a href="meta.html#meta" class="element">meta</a> element with a @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="meta.http-equiv.content-type-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#meta.http-equiv.content-type-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="meta.http-equiv.content-type.html#meta.http-equiv.content-type.attrs">meta.http-equiv.content-type.attrs</a> = <span class="pattern" id="meta.http-equiv.content-type.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="meta.http-equiv.content-type.html#meta.http-equiv.content-type.attrs">meta.http-equiv.content-type.attrs</a> = <span class="pattern" id="meta.http-equiv.content-type.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.http-equiv.content-type" title="meta.http-equiv.attrs.http-equiv.content-type">http-equiv.content-type</a> & <a class="ref" href="meta.http-equiv.content-type.html#meta.http-equiv.attrs.content.content-type" title="meta.http-equiv.attrs.content.content-type">content.content-type</a></span></p></div></div> <div class="no-number no-toc" id="meta.http-equiv.content-type-attributes"> @@ -84,4 +95,12 @@ | <a class="ref" href="script.html#script">script</a> | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a> | (<a class="ref" href="command.html#command">command</a>)</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meta.charset.html">« meta.charset</a></span> +<span class="nav-next"><a href="meter.html">meter »</a></span> +</div> + +</body> +</html> Index: footer.html =================================================================== RCS file: /sources/public/html5/markup/footer.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- footer.html 1 May 2009 11:07:56 -0000 1.3 +++ footer.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>footer – footer</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="footer" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>footer – footer</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="figure.html">« figure</a></span> +<span class="nav-next"><a href="form.html">form »</a></span> +</div> +<div id="footer" class="section"> <h2 class="element-head"><span class="element">footer</span> – <span class="shortdesc">footer</span> <a class="hash" href="#footer">#</a> <a class="toc-bak" href="Overview.html#footer-toc">T</a></h2> <div id="footer-longdesc" class="longdesc"> <p>The <a href="footer.html#footer" class="element">footer</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="footer-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#footer-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="footer.html#footer.attrs">footer.attrs</a> = <span class="pattern" id="footer.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="footer.html#footer.attrs">footer.attrs</a> = <span class="pattern" id="footer.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="footer-assertions"> @@ -50,4 +61,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#footer-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="figure.html">« figure</a></span> +<span class="nav-next"><a href="form.html">form »</a></span> +</div> + +</body> +</html> Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- script.html 1 May 2009 11:07:59 -0000 1.2 +++ script.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>script – embedded script</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="script" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>script – embedded script</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="samp.html">« samp</a></span> +<span class="nav-next"><a href="section.html">section »</a></span> +</div> +<div id="script" class="section"> <h2 class="element-head"><span class="element">script</span> – <span class="shortdesc">embedded script</span> <a class="hash" href="#script">#</a> <a class="toc-bak" href="Overview.html#script-toc">T</a></h2> <div id="script-longdesc" class="longdesc"> <p>The <a href="script.html#script" class="element">script</a> element @@ -26,10 +37,10 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#script-attr-mdl">#</a></h2> <dl class="attr-content-models"> <dt class="attr-content-model"><span class="attribute-pattern-name" id="script.attrs.embedded">script.attrs.embedded = - </span></dt><dd><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + </span></dt><dd><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="script.html#script.attrs.type" title="script.attrs.type">type</a>?</dd> <dt class="attr-content-model"><span class="attribute-pattern-name" id="script.attrs.imported">script.attrs.imported = - </span></dt><dd><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + </span></dt><dd><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="script.html#script.attrs.src" title="script.attrs.src">src</a> & <a class="ref" href="script.html#script.attrs.defer" title="script.attrs.defer">defer</a>? & <a class="ref" href="script.html#script.attrs.async" title="script.attrs.async">async</a>? @@ -94,4 +105,12 @@ <div class="no-number no-toc" id="script-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#script-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="script-css"><div class="selectors"><span class="selector">script</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="samp.html">« samp</a></span> +<span class="nav-next"><a href="section.html">section »</a></span> +</div> + +</body> +</html> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.range.html 1 May 2009 11:07:57 -0000 1.2 +++ input.range.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=range – imprecise number-input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.range" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=range – imprecise number-input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.number.html">« input.number</a></span> +<span class="nav-next"><a href="input.email.html">input.email »</a></span> +</div> +<div id="input.range" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">range</span></span> – <span class="shortdesc">imprecise number-input control</span> <a class="hash" href="#input.range">#</a> <a class="toc-bak" href="Overview.html#input.range-toc">T</a></h2> <div id="input.range-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,15 +30,15 @@ </div><div class="no-number no-toc" id="input.range-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.range-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.range.html#input.range.attrs">input.range.attrs</a> = <span class="pattern" id="input.range.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.range.html#input.range.attrs">input.range.attrs</a> = <span class="pattern" id="input.range.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.range.html#input.range.attrs.type" title="input.range.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.range.html#input.range.attrs.min" title="input.range.attrs.min">min</a>? & <a class="ref" href="input.range.html#input.range.attrs.max" title="input.range.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? & <a class="ref" href="input.range.html#input.range.attrs.value" title="input.range.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.range-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.range-attributes">#</a></h2> @@ -94,4 +105,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.range-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.number.html">« input.number</a></span> +<span class="nav-next"><a href="input.email.html">input.email »</a></span> +</div> + +</body> +</html> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- audio.html 1 May 2009 11:07:54 -0000 1.2 +++ audio.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>audio – audio stream</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="audio" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>audio – audio stream</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="aside.html">« aside</a></span> +<span class="nav-next"><a href="b.html">b »</a></span> +</div> +<div id="audio" class="section"> <h2 class="element-head"><span class="element">audio</span> – <span class="shortdesc">audio stream</span> <a class="hash" href="#audio">#</a> <a class="toc-bak" href="Overview.html#audio-toc">T</a></h2> <div id="audio-longdesc" class="longdesc"> <p>An <a href="audio.html#audio" class="element">audio</a> element @@ -11,7 +22,7 @@ <dl class="content-models" id="audio-mdls"> <dt class="content-model"><span class="element-pattern-name" id="audio.elem.flow"><a class="hash" href="audio.html#audio.elem.flow"><span class="element">audio</span>.elem.flow</a> = </span></dt> <dd class="elem-mdl"><span> - <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text @@ -20,7 +31,7 @@ </span></dd> <dt class="content-model"><span class="element-pattern-name" id="audio.elem.phrasing"><a class="hash" href="audio.html#audio.elem.phrasing"><span class="element">audio</span>.elem.phrasing</a> = </span></dt> <dd class="elem-mdl"><span> - <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text @@ -31,8 +42,8 @@ </div><div class="no-number no-toc" id="audio-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#audio-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="audio.html#audio.attrs">audio.attrs</a> = <span class="pattern" id="audio.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#media.attrs">media.attrs</a></span></p></div></div> + <p><a href="audio.html#audio.attrs">audio.attrs</a> = <span class="pattern" id="audio.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#media.attrs">media.attrs</a></span></p></div></div> <div class="no-number no-toc" id="audio-assertions"> @@ -68,4 +79,12 @@ <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="aside.html">« aside</a></span> +<span class="nav-next"><a href="b.html">b »</a></span> +</div> + +</body> +</html> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- time.html 1 May 2009 11:08:00 -0000 1.2 +++ time.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>time – date and/or time</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="time" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>time – date and/or time</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="thead.html">« thead</a></span> +<span class="nav-next"><a href="title.html">title »</a></span> +</div> +<div id="time" class="section"> <h2 class="element-head"><span class="element">time</span> – <span class="shortdesc">date and/or time</span> <a class="hash" href="#time">#</a> <a class="toc-bak" href="Overview.html#time-toc">T</a></h2> <div id="time-longdesc" class="longdesc"> <p>The <a href="time.html#time" class="element">time</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="time-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#time-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="time.html#time.attrs">time.attrs</a> = <span class="pattern" id="time.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="time.html#time.attrs">time.attrs</a> = <span class="pattern" id="time.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="time.html#time.attrs.datetime" title="time.attrs.datetime">datetime</a>?</span></p></div></div> <div class="no-number no-toc" id="time-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#time-attributes">#</a></h2> @@ -44,4 +55,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#time-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="thead.html">« thead</a></span> +<span class="nav-next"><a href="title.html">title »</a></span> +</div> + +</body> +</html> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.http-equiv.default-style.html 1 May 2009 11:07:58 -0000 1.2 +++ meta.http-equiv.default-style.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meta http-equiv=default-style – “preferred stylesheet” pragma directive</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meta.http-equiv.default-style" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meta http-equiv=default-style – “preferred stylesheet” pragma directive</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meta.http-equiv.refresh.html">« meta.http-equiv.refresh</a></span> +<span class="nav-next"><a href="meta.charset.html">meta.charset »</a></span> +</div> +<div id="meta.http-equiv.default-style" class="section"> <h2 class="element-head"><span class="element">meta</span> <span class="elem-qualifier"><span class="attribute-name">http-equiv</span>=<span class="equals-value">default-style</span></span> – <span class="shortdesc">“preferred stylesheet” pragma directive</span> <a class="hash" href="#meta.http-equiv.default-style">#</a> <a class="toc-bak" href="Overview.html#meta.http-equiv.default-style-toc">T</a></h2> <div id="meta.http-equiv.default-style-longdesc" class="longdesc"> <p>The <a href="meta.html#meta" class="element">meta</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="meta.http-equiv.default-style-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#meta.http-equiv.default-style-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="meta.http-equiv.default-style.html#meta.http-equiv.default-style.attrs">meta.http-equiv.default-style.attrs</a> = <span class="pattern" id="meta.http-equiv.default-style.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="meta.http-equiv.default-style.html#meta.http-equiv.default-style.attrs">meta.http-equiv.default-style.attrs</a> = <span class="pattern" id="meta.http-equiv.default-style.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="meta.http-equiv.default-style.html#meta.http-equiv.attrs.http-equiv.default-style" title="meta.http-equiv.attrs.http-equiv.default-style">http-equiv.default-style</a> & <a class="ref" href="meta.http-equiv.default-style.html#meta.http-equiv.attrs.content.default-style" title="meta.http-equiv.attrs.content.default-style">content.default-style</a></span></p></div></div> <div class="no-number no-toc" id="meta.http-equiv.default-style-attributes"> @@ -36,10 +47,10 @@ stylesheet. The name must meet either of the following sets of constraints: <ul> - <li>The name must match the value of the <a href="common-attrs.html#common.attrs.title">title</a> attribute on a <a href="link.html#link">link</a> + <li>The name must match the value of the <a href="common-attributes.html#common.attrs.title">title</a> attribute on a <a href="link.html#link">link</a> element in the same document, and that <a href="link.html#link">link</a> element must have an <a href=".html#common.attrs.href">href</a> attribute that references the location of a CSS stylesheet.</li> - <li>The name must match the value of the <a href="common-attrs.html#common.attrs.title">title</a> attribute on a <a href="style.html#style">style</a> + <li>The name must match the value of the <a href="common-attributes.html#common.attrs.title">title</a> attribute on a <a href="style.html#style">style</a> element in the same document, and the contents of that element must be a CSS stylesheet.</li> </ul> @@ -74,4 +85,12 @@ | <a class="ref" href="meta.http-equiv.default-style.html#meta.http-equiv.default-style">meta.http-equiv.default-style</a> | <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.refresh">meta.http-equiv.refresh</a> | <a class="ref" href="style.html#style-pattern">style</a>)*</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meta.http-equiv.refresh.html">« meta.http-equiv.refresh</a></span> +<span class="nav-next"><a href="meta.charset.html">meta.charset »</a></span> +</div> + +</body> +</html> Index: input.html =================================================================== RCS file: /sources/public/html5/markup/input.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.html 1 May 2009 11:07:57 -0000 1.2 +++ input.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="img.html">« img</a></span> +<span class="nav-next"><a href="input.text.html">input.text »</a></span> +</div> +<div id="input" class="section"> <h2 class="element-head"><span class="element">input</span> <a class="hash" href="#input">#</a> <a class="toc-bak" href="Overview.html#input-toc">T</a></h2> <div> <dl><dt class="content-model"><span class="element-pattern-name" id="input"><a href="input.html#input"><span class="element">input</span></a> = </span></dt><dd class="elem-mdl"><a class="ref" href="input.text.html#input.text">input.text</a> @@ -28,4 +39,12 @@ <p>An <span class="element">input</span> element with no <span class="attribute">type</span> attribute specified represents the same thing as a <a href="input.text.html#input.text">input element with its type - attribute set to "text"</a>.</p></div></div></body></html> + attribute set to "text"</a>.</p></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="img.html">« img</a></span> +<span class="nav-next"><a href="input.text.html">input.text »</a></span> +</div> + +</body> +</html> Index: command.html =================================================================== RCS file: /sources/public/html5/markup/command.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- command.html 1 May 2009 11:07:55 -0000 1.2 +++ command.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>command</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="command" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>command</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="colgroup.html">« colgroup</a></span> +<span class="nav-next"><a href="command.command.html">command.command »</a></span> +</div> +<div id="command" class="section"> <h2 class="element-head"><span class="element">command</span> <a class="hash" href="#command">#</a> <a class="toc-bak" href="Overview.html#command-toc">T</a></h2> <div> <dl><dt class="content-model"><span class="element-pattern-name" id="command"><a href="command.html#command"><span class="element">command</span></a> = </span></dt><dd class="elem-mdl"><a class="ref" href="command.command.html#command.command">command.command</a> @@ -9,4 +20,12 @@ <p>A <span class="element">command</span> element with no <span class="attribute">type</span> attribute specified represents the same thing as a <a href="command.command.html#command.command">command element with its type - attribute set to "command"</a>.</p></div></div></body></html> + attribute set to "command"</a>.</p></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="colgroup.html">« colgroup</a></span> +<span class="nav-next"><a href="command.command.html">command.command »</a></span> +</div> + +</body> +</html> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- keygen.html 1 May 2009 11:07:57 -0000 1.2 +++ keygen.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>keygen – key-pair generator/input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="keygen" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>keygen – key-pair generator/input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="kbd.html">« kbd</a></span> +<span class="nav-next"><a href="label.html">label »</a></span> +</div> +<div id="keygen" class="section"> <h2 class="element-head"><span class="element">keygen</span> – <span class="shortdesc">key-pair generator/input control</span> <a class="hash" href="#keygen">#</a> <a class="toc-bak" href="Overview.html#keygen-toc">T</a></h2> <div id="keygen-longdesc" class="longdesc"><p><i class="TK">(element description to come)</i></p></div> <div class="no-number no-toc" id="keygen-content"> @@ -13,11 +24,11 @@ </div><div class="no-number no-toc" id="keygen-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#keygen-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="keygen.html#keygen.attrs">keygen.attrs</a> = <span class="pattern" id="keygen.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="keygen.html#keygen.attrs">keygen.attrs</a> = <span class="pattern" id="keygen.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="keygen.html#keygen.attrs.challenge" title="keygen.attrs.challenge">challenge</a>? & <a class="ref" href="keygen.html#keygen.attrs.keytype" title="keygen.attrs.keytype">keytype</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a>?</span></p></div></div> <div class="no-number no-toc" id="keygen-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#keygen-attributes">#</a></h2> <dl class="attr-defs"> @@ -62,4 +73,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#keygen-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="kbd.html">« kbd</a></span> +<span class="nav-next"><a href="label.html">label »</a></span> +</div> + +</body> +</html> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- command.command.html 1 May 2009 11:07:55 -0000 1.2 +++ command.command.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>command type=command – command with an associated action</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="command.command" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>command type=command – command with an associated action</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="command.html">« command</a></span> +<span class="nav-next"><a href="command.radio.html">command.radio »</a></span> +</div> +<div id="command.command" class="section"> <h2 class="element-head"><span class="element">command</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">command</span></span> – <span class="shortdesc">command with an associated action</span> <a class="hash" href="#command.command">#</a> <a class="toc-bak" href="Overview.html#command.command-toc">T</a></h2> <div id="command.command-longdesc" class="longdesc"> <p>The <a href="command.html#command" class="element">command</a> element @@ -19,9 +30,9 @@ </div><div class="no-number no-toc" id="command.command-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#command.command-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="command.command.html#command.command.attrs">command.command.attrs</a> = <span class="pattern" id="command.command.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="command.command.html#command.command.attrs">command.command.attrs</a> = <span class="pattern" id="command.command.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="command.command.html#command.command.attrs.type" title="command.command.attrs.type">type</a>? - & <a class="ref" href="shared-attrs.html#common-command.attrs">common-command.attrs</a></span></p></div></div> + & <a class="ref" href="shared-attributes.html#common-command.attrs">common-command.attrs</a></span></p></div></div> <div class="no-number no-toc" id="command.command-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#command.command-attributes">#</a></h2> <dl class="attr-defs"> @@ -55,4 +66,12 @@ | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a> | (<a class="ref" href="command.html#command">command</a>)</li> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="command.html">« command</a></span> +<span class="nav-next"><a href="command.radio.html">command.radio »</a></span> +</div> + +</body> +</html> Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/progress.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- progress.html 1 May 2009 11:07:58 -0000 1.2 +++ progress.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>progress – progress indicator</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="progress" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>progress – progress indicator</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="pre.html">« pre</a></span> +<span class="nav-next"><a href="q.html">q »</a></span> +</div> +<div id="progress" class="section"> <h2 class="element-head"><span class="element">progress</span> – <span class="shortdesc">progress indicator</span> <a class="hash" href="#progress">#</a> <a class="toc-bak" href="Overview.html#progress-toc">T</a></h2> <div id="progress-longdesc" class="longdesc"> <p>The <a href="progress.html#progress" class="element">progress</a> @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="progress-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#progress-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="progress.html#progress.attrs">progress.attrs</a> = <span class="pattern" id="progress.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="progress.html#progress.attrs">progress.attrs</a> = <span class="pattern" id="progress.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="progress.html#progress.attrs.value" title="progress.attrs.value">value</a>? & <a class="ref" href="progress.html#progress.attrs.max" title="progress.attrs.max">max</a>?</span></p></div></div> <div class="no-number no-toc" id="progress-attributes"> @@ -65,4 +76,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#progress-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="pre.html">« pre</a></span> +<span class="nav-next"><a href="q.html">q »</a></span> +</div> + +</body> +</html> Index: dfn.html =================================================================== RCS file: /sources/public/html5/markup/dfn.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dfn.html 1 May 2009 11:07:55 -0000 1.2 +++ dfn.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>dfn – defining instance</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="dfn" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>dfn – defining instance</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="details.html">« details</a></span> +<span class="nav-next"><a href="dialog.html">dialog »</a></span> +</div> +<div id="dfn" class="section"> <h2 class="element-head"><span class="element">dfn</span> – <span class="shortdesc">defining instance</span> <a class="hash" href="#dfn">#</a> <a class="toc-bak" href="Overview.html#dfn-toc">T</a></h2> <div id="dfn-longdesc" class="longdesc"> <p>The <a href="dfn.html#dfn" class="element">dfn</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="dfn-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#dfn-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="dfn.html#dfn.attrs">dfn.attrs</a> = <span class="pattern" id="dfn.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="dfn.html#dfn.attrs">dfn.attrs</a> = <span class="pattern" id="dfn.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="dfn-assertions"> @@ -44,4 +55,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dfn-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="details.html">« details</a></span> +<span class="nav-next"><a href="dialog.html">dialog »</a></span> +</div> + +</body> +</html> Index: intro.html =================================================================== RCS file: /sources/public/html5/markup/intro.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- intro.html 1 May 2009 11:07:57 -0000 1.2 +++ intro.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Introduction and Scope</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="intro" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Introduction and Scope</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> + +<span class="nav-next"><a href="conformance.html">conformance »</a></span> +</div> +<div id="intro" class="section"> <h2>1. Introduction and Scope <a class="hash" href="#intro">#</a> <a class="toc-bak" href="Overview.html#intro-toc">T</a></h2> <p>This section primarily describes the scope of this specification. In describing the scope, this section @@ -52,4 +63,12 @@ individuals wishing to establish the correctness of documents with respect to the requirements it describes.</p> </div> -</div></body></html> +</div> +<hr class="footerbreak"></hr> +<div class="nav"> + +<span class="nav-next"><a href="conformance.html">conformance »</a></span> +</div> + +</body> +</html> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- textarea.html 1 May 2009 11:08:00 -0000 1.2 +++ textarea.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>textarea – text input area</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="textarea" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>textarea – text input area</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="td.html">« td</a></span> +<span class="nav-next"><a href="tfoot.html">tfoot »</a></span> +</div> +<div id="textarea" class="section"> <h2 class="element-head"><span class="element">textarea</span> – <span class="shortdesc">text input area</span> <a class="hash" href="#textarea">#</a> <a class="toc-bak" href="Overview.html#textarea-toc">T</a></h2> <div id="textarea-longdesc" class="longdesc"> <p>The <a href="textarea.html#textarea" class="element">textarea</a> @@ -19,13 +30,13 @@ </div><div class="no-number no-toc" id="textarea-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#textarea-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="textarea.html#textarea.attrs">textarea.attrs</a> = <span class="pattern" id="textarea.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + <p><a href="textarea.html#textarea.attrs">textarea.attrs</a> = <span class="pattern" id="textarea.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>?) + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="textarea.html#textarea.attrs.rows" title="textarea.attrs.rows">rows</a>? & ((<a class="ref" href="textarea.html#textarea.attrs.wrap.hard" title="textarea.attrs.wrap.hard">wrap.hard</a> & <a class="ref" href="textarea.html#textarea.attrs.cols" title="textarea.attrs.cols">cols</a>) @@ -89,4 +100,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#textarea-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="td.html">« td</a></span> +<span class="nav-next"><a href="tfoot.html">tfoot »</a></span> +</div> + +</body> +</html> Index: cite.html =================================================================== RCS file: /sources/public/html5/markup/cite.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cite.html 1 May 2009 11:07:55 -0000 1.2 +++ cite.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>cite – cited title of a work</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="cite" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>cite – cited title of a work</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="caption.html">« caption</a></span> +<span class="nav-next"><a href="code.html">code »</a></span> +</div> +<div id="cite" class="section"> <h2 class="element-head"><span class="element">cite</span> – <span class="shortdesc">cited title of a work</span> <a class="hash" href="#cite">#</a> <a class="toc-bak" href="Overview.html#cite-toc">T</a></h2> <div id="cite-longdesc" class="longdesc"> <p>The <a href="cite.html#cite" class="element">cite</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="cite-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#cite-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="cite.html#cite.attrs">cite.attrs</a> = <span class="pattern" id="cite.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="cite.html#cite.attrs">cite.attrs</a> = <span class="pattern" id="cite.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="cite-tags"> @@ -41,4 +52,12 @@ <div class="no-number no-toc" id="cite-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#cite-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="cite-css"><div class="selectors"><span class="selector">cite</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="caption.html">« caption</a></span> +<span class="nav-next"><a href="code.html">code »</a></span> +</div> + +</body> +</html> Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/meter.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meter.html 1 May 2009 11:07:58 -0000 1.2 +++ meter.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meter – scalar gauge</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meter" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meter – scalar gauge</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meta.http-equiv.content-type.html">« meta.http-equiv.content-type</a></span> +<span class="nav-next"><a href="nav.html">nav »</a></span> +</div> +<div id="meter" class="section"> <h2 class="element-head"><span class="element">meter</span> – <span class="shortdesc">scalar gauge</span> <a class="hash" href="#meter">#</a> <a class="toc-bak" href="Overview.html#meter-toc">T</a></h2> <div id="meter-longdesc" class="longdesc"> <p>The <a href="meter.html#meter" class="element">meter</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="meter-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#meter-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="meter.html#meter.attrs">meter.attrs</a> = <span class="pattern" id="meter.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="meter.html#meter.attrs">meter.attrs</a> = <span class="pattern" id="meter.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="meter.html#meter.attrs.value" title="meter.attrs.value">value</a>? & <a class="ref" href="meter.html#meter.attrs.min" title="meter.attrs.min">min</a>? & <a class="ref" href="meter.html#meter.attrs.low" title="meter.attrs.low">low</a>? @@ -175,4 +186,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#meter-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meta.http-equiv.content-type.html">« meta.http-equiv.content-type</a></span> +<span class="nav-next"><a href="nav.html">nav »</a></span> +</div> + +</body> +</html> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.button.html 1 May 2009 11:07:56 -0000 1.2 +++ input.button.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=button – button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.button" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=button – button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.radio.html">« input.radio</a></span> +<span class="nav-next"><a href="input.submit.html">input.submit »</a></span> +</div> +<div id="input.button" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">button</span></span> – <span class="shortdesc">button</span> <a class="hash" href="#input.button">#</a> <a class="toc-bak" href="Overview.html#input.button-toc">T</a></h2> <div id="input.button-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -18,11 +29,11 @@ </div><div class="no-number no-toc" id="input.button-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.button-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.button.html#input.button.attrs">input.button.attrs</a> = <span class="pattern" id="input.button.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.button.html#input.button.attrs">input.button.attrs</a> = <span class="pattern" id="input.button.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.button.html#input.button.attrs.type" title="input.button.attrs.type">type</a> & <a class="ref" href="input.button.html#input.button.attrs.value" title="input.button.attrs.value">value</a>?) - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="input.button-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.button-attributes">#</a></h2> <dl class="attr-defs"> @@ -73,4 +84,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.button-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.radio.html">« input.radio</a></span> +<span class="nav-next"><a href="input.submit.html">input.submit »</a></span> +</div> + +</body> +</html> Index: aside.html =================================================================== RCS file: /sources/public/html5/markup/aside.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- aside.html 1 May 2009 11:07:54 -0000 1.3 +++ aside.html 2 May 2009 09:24:18 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>aside – tangential content</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="aside" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>aside – tangential content</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="article.html">« article</a></span> +<span class="nav-next"><a href="audio.html">audio »</a></span> +</div> +<div id="aside" class="section"> <h2 class="element-head"><span class="element">aside</span> – <span class="shortdesc">tangential content</span> <a class="hash" href="#aside">#</a> <a class="toc-bak" href="Overview.html#aside-toc">T</a></h2> <div id="aside-longdesc" class="longdesc"> <p>The <a href="aside.html#aside" class="element">aside</a> element @@ -22,7 +33,7 @@ </div><div class="no-number no-toc" id="aside-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#aside-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="aside.html#aside.attrs">aside.attrs</a> = <span class="pattern" id="aside.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="aside.html#aside.attrs">aside.attrs</a> = <span class="pattern" id="aside.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="aside-assertions"> @@ -51,4 +62,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#aside-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="article.html">« article</a></span> +<span class="nav-next"><a href="audio.html">audio »</a></span> +</div> + +</body> +</html> Index: syntax.html =================================================================== RCS file: /sources/public/html5/markup/syntax.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- syntax.html 1 May 2009 11:08:00 -0000 1.2 +++ syntax.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Syntax</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="syntax" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Syntax</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="terminology.html">« terminology</a></span> +<span class="nav-next"><a href="elements.html">elements »</a></span> +</div> +<div id="syntax" class="section"> <h2>5. Syntax <a class="hash" href="#syntax">#</a> <a class="toc-bak" href="Overview.html#syntax-toc">T</a></h2> <p>The HTML vocabulary is an abstract language that applications @@ -836,4 +847,12 @@ <pre><!-- main content starts here --></pre> </div> </div> -</div></body></html> +</div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="terminology.html">« terminology</a></span> +<span class="nav-next"><a href="elements.html">elements »</a></span> +</div> + +</body> +</html> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/section.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- section.html 1 May 2009 11:07:59 -0000 1.3 +++ section.html 2 May 2009 09:24:21 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>section – section</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="section" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>section – section</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="script.html">« script</a></span> +<span class="nav-next"><a href="select.html">select »</a></span> +</div> +<div id="section" class="section"> <h2 class="element-head"><span class="element">section</span> – <span class="shortdesc">section</span> <a class="hash" href="#section">#</a> <a class="toc-bak" href="Overview.html#section-toc">T</a></h2> <div id="section-longdesc" class="longdesc"> <p>The <a href="section.html#section" class="element">section</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="section-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#section-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="section.html#section.attrs">section.attrs</a> = <span class="pattern" id="section.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="section.html#section.attrs">section.attrs</a> = <span class="pattern" id="section.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="section-assertions"> @@ -49,4 +60,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#section-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="script.html">« script</a></span> +<span class="nav-next"><a href="select.html">select »</a></span> +</div> + +</body> +</html> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- link.html 1 May 2009 11:07:58 -0000 1.2 +++ link.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>link – inter-document relationship metadata</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="link" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>link – inter-document relationship metadata</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="li.html">« li</a></span> +<span class="nav-next"><a href="map.html">map »</a></span> +</div> +<div id="link" class="section"> <h2 class="element-head"><span class="element">link</span> – <span class="shortdesc">inter-document relationship metadata</span> <a class="hash" href="#link">#</a> <a class="toc-bak" href="Overview.html#link-toc">T</a></h2> <div id="link-longdesc" class="longdesc"> <p>The <a href="link.html#link" class="element">link</a> element allows @@ -16,12 +27,12 @@ </div><div class="no-number no-toc" id="link-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#link-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="link.html#link.attrs">link.attrs</a> = <span class="pattern" id="link.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a> - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a> - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>? + <p><a href="link.html#link.attrs">link.attrs</a> = <span class="pattern" id="link.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a> + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a> + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>? & <a class="ref" href="link.html#link.attrs.sizes" title="link.attrs.sizes">sizes</a>?</span></p></div></div> <div class="no-number no-toc" id="link-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#link-attributes">#</a></h2> @@ -65,4 +76,12 @@ <div class="no-number no-toc" id="link-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#link-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="link-css"><div class="selectors"><span class="selector">link</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="li.html">« li</a></span> +<span class="nav-next"><a href="map.html">map »</a></span> +</div> + +</body> +</html> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.http-equiv.refresh.html 1 May 2009 11:07:58 -0000 1.2 +++ meta.http-equiv.refresh.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meta http-equiv=refresh – “refresh” pragma directive</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meta.http-equiv.refresh" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meta http-equiv=refresh – “refresh” pragma directive</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meta.name.html">« meta.name</a></span> +<span class="nav-next"><a href="meta.http-equiv.default-style.html">meta.http-equiv.default-style »</a></span> +</div> +<div id="meta.http-equiv.refresh" class="section"> <h2 class="element-head"><span class="element">meta</span> <span class="elem-qualifier"><span class="attribute-name">http-equiv</span>=<span class="equals-value">refresh</span></span> – <span class="shortdesc">“refresh” pragma directive</span> <a class="hash" href="#meta.http-equiv.refresh">#</a> <a class="toc-bak" href="Overview.html#meta.http-equiv.refresh-toc">T</a></h2> <div id="meta.http-equiv.refresh-longdesc" class="longdesc"> <p>The <a href="meta.html#meta" class="element">meta</a> element @@ -23,7 +34,7 @@ </div><div class="no-number no-toc" id="meta.http-equiv.refresh-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#meta.http-equiv.refresh-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="meta.http-equiv.refresh.html#meta.http-equiv.refresh.attrs">meta.http-equiv.refresh.attrs</a> = <span class="pattern" id="meta.http-equiv.refresh.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="meta.http-equiv.refresh.html#meta.http-equiv.refresh.attrs">meta.http-equiv.refresh.attrs</a> = <span class="pattern" id="meta.http-equiv.refresh.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.attrs.http-equiv.refresh" title="meta.http-equiv.attrs.http-equiv.refresh">http-equiv.refresh</a> & <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.attrs.content.refresh" title="meta.http-equiv.attrs.content.refresh">content.refresh</a></span></p></div></div> <div class="no-number no-toc" id="meta.http-equiv.refresh-attributes"> @@ -79,4 +90,12 @@ | <a class="ref" href="meta.http-equiv.default-style.html#meta.http-equiv.default-style">meta.http-equiv.default-style</a> | <a class="ref" href="meta.http-equiv.refresh.html#meta.http-equiv.refresh">meta.http-equiv.refresh</a> | <a class="ref" href="style.html#style-pattern">style</a>)*</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meta.name.html">« meta.name</a></span> +<span class="nav-next"><a href="meta.http-equiv.default-style.html">meta.http-equiv.default-style »</a></span> +</div> + +</body> +</html> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- area.html 1 May 2009 11:07:54 -0000 1.2 +++ area.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>area – image-map hyperlink</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="area" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>area – image-map hyperlink</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="address.html">« address</a></span> +<span class="nav-next"><a href="article.html">article »</a></span> +</div> +<div id="area" class="section"> <h2 class="element-head"><span class="element">area</span> – <span class="shortdesc">image-map hyperlink</span> <a class="hash" href="#area">#</a> <a class="toc-bak" href="Overview.html#area-toc">T</a></h2> <div id="area-longdesc" class="longdesc"> <p>The @@ -20,15 +31,15 @@ <h2 class="element-subhead">Attribute model <a class="hash" href="#area-attr-mdl">#</a></h2> <div class="attr-content-models"><p><a href="area.html#area.attrs">area.attrs</a> = - <span class="pattern" id="area.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <span class="pattern" id="area.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & (<a class="ref" href="area.html#area.attrs.alt" title="area.attrs.alt">alt</a> - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>)? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>)? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>? & <br></br>(<a class="ref" href="area.html#area.attrs.shape.rect" title="area.attrs.shape.rect">shape.rect</a>? & <a class="ref" href="area.html#area.attrs.coords.rect" title="area.attrs.coords.rect">coords.rect</a>) | (<a class="ref" href="area.html#area.attrs.shape.circle" title="area.attrs.shape.circle">shape.circle</a> @@ -88,4 +99,12 @@ <div class="no-number no-toc" id="area-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#area-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="area-css"><div class="selectors"><span class="selector">area</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="address.html">« address</a></span> +<span class="nav-next"><a href="article.html">article »</a></span> +</div> + +</body> +</html> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.text.html 1 May 2009 11:07:57 -0000 1.2 +++ input.text.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=text – text-input field</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.text" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=text – text-input field</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.html">« input</a></span> +<span class="nav-next"><a href="input.password.html">input.password »</a></span> +</div> +<div id="input.text" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">text</span></span> – <span class="shortdesc">text-input field</span> <a class="hash" href="#input.text">#</a> <a class="toc-bak" href="Overview.html#input.text-toc">T</a></h2> <div id="input.text-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -18,19 +29,19 @@ </div><div class="no-number no-toc" id="input.text-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.text-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.text.html#input.text.attrs">input.text.attrs</a> = <span class="pattern" id="input.text.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.text.html#input.text.attrs">input.text.attrs</a> = <span class="pattern" id="input.text.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.text.html#input.text.attrs.type" title="input.text.attrs.type">type</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? & <a class="ref" href="input.text.html#input.text.attrs.value" title="input.text.attrs.value">value</a>?) - & (<a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> + & (<a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.text-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.text-attributes">#</a></h2> <dl class="attr-defs"> @@ -81,4 +92,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.text-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.html">« input</a></span> +<span class="nav-next"><a href="input.password.html">input.password »</a></span> +</div> + +</body> +</html> Index: samp.html =================================================================== RCS file: /sources/public/html5/markup/samp.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- samp.html 1 May 2009 11:07:59 -0000 1.2 +++ samp.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>samp – (sample) output</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="samp" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>samp – (sample) output</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="ruby.html">« ruby</a></span> +<span class="nav-next"><a href="script.html">script »</a></span> +</div> +<div id="samp" class="section"> <h2 class="element-head"><span class="element">samp</span> – <span class="shortdesc">(sample) output</span> <a class="hash" href="#samp">#</a> <a class="toc-bak" href="Overview.html#samp-toc">T</a></h2> <div id="samp-longdesc" class="longdesc"> <p>The <a href="samp.html#samp" class="element">samp</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="samp-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#samp-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="samp.html#samp.attrs">samp.attrs</a> = <span class="pattern" id="samp.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="samp.html#samp.attrs">samp.attrs</a> = <span class="pattern" id="samp.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="samp-tags"> @@ -40,4 +51,12 @@ <div class="no-number no-toc" id="samp-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#samp-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="samp-css"><div class="selectors"><span class="selector">samp</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="ruby.html">« ruby</a></span> +<span class="nav-next"><a href="script.html">script »</a></span> +</div> + +</body> +</html> Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/h6.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h6.html 1 May 2009 11:07:56 -0000 1.3 +++ h6.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>h6 – heading (level 6)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="h6" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>h6 – heading (level 6)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="h5.html">« h5</a></span> +<span class="nav-next"><a href="head.html">head »</a></span> +</div> +<div id="h6" class="section"> <h2 class="element-head"><span class="element">h6</span> – <span class="shortdesc">heading (level 6)</span> <a class="hash" href="#h6">#</a> <a class="toc-bak" href="Overview.html#h6-toc">T</a></h2> <div id="h6-longdesc" class="longdesc"> <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="h6-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#h6-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="h6.html#h6.attrs">h6.attrs</a> = <span class="pattern" id="h6.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="h6.html#h6.attrs">h6.attrs</a> = <span class="pattern" id="h6.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="h6-assertions"> @@ -57,4 +68,12 @@ <div class="no-number no-toc" id="h6-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h6-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="h6-css"><div class="selectors"><span class="selector">h6</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">.67em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">2.33em 0 2.33em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">.67em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">2.33em 0 2.33em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="h5.html">« h5</a></span> +<span class="nav-next"><a href="head.html">head »</a></span> +</div> + +</body> +</html> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.checkbox.html 1 May 2009 11:07:56 -0000 1.2 +++ input.checkbox.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=checkbox – checkbox</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.checkbox" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=checkbox – checkbox</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.password.html">« input.password</a></span> +<span class="nav-next"><a href="input.radio.html">input.radio »</a></span> +</div> +<div id="input.checkbox" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> – <span class="shortdesc">checkbox</span> <a class="hash" href="#input.checkbox">#</a> <a class="toc-bak" href="Overview.html#input.checkbox-toc">T</a></h2> <div id="input.checkbox-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -18,13 +29,13 @@ </div><div class="no-number no-toc" id="input.checkbox-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.checkbox-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.checkbox.html#input.checkbox.attrs">input.checkbox.attrs</a> = <span class="pattern" id="input.checkbox.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.checkbox.html#input.checkbox.attrs">input.checkbox.attrs</a> = <span class="pattern" id="input.checkbox.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.checkbox.html#input.checkbox.attrs.type" title="input.checkbox.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.checked" title="input.attrs.checked">checked</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? & <a class="ref" href="input.checkbox.html#input.checkbox.attrs.value" title="input.checkbox.attrs.value">value</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.checkbox-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.checkbox-attributes">#</a></h2> <dl class="attr-defs"> @@ -75,4 +86,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.checkbox-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.password.html">« input.password</a></span> +<span class="nav-next"><a href="input.radio.html">input.radio »</a></span> +</div> + +</body> +</html> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- a.html 1 May 2009 11:07:54 -0000 1.2 +++ a.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>a – hyperlink</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="a" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>a – hyperlink</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="elements.html">« elements</a></span> +<span class="nav-next"><a href="abbr.html">abbr »</a></span> +</div> +<div id="a" class="section"> <h2 class="element-head"><span class="element">a</span> – <span class="shortdesc">hyperlink</span> <a class="hash" href="#a">#</a> <a class="toc-bak" href="Overview.html#a-toc">T</a></h2> <div id="a-longdesc" class="longdesc"> <p>The <a class="element" href="a.html#a">a</a> element represents a hyperlink.</p> @@ -24,14 +35,14 @@ </div><div class="no-number no-toc" id="a-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#a-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="a.html#a.attrs">a.attrs</a> = <span class="pattern" id="a.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>? - & <a class="ref" href="shared-attrs.html#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>?</span></p></div></div> + <p><a href="a.html#a.attrs">a.attrs</a> = <span class="pattern" id="a.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</a>? + & <a class="ref" href="shared-attributes.html#shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</a>?</span></p></div></div> <div class="no-number no-toc" id="a-assertions"> @@ -69,4 +80,12 @@ <h2 class="element-subhead">Typical default display properties <a class="hash" href="#a-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="a-css"><div class="selectors"><span class="selector">a<span class="pseudo">:link</span></span>, <span class="selector">a<span class="pseudo">:visited</span></span> { </div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>;</div><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>;</div><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">auto</span>; }</div></div><div class="selectors"><span class="selector">a<span class="pseudo">:link:active</span></span>, <span class="selector">a<span class="pseudo">:visited:active</span></span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="elements.html">« elements</a></span> +<span class="nav-next"><a href="abbr.html">abbr »</a></span> +</div> + +</body> +</html> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- object.html 1 May 2009 11:07:58 -0000 1.2 +++ object.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>object – generic external resource</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="object" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>object – generic external resource</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="noscript.html">« noscript</a></span> +<span class="nav-next"><a href="ol.html">ol »</a></span> +</div> +<div id="object" class="section"> <h2 class="element-head"><span class="element">object</span> – <span class="shortdesc">generic external resource</span> <a class="hash" href="#object">#</a> <a class="toc-bak" href="Overview.html#object-toc">T</a></h2> <div id="object-longdesc" class="longdesc"> <p>The <a href="object.html#object" class="element">object</a> element @@ -30,7 +41,7 @@ </div><div class="no-number no-toc" id="object-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#object-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="object.html#object.attrs">object.attrs</a> = <span class="pattern" id="object.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="object.html#object.attrs">object.attrs</a> = <span class="pattern" id="object.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & ((<a class="ref" href="object.html#object.attrs.data" title="object.attrs.data">data</a> & <a class="ref" href="object.html#object.attrs.type" title="object.attrs.type">type</a>?) | <a class="ref" href="object.html#object.attrs.type" title="object.attrs.type">type</a>) @@ -38,7 +49,7 @@ & <a class="ref" href="object.html#object.attrs.width" title="object.attrs.width">width</a>? & <a class="ref" href="object.html#object.attrs.usemap" title="object.attrs.usemap">usemap</a>? & <a class="ref" href="object.html#object.attrs.name" title="object.attrs.name">name</a>? - & <a class="ref" href="shared-attrs.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> <div class="no-number no-toc" id="object-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#object-attributes">#</a></h2> <dl class="attr-defs"> @@ -94,4 +105,12 @@ <div class="no-number no-toc" id="object-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#object-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="object-css"><div class="selectors"><span class="selector">object</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="noscript.html">« noscript</a></span> +<span class="nav-next"><a href="ol.html">ol »</a></span> +</div> + +</body> +</html> Index: terminology.html =================================================================== RCS file: /sources/public/html5/markup/terminology.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- terminology.html 1 May 2009 11:08:00 -0000 1.2 +++ terminology.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Terminology</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="terminology" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Terminology</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="structure.html">« structure</a></span> +<span class="nav-next"><a href="syntax.html">syntax »</a></span> +</div> +<div id="terminology" class="section"> <h2>4. Terminology <a class="hash" href="#terminology">#</a> <a class="toc-bak" href="Overview.html#terminology-toc">T</a></h2> <p>This section defines terms used in other parts of this specification.</p> @@ -50,4 +61,12 @@ <dd>A <a href="terminology.html#view">view</a> is as defined in <cite>Document Object Model (DOM) Level 2 Views</cite> <a href="references.html#refsDOM2VIEWS">[DOM2VIEWS]</a>.</dd> </dl> -</div></body></html> +</div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="structure.html">« structure</a></span> +<span class="nav-next"><a href="syntax.html">syntax »</a></span> +</div> + +</body> +</html> Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/h4.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h4.html 1 May 2009 11:07:56 -0000 1.3 +++ h4.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>h4 – heading (level 4)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="h4" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>h4 – heading (level 4)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="h3.html">« h3</a></span> +<span class="nav-next"><a href="h5.html">h5 »</a></span> +</div> +<div id="h4" class="section"> <h2 class="element-head"><span class="element">h4</span> – <span class="shortdesc">heading (level 4)</span> <a class="hash" href="#h4">#</a> <a class="toc-bak" href="Overview.html#h4-toc">T</a></h2> <div id="h4-longdesc" class="longdesc"> <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="h4-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#h4-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="h4.html#h4.attrs">h4.attrs</a> = <span class="pattern" id="h4.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="h4.html#h4.attrs">h4.attrs</a> = <span class="pattern" id="h4.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="h4-assertions"> @@ -57,4 +68,12 @@ <div class="no-number no-toc" id="h4-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h4-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="h4-css"><div class="selectors"><span class="selector">h4</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.33em 0 1.33em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.33em 0 1.33em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="h3.html">« h3</a></span> +<span class="nav-next"><a href="h5.html">h5 »</a></span> +</div> + +</body> +</html> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/header.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- header.html 1 May 2009 11:07:56 -0000 1.3 +++ header.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>header – header</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="header" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>header – header</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="head.html">« head</a></span> +<span class="nav-next"><a href="hgroup.html">hgroup »</a></span> +</div> +<div id="header" class="section"> <h2 class="element-head"><span class="element">header</span> – <span class="shortdesc">header</span> <a class="hash" href="#header">#</a> <a class="toc-bak" href="Overview.html#header-toc">T</a></h2> <div id="header-longdesc" class="longdesc"> <p>The <a href="header.html#header" class="element">header</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="header-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#header-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="header.html#header.attrs">header.attrs</a> = <span class="pattern" id="header.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="header.html#header.attrs">header.attrs</a> = <span class="pattern" id="header.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="header-assertions"> @@ -50,4 +61,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#header-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="head.html">« head</a></span> +<span class="nav-next"><a href="hgroup.html">hgroup »</a></span> +</div> + +</body> +</html> Index: b.html =================================================================== RCS file: /sources/public/html5/markup/b.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- b.html 1 May 2009 11:07:54 -0000 1.2 +++ b.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>b – offset text typically styled in bold</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="b" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>b – offset text typically styled in bold</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="audio.html">« audio</a></span> +<span class="nav-next"><a href="base.html">base »</a></span> +</div> +<div id="b" class="section"> <h2 class="element-head"><span class="element">b</span> – <span class="shortdesc">offset text typically styled in bold</span> <a class="hash" href="#b">#</a> <a class="toc-bak" href="Overview.html#b-toc">T</a></h2> <div id="b-longdesc" class="longdesc"> <p>The <a href="b.html#b" class="element">b</a> element represents a @@ -21,7 +32,7 @@ </div><div class="no-number no-toc" id="b-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#b-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="b.html#b.attrs">b.attrs</a> = <span class="pattern" id="b.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="b.html#b.attrs">b.attrs</a> = <span class="pattern" id="b.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="b-tags"> @@ -42,4 +53,12 @@ <div class="no-number no-toc" id="b-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#b-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="b-css"><div class="selectors"><span class="selector">b</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bolder</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bolder</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="audio.html">« audio</a></span> +<span class="nav-next"><a href="base.html">base »</a></span> +</div> + +</body> +</html> --- shared-attrs.html DELETED --- Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- img.html 1 May 2009 11:07:56 -0000 1.2 +++ img.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>img – image</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="img" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>img – image</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="iframe.html">« iframe</a></span> +<span class="nav-next"><a href="input.html">input »</a></span> +</div> +<div id="img" class="section"> <h2 class="element-head"><span class="element">img</span> – <span class="shortdesc">image</span> <a class="hash" href="#img">#</a> <a class="toc-bak" href="Overview.html#img-toc">T</a></h2> <div id="img-longdesc" class="longdesc"> <p>An <a href="img.html#img" class="element">img</a> element @@ -16,7 +27,7 @@ </div><div class="no-number no-toc" id="img-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#img-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="img.html#img.attrs">img.attrs</a> = <span class="pattern" id="img.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="img.html#img.attrs">img.attrs</a> = <span class="pattern" id="img.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="img.html#img.attrs.src" title="img.attrs.src">src</a> & <a class="ref" href="img.html#img.attrs.alt" title="img.attrs.alt">alt</a>? & <a class="ref" href="img.html#img.attrs.height" title="img.attrs.height">height</a>? @@ -129,4 +140,12 @@ <div class="no-number no-toc" id="img-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#img-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="img-css"><div class="selectors"><span class="selector">img</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="iframe.html">« iframe</a></span> +<span class="nav-next"><a href="input.html">input »</a></span> +</div> + +</body> +</html> Index: bdo.html =================================================================== RCS file: /sources/public/html5/markup/bdo.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- bdo.html 1 May 2009 11:07:54 -0000 1.2 +++ bdo.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>bdo – BiDi override</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="bdo" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>bdo – BiDi override</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="bb.html">« bb</a></span> +<span class="nav-next"><a href="blockquote.html">blockquote »</a></span> +</div> +<div id="bdo" class="section"> <h2 class="element-head"><span class="element">bdo</span> – <span class="shortdesc">BiDi override</span> <a class="hash" href="#bdo">#</a> <a class="toc-bak" href="Overview.html#bdo-toc">T</a></h2> <div id="bdo-longdesc" class="longdesc"> <p>The <a href="bdo.html#bdo" class="element">bdo</a> element allows @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="bdo-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#bdo-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="bdo.html#bdo.attrs">bdo.attrs</a> = <span class="pattern" id="bdo.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="bdo.html#bdo.attrs">bdo.attrs</a> = <span class="pattern" id="bdo.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="bdo-assertions"> @@ -45,4 +56,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#bdo-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="bb.html">« bb</a></span> +<span class="nav-next"><a href="blockquote.html">blockquote »</a></span> +</div> + +</body> +</html> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.number.html 1 May 2009 11:07:57 -0000 1.2 +++ input.number.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=number – number input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.number" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=number – number input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.week.html">« input.week</a></span> +<span class="nav-next"><a href="input.range.html">input.range »</a></span> +</div> +<div id="input.number" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">number</span></span> – <span class="shortdesc">number input control</span> <a class="hash" href="#input.number">#</a> <a class="toc-bak" href="Overview.html#input.number-toc">T</a></h2> <div id="input.number-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,17 +30,17 @@ </div><div class="no-number no-toc" id="input.number-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.number-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.number.html#input.number.attrs">input.number.attrs</a> = <span class="pattern" id="input.number.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.number.html#input.number.attrs">input.number.attrs</a> = <span class="pattern" id="input.number.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.number.html#input.number.attrs.type" title="input.number.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.number.html#input.number.attrs.min" title="input.number.attrs.min">min</a>? & <a class="ref" href="input.number.html#input.number.attrs.max" title="input.number.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.number.html#input.number.attrs.value" title="input.number.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.number-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.number-attributes">#</a></h2> @@ -96,4 +107,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.number-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.week.html">« input.week</a></span> +<span class="nav-next"><a href="input.range.html">input.range »</a></span> +</div> + +</body> +</html> Index: col.html =================================================================== RCS file: /sources/public/html5/markup/col.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- col.html 1 May 2009 11:07:55 -0000 1.2 +++ col.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>col – table column</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="col" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>col – table column</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="code.html">« code</a></span> +<span class="nav-next"><a href="colgroup.html">colgroup »</a></span> +</div> +<div id="col" class="section"> <h2 class="element-head"><span class="element">col</span> – <span class="shortdesc">table column</span> <a class="hash" href="#col">#</a> <a class="toc-bak" href="Overview.html#col-toc">T</a></h2> <div id="col-longdesc" class="longdesc"> <p>The <a href="col.html#col" class="element">col</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="col-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#col-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="col.html#col.attrs">col.attrs</a> = <span class="pattern" id="col.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="col.html#col.attrs">col.attrs</a> = <span class="pattern" id="col.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="col.html#col.attrs.span" title="col.attrs.span">span</a>?</span></p></div></div> <div class="no-number no-toc" id="col-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#col-attributes">#</a></h2> @@ -52,4 +63,12 @@ <div class="no-number no-toc" id="col-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#col-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="col-css"><div class="selectors"><span class="selector">col</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-column</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-column</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="code.html">« code</a></span> +<span class="nav-next"><a href="colgroup.html">colgroup »</a></span> +</div> + +</body> +</html> Index: datatypes.html =================================================================== RCS file: /sources/public/html5/markup/datatypes.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- datatypes.html 1 May 2009 11:07:55 -0000 1.2 +++ datatypes.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Datatypes</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="datatypes" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Datatypes</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="shared-attributes.html">« shared-attributes</a></span> +<span class="nav-next"><a href="references.html">references »</a></span> +</div> +<div id="datatypes" class="section"> <h2>10. Datatypes <a class="hash" href="#datatypes">#</a> <a class="toc-bak" href="Overview.html#datatypes-toc">T</a></h2> <div id="data-primitives" class="section"> <h2>10.1. Datatype primitives <a class="hash" href="#data-primitives">#</a></h2> @@ -343,4 +354,12 @@ <div class="content-models"> <div><span class="common-pattern-name"><dfn id="form.data.color">color</dfn></span><code class="punc"> = </code><code class="regexp">#[a-fA-F0-9]{6}</code> <a href="datatypes.html#form.data.color" class="hash">#</a></div></div> </div> - </div></body></html> + </div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="shared-attributes.html">« shared-attributes</a></span> +<span class="nav-next"><a href="references.html">references »</a></span> +</div> + +</body> +</html> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- command.radio.html 1 May 2009 11:07:55 -0000 1.2 +++ command.radio.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>command type=radio – selection of one item from a list of items</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="command.radio" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>command type=radio – selection of one item from a list of items</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="command.command.html">« command.command</a></span> +<span class="nav-next"><a href="command.checkbox.html">command.checkbox »</a></span> +</div> +<div id="command.radio" class="section"> <h2 class="element-head"><span class="element">command</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> – <span class="shortdesc">selection of one item from a list of items</span> <a class="hash" href="#command.radio">#</a> <a class="toc-bak" href="Overview.html#command.radio-toc">T</a></h2> <div id="command.radio-longdesc" class="longdesc"> <p>The <a href="command.html#command" class="element">command</a> element @@ -19,11 +30,11 @@ </div><div class="no-number no-toc" id="command.radio-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#command.radio-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="command.radio.html#command.radio.attrs">command.radio.attrs</a> = <span class="pattern" id="command.radio.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="command.radio.html#command.radio.attrs">command.radio.attrs</a> = <span class="pattern" id="command.radio.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & (<a class="ref" href="command.radio.html#command.radio.attrs.type" title="command.radio.attrs.type">type</a> & <a class="ref" href="command.radio.html#command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup">radiogroup</a> & <a class="ref" href="command.radio.html#command.radio.attrs.checked" title="command.radio.attrs.checked">checked</a>?) - & <a class="ref" href="shared-attrs.html#common-command.attrs">common-command.attrs</a></span></p></div></div> + & <a class="ref" href="shared-attributes.html#common-command.attrs">common-command.attrs</a></span></p></div></div> <div class="no-number no-toc" id="command.radio-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#command.radio-attributes">#</a></h2> <dl class="attr-defs"> @@ -64,4 +75,12 @@ | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a> | (<a class="ref" href="command.html#command">command</a>)</li> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="command.command.html">« command.command</a></span> +<span class="nav-next"><a href="command.checkbox.html">command.checkbox »</a></span> +</div> + +</body> +</html> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.datetime.html 1 May 2009 11:07:57 -0000 1.2 +++ input.datetime.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=datetime – global date-and-time input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.datetime" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=datetime – global date-and-time input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.image.html">« input.image</a></span> +<span class="nav-next"><a href="input.datetime-local.html">input.datetime-local »</a></span> +</div> +<div id="input.datetime" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> – <span class="shortdesc">global date-and-time input control</span> <a class="hash" href="#input.datetime">#</a> <a class="toc-bak" href="Overview.html#input.datetime-toc">T</a></h2> <div id="input.datetime-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -20,17 +31,17 @@ </div><div class="no-number no-toc" id="input.datetime-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.datetime-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.datetime.html#input.datetime.attrs">input.datetime.attrs</a> = <span class="pattern" id="input.datetime.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.datetime.html#input.datetime.attrs">input.datetime.attrs</a> = <span class="pattern" id="input.datetime.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.datetime.html#input.datetime.attrs.type" title="input.datetime.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.min" title="input.datetime.attrs.min">min</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.max" title="input.datetime.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.datetime.html#input.datetime.attrs.value" title="input.datetime.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.datetime-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.datetime-attributes">#</a></h2> @@ -97,4 +108,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.datetime-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.image.html">« input.image</a></span> +<span class="nav-next"><a href="input.datetime-local.html">input.datetime-local »</a></span> +</div> + +</body> +</html> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.password.html 1 May 2009 11:07:57 -0000 1.2 +++ input.password.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=password – password-input field</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.password" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=password – password-input field</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.text.html">« input.text</a></span> +<span class="nav-next"><a href="input.checkbox.html">input.checkbox »</a></span> +</div> +<div id="input.password" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">password</span></span> – <span class="shortdesc">password-input field</span> <a class="hash" href="#input.password">#</a> <a class="toc-bak" href="Overview.html#input.password-toc">T</a></h2> <div id="input.password-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -18,18 +29,18 @@ </div><div class="no-number no-toc" id="input.password-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.password-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.password.html#input.password.attrs">input.password.attrs</a> = <span class="pattern" id="input.password.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.password.html#input.password.attrs">input.password.attrs</a> = <span class="pattern" id="input.password.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.password.html#input.password.attrs.type" title="input.password.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? & <a class="ref" href="input.password.html#input.password.attrs.value" title="input.password.attrs.value">value</a>?) - & (<a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> + & (<a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.password-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.password-attributes">#</a></h2> <dl class="attr-defs"> @@ -81,4 +92,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.password-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.text.html">« input.text</a></span> +<span class="nav-next"><a href="input.checkbox.html">input.checkbox »</a></span> +</div> + +</body> +</html> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- embed.html 1 May 2009 11:07:55 -0000 1.2 +++ embed.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>embed – integration point for plugins</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="embed" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>embed – integration point for plugins</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="em.html">« em</a></span> +<span class="nav-next"><a href="fieldset.html">fieldset »</a></span> +</div> +<div id="embed" class="section"> <h2 class="element-head"><span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span> <a class="hash" href="#embed">#</a> <a class="toc-bak" href="Overview.html#embed-toc">T</a></h2> <div id="embed-longdesc" class="longdesc"> <p>The <a href="embed.html#embed" class="element">embed</a> element @@ -19,7 +30,7 @@ </div> </div><div class="no-number no-toc" id="embed-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#embed-attr-mdl">#</a></h2> - <div class="attr-content-models"><div class="attr-content-model"><a class="attribute-pattern-name" id="embed.attrs" href="embed.html#embed.attrs">embed.attrs</a> = <a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <div class="attr-content-models"><div class="attr-content-model"><a class="attribute-pattern-name" id="embed.attrs" href="embed.html#embed.attrs">embed.attrs</a> = <a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="embed.html#embed.attrs.src" title="embed.attrs.src">src</a>? & <a class="ref" href="embed.html#embed.attrs.type" title="embed.attrs.type">type</a>? & <a class="ref" href="embed.html#embed.attrs.height" title="embed.attrs.height">height</a>? @@ -105,7 +116,7 @@ <code>height</code> or <code>width</code>, or that has the same - name as any attribute in the <a href="common-attrs.html#common.attrs">common.attrs</a> + name as any attribute in the <a href="common-attributes.html#common.attrs">common.attrs</a> set of attributes.</p></div></div></div></div> <div class="no-number no-toc" id="embed-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#embed-attributes">#</a></h2> @@ -150,4 +161,12 @@ <div class="no-number no-toc" id="embed-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#embed-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="embed-css"><div class="selectors"><span class="selector">embed</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">overflow</span>: <span class="prop-value">hidden</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="em.html">« em</a></span> +<span class="nav-next"><a href="fieldset.html">fieldset »</a></span> +</div> + +</body> +</html> Index: dd.html =================================================================== RCS file: /sources/public/html5/markup/dd.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dd.html 1 May 2009 11:07:55 -0000 1.2 +++ dd.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>dd – description in a term-description grouping</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="dd" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>dd – description in a term-description grouping</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="datalist.html">« datalist</a></span> +<span class="nav-next"><a href="del.html">del »</a></span> +</div> +<div id="dd" class="section"> <h2 class="element-head"><span class="element">dd</span> – <span class="shortdesc">description in a term-description grouping</span> <a class="hash" href="#dd">#</a> <a class="toc-bak" href="Overview.html#dd-toc">T</a></h2> <div id="dd-longdesc" class="longdesc"> <p>If a <a href="dd.html#dd" class="element">dd</a> element’s parent @@ -26,7 +37,7 @@ </div><div class="no-number no-toc" id="dd-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#dd-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="dd.html#dd.attrs">dd.attrs</a> = <span class="pattern" id="dd.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="dd.html#dd.attrs">dd.attrs</a> = <span class="pattern" id="dd.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="dd-tags"> @@ -54,4 +65,12 @@ <div class="no-number no-toc" id="dd-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dd-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="dd-css"><div class="selectors"><span class="selector">dd</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="datalist.html">« datalist</a></span> +<span class="nav-next"><a href="del.html">del »</a></span> +</div> + +</body> +</html> Index: common-models.html =================================================================== RCS file: /sources/public/html5/markup/common-models.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- common-models.html 1 May 2009 11:07:55 -0000 1.3 +++ common-models.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Common content models</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="common-models" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Common content models</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="elements.html">« elements</a></span> +<span class="nav-next"><a href="common-attributes.html">common-attributes »</a></span> +</div> +<div id="common-models" class="section"> <h2>7. Common content models <a class="hash" href="#common-models">#</a> <a class="toc-bak" href="Overview.html#common-models-toc">T</a></h2> <div id="common-anything" class="section"> <h2 class="common-subhead">7.1. Any element from any namespace <a class="hash" href="#common-anything">#</a> <a class="toc-bak" href="Overview.html#common-anything-toc">T</a></h2> @@ -135,4 +146,12 @@ </dd> </dl> </div> - </div></body></html> + </div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="elements.html">« elements</a></span> +<span class="nav-next"><a href="common-attributes.html">common-attributes »</a></span> +</div> + +</body> +</html> Index: ul.html =================================================================== RCS file: /sources/public/html5/markup/ul.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ul.html 1 May 2009 11:08:00 -0000 1.2 +++ ul.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>ul – unordered list</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="ul" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>ul – unordered list</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="tr.html">« tr</a></span> +<span class="nav-next"><a href="var.html">var »</a></span> +</div> +<div id="ul" class="section"> <h2 class="element-head"><span class="element">ul</span> – <span class="shortdesc">unordered list</span> <a class="hash" href="#ul">#</a> <a class="toc-bak" href="Overview.html#ul-toc">T</a></h2> <div id="ul-longdesc" class="longdesc"> <p>The <a href="ul.html#ul" class="element">ul</a> element represents @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="ul-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#ul-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="ul.html#ul.attrs">ul.attrs</a> = <span class="pattern" id="ul.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="ul.html#ul.attrs">ul.attrs</a> = <span class="pattern" id="ul.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="ul-tags"> @@ -40,4 +51,12 @@ <div class="no-number no-toc" id="ul-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="ul-css"><div class="selectors"><span class="selector">ul</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">disc</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">disc</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="tr.html">« tr</a></span> +<span class="nav-next"><a href="var.html">var »</a></span> +</div> + +</body> +</html> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.time.html 1 May 2009 11:07:57 -0000 1.2 +++ input.time.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=time – time input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.time" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=time – time input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.month.html">« input.month</a></span> +<span class="nav-next"><a href="input.week.html">input.week »</a></span> +</div> +<div id="input.time" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">time</span></span> – <span class="shortdesc">time input control</span> <a class="hash" href="#input.time">#</a> <a class="toc-bak" href="Overview.html#input.time-toc">T</a></h2> <div id="input.time-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,17 +30,17 @@ </div><div class="no-number no-toc" id="input.time-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.time-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.time.html#input.time.attrs">input.time.attrs</a> = <span class="pattern" id="input.time.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.time.html#input.time.attrs">input.time.attrs</a> = <span class="pattern" id="input.time.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.time.html#input.time.attrs.type" title="input.time.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.time.html#input.time.attrs.min" title="input.time.attrs.min">min</a>? & <a class="ref" href="input.time.html#input.time.attrs.max" title="input.time.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.time.html#input.time.attrs.value" title="input.time.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.time-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.time-attributes">#</a></h2> @@ -97,4 +108,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.time-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.month.html">« input.month</a></span> +<span class="nav-next"><a href="input.week.html">input.week »</a></span> +</div> + +</body> +</html> Index: structure.html =================================================================== RCS file: /sources/public/html5/markup/structure.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- structure.html 1 May 2009 11:07:59 -0000 1.2 +++ structure.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,25 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Structure of this specification</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="structure" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Structure of this specification</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="conformance.html">« conformance</a></span> +<span class="nav-next"><a href="terminology.html">terminology »</a></span> +</div> +<div id="structure" class="section"> <h2>3. Structure of this specification <a class="hash" href="#structure">#</a> <a class="toc-bak" href="Overview.html#structure-toc">T</a></h2> <p>[this section still needs to be written]</p> -</div></body></html> +</div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="conformance.html">« conformance</a></span> +<span class="nav-next"><a href="terminology.html">terminology »</a></span> +</div> + +</body> +</html> Index: strong.html =================================================================== RCS file: /sources/public/html5/markup/strong.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- strong.html 1 May 2009 11:07:59 -0000 1.2 +++ strong.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>strong – strong importance</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="strong" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>strong – strong importance</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="span.html">« span</a></span> +<span class="nav-next"><a href="style.html">style »</a></span> +</div> +<div id="strong" class="section"> <h2 class="element-head"><span class="element">strong</span> – <span class="shortdesc">strong importance</span> <a class="hash" href="#strong">#</a> <a class="toc-bak" href="Overview.html#strong-toc">T</a></h2> <div id="strong-longdesc" class="longdesc"> <p>The <a href="strong.html#strong" class="element">strong</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="strong-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#strong-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="strong.html#strong.attrs">strong.attrs</a> = <span class="pattern" id="strong.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="strong.html#strong.attrs">strong.attrs</a> = <span class="pattern" id="strong.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="strong-tags"> @@ -39,4 +50,12 @@ <div class="no-number no-toc" id="strong-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#strong-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="strong-css"><div class="selectors"><span class="selector">strong</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bolder</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bolder</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="span.html">« span</a></span> +<span class="nav-next"><a href="style.html">style »</a></span> +</div> + +</body> +</html> Index: acknowledgments.html =================================================================== RCS file: /sources/public/html5/markup/acknowledgments.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- acknowledgments.html 1 May 2009 11:07:54 -0000 1.2 +++ acknowledgments.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,16 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Acknowledgments</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="acknowledgments" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Acknowledgments</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="references.html">« references</a></span> +</div> +<div id="acknowledgments" class="section"> <h2>B. Acknowledgments <a class="hash" href="#acknowledgments">#</a> <a class="toc-bak" href="Overview.html#acknowledgments-toc">T</a></h2> <p>This document incorporates a modified version of a RELAX NG schema for HTML 5 from the <a href="http://syntax.whattf.org/relaxng/">syntax.whattf.org source repository</a>, @@ -61,4 +71,11 @@ license statement:</p> <pre class="license">© Copyright 2004-2008 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. You are granted a license to use, reproduce and create derivative works of this document.</pre> - </div></body></html> + </div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="references.html">« references</a></span> +</div> + +</body> +</html> Index: q.html =================================================================== RCS file: /sources/public/html5/markup/q.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- q.html 1 May 2009 11:07:59 -0000 1.2 +++ q.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>q – quoted text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="q" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>q – quoted text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="progress.html">« progress</a></span> +<span class="nav-next"><a href="rp.html">rp »</a></span> +</div> +<div id="q" class="section"> <h2 class="element-head"><span class="element">q</span> – <span class="shortdesc">quoted text</span> <a class="hash" href="#q">#</a> <a class="toc-bak" href="Overview.html#q-toc">T</a></h2> <div id="q-longdesc" class="longdesc"> <p>The <a href="q.html#q" class="element">q</a> element represents @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="q-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#q-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="q.html#q.attrs">q.attrs</a> = <span class="pattern" id="q.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="q.html#q.attrs">q.attrs</a> = <span class="pattern" id="q.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="q.html#q.attrs.cite" title="q.attrs.cite">cite</a>?</span></p></div></div> <div class="no-number no-toc" id="q-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#q-attributes">#</a></h2> @@ -51,4 +62,12 @@ <div class="css-props" id="q-css"><div class="selectors"><span class="selector">q</span> { </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">inline</span>; }</div></div><div class="selectors"><span class="selector">q<span class="pseudo">:before</span></span> { </div><div class="properties"><div class="css-property"><span class="prop-name">content</span>: <span class="prop-value">'"'</span>; }</div></div><div class="selectors"><span class="selector">q<span class="pseudo">:after</span></span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">content</span>: <span class="prop-value">'"'</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">content</span>: <span class="prop-value">'"'</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="progress.html">« progress</a></span> +<span class="nav-next"><a href="rp.html">rp »</a></span> +</div> + +</body> +</html> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/li.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- li.html 1 May 2009 11:07:58 -0000 1.2 +++ li.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>li – list item</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="li" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>li – list item</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="legend.html">« legend</a></span> +<span class="nav-next"><a href="link.html">link »</a></span> +</div> +<div id="li" class="section"> <h2 class="element-head"><span class="element">li</span> – <span class="shortdesc">list item</span> <a class="hash" href="#li">#</a> <a class="toc-bak" href="Overview.html#li-toc">T</a></h2> <div id="li-longdesc" class="longdesc"> <p>The <a href="li.html#li" class="element">li</a> element represents @@ -30,8 +41,8 @@ </dl> </div><div class="no-number no-toc" id="li-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#li-attr-mdl">#</a></h2> - <dl class="attr-content-models"><dt class="attr-content-model"><a class="attribute-pattern-name" href="li.html#li.attrs">li.attrs</a> = </dt><dd><span class="pattern" id="li.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></dd><dt class="attr-content-model"><a class="attribute-pattern-name" href="li.html#oli.attrs">oli.attrs</a> = </dt><dd><span class="pattern" id="oli.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="li.html#oli.attrs.value" title="oli.attrs.value">value</a>?</span></dd><dt class="attr-content-model"><a class="attribute-pattern-name" href="li.html#mli.attrs">mli.attrs</a> = </dt><dd><span class="pattern" id="mli.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></dd></dl></div> + <dl class="attr-content-models"><dt class="attr-content-model"><a class="attribute-pattern-name" href="li.html#li.attrs">li.attrs</a> = </dt><dd><span class="pattern" id="li.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></dd><dt class="attr-content-model"><a class="attribute-pattern-name" href="li.html#oli.attrs">oli.attrs</a> = </dt><dd><span class="pattern" id="oli.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="li.html#oli.attrs.value" title="oli.attrs.value">value</a>?</span></dd><dt class="attr-content-model"><a class="attribute-pattern-name" href="li.html#mli.attrs">mli.attrs</a> = </dt><dd><span class="pattern" id="mli.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></dd></dl></div> <div class="no-number no-toc" id="li-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#li-attributes">#</a></h2> <dl class="attr-defs"> @@ -67,4 +78,12 @@ <div class="no-number no-toc" id="li-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#li-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="li-css"><div class="selectors"><span class="selector">li</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">list-item</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">list-item</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="legend.html">« legend</a></span> +<span class="nav-next"><a href="link.html">link »</a></span> +</div> + +</body> +</html> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- style.html 1 May 2009 11:07:59 -0000 1.2 +++ style.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>style – style (presentation) information</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="style" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>style – style (presentation) information</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="strong.html">« strong</a></span> +<span class="nav-next"><a href="sub.html">sub »</a></span> +</div> +<div id="style" class="section"> <h2 class="element-head"><span class="element">style</span> – <span class="shortdesc">style (presentation) information</span> <a class="hash" href="#style">#</a> <a class="toc-bak" href="Overview.html#style-toc">T</a></h2> <div id="style-longdesc" class="longdesc"> <p>The <a href="style.html#style" class="element">style</a> element @@ -26,10 +37,10 @@ </div><div class="no-number no-toc" id="style-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#style-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="style.html#style.attrs">style.attrs</a> = <span class="pattern" id="style.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="style.html#style.attrs">style.attrs</a> = <span class="pattern" id="style.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="style.html#style.attrs.type" title="style.attrs.type">type</a>? & <a class="ref" href="style.html#style.attrs.media" title="style.attrs.media">media</a>?</span></p> - <p><a href="style.html#style.scoped.attrs">style.scoped.attrs</a> = <span class="pattern" id="style.scoped.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="style.html#style.scoped.attrs">style.scoped.attrs</a> = <span class="pattern" id="style.scoped.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="style.html#style.attrs.type" title="style.attrs.type">type</a>? & <a class="ref" href="style.html#style.attrs.media" title="style.attrs.media">media</a>? & <a class="ref" href="style.html#style.attrs.scoped" title="style.attrs.scoped">scoped</a></span></p></div></div> @@ -98,4 +109,12 @@ <div class="no-number no-toc" id="style-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="style-css"><div class="selectors"><span class="selector">style</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="strong.html">« strong</a></span> +<span class="nav-next"><a href="sub.html">sub »</a></span> +</div> + +</body> +</html> Index: caption.html =================================================================== RCS file: /sources/public/html5/markup/caption.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- caption.html 1 May 2009 11:07:55 -0000 1.2 +++ caption.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>caption – table title</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="caption" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>caption – table title</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="canvas.html">« canvas</a></span> +<span class="nav-next"><a href="cite.html">cite »</a></span> +</div> +<div id="caption" class="section"> <h2 class="element-head"><span class="element">caption</span> – <span class="shortdesc">table title</span> <a class="hash" href="#caption">#</a> <a class="toc-bak" href="Overview.html#caption-toc">T</a></h2> <div id="caption-longdesc" class="longdesc"> <p>The <a href="caption.html#caption" class="element">caption</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="caption-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#caption-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="caption.html#caption.attrs">caption.attrs</a> = <span class="pattern" id="caption.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="caption.html#caption.attrs">caption.attrs</a> = <span class="pattern" id="caption.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="caption-tags"> @@ -47,4 +58,12 @@ <div class="no-number no-toc" id="caption-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#caption-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="caption-css"><div class="selectors"><span class="selector">caption</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-caption</span>;</div><div class="css-property"><span class="prop-name">text-align</span>: <span class="prop-value">center</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-caption</span>;</div><div class="css-property"><span class="prop-name">text-align</span>: <span class="prop-value">center</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="canvas.html">« canvas</a></span> +<span class="nav-next"><a href="cite.html">cite »</a></span> +</div> + +</body> +</html> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- del.html 1 May 2009 11:07:55 -0000 1.2 +++ del.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>del – deleted text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="del" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>del – deleted text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="dd.html">« dd</a></span> +<span class="nav-next"><a href="details.html">details »</a></span> +</div> +<div id="del" class="section"> <h2 class="element-head"><span class="element">del</span> – <span class="shortdesc">deleted text</span> <a class="hash" href="#del">#</a> <a class="toc-bak" href="Overview.html#del-toc">T</a></h2> <div id="del-longdesc" class="longdesc"> <p>The <a href="del.html#del" class="element">del</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="del-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#del-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="del.html#del.attrs">del.attrs</a> = <span class="pattern" id="del.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="del.html#del.attrs">del.attrs</a> = <span class="pattern" id="del.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="del.html#del-edit.attrs.cite">cite</a>? & <a class="ref" href="del.html#del-edit.attrs.datetime">datetime</a>?</span></p></div></div> <div class="no-number no-toc" id="del-attributes"> @@ -55,4 +66,12 @@ <div class="no-number no-toc" id="del-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#del-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="del-css"><div class="selectors"><span class="selector">del</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">line-through</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">line-through</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="dd.html">« dd</a></span> +<span class="nav-next"><a href="details.html">details »</a></span> +</div> + +</body> +</html> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- menu.html 1 May 2009 11:07:58 -0000 1.2 +++ menu.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>menu – list of commands</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="menu" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>menu – list of commands</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="mark.html">« mark</a></span> +<span class="nav-next"><a href="meta.html">meta »</a></span> +</div> +<div id="menu" class="section"> <h2 class="element-head"><span class="element">menu</span> – <span class="shortdesc">list of commands</span> <a class="hash" href="#menu">#</a> <a class="toc-bak" href="Overview.html#menu-toc">T</a></h2> <div id="menu-longdesc" class="longdesc"> <p>The <a href="menu.html#menu" class="element">menu</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="menu-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#menu-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="menu.html#menu.attrs">menu.attrs</a> = <span class="pattern" id="menu.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="menu.html#menu.attrs">menu.attrs</a> = <span class="pattern" id="menu.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="menu.html#menu.attrs.type" title="menu.attrs.type">type</a>? & <a class="ref" href="menu.html#menu.attrs.label" title="menu.attrs.label">label</a>?</span></p></div></div> <div class="no-number no-toc" id="menu-attributes"> @@ -79,4 +90,12 @@ <div class="no-number no-toc" id="menu-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#menu-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="menu-css"><div class="selectors"><span class="selector">menu</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">disc</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">disc</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="mark.html">« mark</a></span> +<span class="nav-next"><a href="meta.html">meta »</a></span> +</div> + +</body> +</html> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.image.html 1 May 2009 11:07:57 -0000 1.2 +++ input.image.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=image – image-coordinates input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.image" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=image – image-coordinates input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.hidden.html">« input.hidden</a></span> +<span class="nav-next"><a href="input.datetime.html">input.datetime »</a></span> +</div> +<div id="input.image" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">image</span></span> – <span class="shortdesc">image-coordinates input control</span> <a class="hash" href="#input.image">#</a> <a class="toc-bak" href="Overview.html#input.image-toc">T</a></h2> <div id="input.image-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -21,17 +32,17 @@ </div><div class="no-number no-toc" id="input.image-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.image-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.image.html#input.image.attrs">input.image.attrs</a> = <span class="pattern" id="input.image.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.image.html#input.image.attrs">input.image.attrs</a> = <span class="pattern" id="input.image.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.image.html#input.image.attrs.type" title="input.image.attrs.type">type</a> & <a class="ref" href="input.image.html#input.image.attrs.alt" title="input.image.attrs.alt">alt</a> & <a class="ref" href="input.image.html#input.image.attrs.src" title="input.image.attrs.src">src</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>? + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>? & <a class="ref" href="input.image.html#input.image.attrs.height" title="input.image.attrs.height">height</a>? & <a class="ref" href="input.image.html#input.image.attrs.width" title="input.image.attrs.width">width</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.image-attributes"> @@ -105,4 +116,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.image-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.hidden.html">« input.hidden</a></span> +<span class="nav-next"><a href="input.datetime.html">input.datetime »</a></span> +</div> + +</body> +</html> Index: code.html =================================================================== RCS file: /sources/public/html5/markup/code.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- code.html 1 May 2009 11:07:55 -0000 1.2 +++ code.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>code – code fragment</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="code" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>code – code fragment</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="cite.html">« cite</a></span> +<span class="nav-next"><a href="col.html">col »</a></span> +</div> +<div id="code" class="section"> <h2 class="element-head"><span class="element">code</span> – <span class="shortdesc">code fragment</span> <a class="hash" href="#code">#</a> <a class="toc-bak" href="Overview.html#code-toc">T</a></h2> <div id="code-longdesc" class="longdesc"> <p>The <a href="code.html#code" class="element">code</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="code-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#code-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="code.html#code.attrs">code.attrs</a> = <span class="pattern" id="code.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="code.html#code.attrs">code.attrs</a> = <span class="pattern" id="code.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="code-tags"> @@ -39,4 +50,12 @@ <div class="no-number no-toc" id="code-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#code-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="code-css"><div class="selectors"><span class="selector">code</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="cite.html">« cite</a></span> +<span class="nav-next"><a href="col.html">col »</a></span> +</div> + +</body> +</html> --- common-attrs.html DELETED --- Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/h2.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h2.html 1 May 2009 11:07:56 -0000 1.3 +++ h2.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>h2 – heading (level 2)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="h2" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>h2 – heading (level 2)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="h1.html">« h1</a></span> +<span class="nav-next"><a href="h3.html">h3 »</a></span> +</div> +<div id="h2" class="section"> <h2 class="element-head"><span class="element">h2</span> – <span class="shortdesc">heading (level 2)</span> <a class="hash" href="#h2">#</a> <a class="toc-bak" href="Overview.html#h2-toc">T</a></h2> <div id="h2-longdesc" class="longdesc"> <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="h2-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#h2-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="h2.html#h2.attrs">h2.attrs</a> = <span class="pattern" id="h2.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="h2.html#h2.attrs">h2.attrs</a> = <span class="pattern" id="h2.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="h2-assertions"> @@ -57,4 +68,12 @@ <div class="no-number no-toc" id="h2-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h2-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="h2-css"><div class="selectors"><span class="selector">h2</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">1.5em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">.83em 0 .83em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">1.5em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">.83em 0 .83em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="h1.html">« h1</a></span> +<span class="nav-next"><a href="h3.html">h3 »</a></span> +</div> + +</body> +</html> Index: head.html =================================================================== RCS file: /sources/public/html5/markup/head.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- head.html 1 May 2009 11:07:56 -0000 1.2 +++ head.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>head – document metadata</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="head" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>head – document metadata</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="h6.html">« h6</a></span> +<span class="nav-next"><a href="header.html">header »</a></span> +</div> +<div id="head" class="section"> <h2 class="element-head"><span class="element">head</span> – <span class="shortdesc">document metadata</span> <a class="hash" href="#head">#</a> <a class="toc-bak" href="Overview.html#head-toc">T</a></h2> <div id="head-longdesc" class="longdesc"> <p>The <a href="head.html#head" class="element">head</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="head-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#head-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="head.html#head.attrs">head.attrs</a> = <span class="pattern" id="head.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="head.html#head.attrs">head.attrs</a> = <span class="pattern" id="head.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="head-tags"> @@ -47,4 +58,12 @@ <div class="no-number no-toc" id="head-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#head-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="head-css"><div class="selectors"><span class="selector">head</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="h6.html">« h6</a></span> +<span class="nav-next"><a href="header.html">header »</a></span> +</div> + +</body> +</html> Index: p.html =================================================================== RCS file: /sources/public/html5/markup/p.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- p.html 1 May 2009 11:07:58 -0000 1.2 +++ p.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>p – paragraph</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="p" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>p – paragraph</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="output.html">« output</a></span> +<span class="nav-next"><a href="param.html">param »</a></span> +</div> +<div id="p" class="section"> <h2 class="element-head"><span class="element">p</span> – <span class="shortdesc">paragraph</span> <a class="hash" href="#p">#</a> <a class="toc-bak" href="Overview.html#p-toc">T</a></h2> <div id="p-longdesc" class="longdesc"> <p>The <a href="p.html#p" class="element">p</a> element represents a @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="p-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#p-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="p.html#p.attrs">p.attrs</a> = <span class="pattern" id="p.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="p.html#p.attrs">p.attrs</a> = <span class="pattern" id="p.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="p-tags"> @@ -71,4 +82,12 @@ <div class="no-number no-toc" id="p-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#p-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="p-css"><div class="selectors"><span class="selector">p</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.0em 0px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.0em 0px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="output.html">« output</a></span> +<span class="nav-next"><a href="param.html">param »</a></span> +</div> + +</body> +</html> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/map.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- map.html 1 May 2009 11:07:58 -0000 1.2 +++ map.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>map – image-map definition</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="map" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>map – image-map definition</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="link.html">« link</a></span> +<span class="nav-next"><a href="mark.html">mark »</a></span> +</div> +<div id="map" class="section"> <h2 class="element-head"><span class="element">map</span> – <span class="shortdesc">image-map definition</span> <a class="hash" href="#map">#</a> <a class="toc-bak" href="Overview.html#map-toc">T</a></h2> <div id="map-longdesc" class="longdesc"> <p>The <a href="map.html#map" class="element">map</a> element, in @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="map-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#map-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="map.html#map.attrs">map.attrs</a> = <span class="pattern" id="map.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="map.html#map.attrs">map.attrs</a> = <span class="pattern" id="map.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="map.html#map.attrs.name" title="map.attrs.name">name</a></span></p></div></div> <div class="no-number no-toc" id="map-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#map-attributes">#</a></h2> @@ -58,4 +69,12 @@ <div class="no-number no-toc" id="map-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#map-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="map-css"><div class="selectors"><span class="selector">map</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">inline</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">inline</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="link.html">« link</a></span> +<span class="nav-next"><a href="mark.html">mark »</a></span> +</div> + +</body> +</html> Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.file.html 1 May 2009 11:07:57 -0000 1.2 +++ input.file.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=file – file upload control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.file" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=file – file upload control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.reset.html">« input.reset</a></span> +<span class="nav-next"><a href="input.hidden.html">input.hidden »</a></span> +</div> +<div id="input.file" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">file</span></span> – <span class="shortdesc">file upload control</span> <a class="hash" href="#input.file">#</a> <a class="toc-bak" href="Overview.html#input.file-toc">T</a></h2> <div id="input.file-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -20,13 +31,13 @@ </div><div class="no-number no-toc" id="input.file-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.file-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.file.html#input.file.attrs">input.file.attrs</a> = <span class="pattern" id="input.file.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.file.html#input.file.attrs">input.file.attrs</a> = <span class="pattern" id="input.file.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.file.html#input.file.attrs.type" title="input.file.attrs.type">type</a> & <a class="ref" href="input.file.html#input.file.attrs.accept" title="input.file.attrs.accept">accept</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a>?)</span></p></div></div> + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.multiple" title="input.attrs.multiple">multiple</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.file-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.file-attributes">#</a></h2> <dl class="attr-defs"> @@ -80,4 +91,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.file-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.reset.html">« input.reset</a></span> +<span class="nav-next"><a href="input.hidden.html">input.hidden »</a></span> +</div> + +</body> +</html> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.radio.html 1 May 2009 11:07:57 -0000 1.2 +++ input.radio.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=radio – radio button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.radio" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=radio – radio button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.checkbox.html">« input.checkbox</a></span> +<span class="nav-next"><a href="input.button.html">input.button »</a></span> +</div> +<div id="input.radio" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> – <span class="shortdesc">radio button</span> <a class="hash" href="#input.radio">#</a> <a class="toc-bak" href="Overview.html#input.radio-toc">T</a></h2> <div id="input.radio-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,13 +30,13 @@ </div><div class="no-number no-toc" id="input.radio-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.radio-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.radio.html#input.radio.attrs">input.radio.attrs</a> = <span class="pattern" id="input.radio.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.radio.html#input.radio.attrs">input.radio.attrs</a> = <span class="pattern" id="input.radio.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.radio.html#input.radio.attrs.type" title="input.radio.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.checked" title="input.attrs.checked">checked</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.checked" title="input.attrs.checked">checked</a>? & <a class="ref" href="input.radio.html#input.radio.attrs.value" title="input.radio.attrs.value">value</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.radio-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.radio-attributes">#</a></h2> <dl class="attr-defs"> @@ -76,4 +87,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.radio-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.checkbox.html">« input.checkbox</a></span> +<span class="nav-next"><a href="input.button.html">input.button »</a></span> +</div> + +</body> +</html> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- command.checkbox.html 1 May 2009 11:07:55 -0000 1.2 +++ command.checkbox.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>command type=checkbox – state or option that can be toggled</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="command.checkbox" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>command type=checkbox – state or option that can be toggled</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="command.radio.html">« command.radio</a></span> +<span class="nav-next"><a href="datagrid.html">datagrid »</a></span> +</div> +<div id="command.checkbox" class="section"> <h2 class="element-head"><span class="element">command</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> – <span class="shortdesc">state or option that can be toggled</span> <a class="hash" href="#command.checkbox">#</a> <a class="toc-bak" href="Overview.html#command.checkbox-toc">T</a></h2> <div id="command.checkbox-longdesc" class="longdesc"> <p>The <a href="command.html#command" class="element">command</a> element @@ -19,10 +30,10 @@ </div><div class="no-number no-toc" id="command.checkbox-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#command.checkbox-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="command.checkbox.html#command.checkbox.attrs">command.checkbox.attrs</a> = <span class="pattern" id="command.checkbox.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="command.checkbox.html#command.checkbox.attrs">command.checkbox.attrs</a> = <span class="pattern" id="command.checkbox.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & (<a class="ref" href="command.checkbox.html#command.checkbox.attrs.type" title="command.checkbox.attrs.type">type</a> & <a class="ref" href="command.checkbox.html#command.checkbox.attrs.checked" title="command.checkbox.attrs.checked">checked</a>?) - & <a class="ref" href="shared-attrs.html#common-command.attrs">common-command.attrs</a></span></p></div></div> + & <a class="ref" href="shared-attributes.html#common-command.attrs">common-command.attrs</a></span></p></div></div> <div class="no-number no-toc" id="command.checkbox-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#command.checkbox-attributes">#</a></h2> <dl class="attr-defs"> @@ -59,4 +70,12 @@ | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a> | (<a class="ref" href="command.html#command">command</a>)</li> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="command.radio.html">« command.radio</a></span> +<span class="nav-next"><a href="datagrid.html">datagrid »</a></span> +</div> + +</body> +</html> Index: param.html =================================================================== RCS file: /sources/public/html5/markup/param.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- param.html 1 May 2009 11:07:58 -0000 1.2 +++ param.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>param – initialization parameters for plugins</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="param" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>param – initialization parameters for plugins</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="p.html">« p</a></span> +<span class="nav-next"><a href="pre.html">pre »</a></span> +</div> +<div id="param" class="section"> <h2 class="element-head"><span class="element">param</span> – <span class="shortdesc">initialization parameters for plugins</span> <a class="hash" href="#param">#</a> <a class="toc-bak" href="Overview.html#param-toc">T</a></h2> <div id="param-longdesc" class="longdesc"> <p>The <a href="param.html#param" class="element">param</a> element @@ -16,7 +27,7 @@ </div><div class="no-number no-toc" id="param-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#param-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="param.html#param.attrs">param.attrs</a> = <span class="pattern" id="param.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="param.html#param.attrs">param.attrs</a> = <span class="pattern" id="param.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="param.html#param.attrs.name" title="param.attrs.name">name</a> & <a class="ref" href="param.html#param.attrs.value" title="param.attrs.value">value</a></span></p></div></div> <div class="no-number no-toc" id="param-attributes"> @@ -53,4 +64,12 @@ <div class="no-number no-toc" id="param-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#param-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="param-css"><div class="selectors"><span class="selector">param</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="p.html">« p</a></span> +<span class="nav-next"><a href="pre.html">pre »</a></span> +</div> + +</body> +</html> Index: span.html =================================================================== RCS file: /sources/public/html5/markup/span.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- span.html 1 May 2009 11:07:59 -0000 1.2 +++ span.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,16 +1,27 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>span – generic span</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="span" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>span – generic span</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="source.html">« source</a></span> +<span class="nav-next"><a href="strong.html">strong »</a></span> +</div> +<div id="span" class="section"> <h2 class="element-head"><span class="element">span</span> – <span class="shortdesc">generic span</span> <a class="hash" href="#span">#</a> <a class="toc-bak" href="Overview.html#span-toc">T</a></h2> <div id="span-longdesc" class="longdesc"> <p>The <a href="span.html#span" class="element">span</a> element is a generic wrapper for phrasing content that by itself does not represent anything. It can be used with attributes such as - <a href="common-attrs.html#common.attrs.class">class</a>, - <a href="common-attrs.html#common.attrs.lang">lang</a>/<a href="common-attrs.html#common.attrs.xmllang">xml:lang</a>, + <a href="common-attributes.html#common.attrs.class">class</a>, + <a href="common-attributes.html#common.attrs.lang">lang</a>/<a href="common-attributes.html#common.attrs.xmllang">xml:lang</a>, and - <a href="common-attrs.html#common.attrs.title">title</a> + <a href="common-attributes.html#common.attrs.title">title</a> to add additional semantics and structure to phrasing content.</p> </div> <div class="no-number no-toc" id="span-content"> @@ -25,7 +36,7 @@ </div><div class="no-number no-toc" id="span-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#span-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="span.html#span.attrs">span.attrs</a> = <span class="pattern" id="span.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="span.html#span.attrs">span.attrs</a> = <span class="pattern" id="span.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="span-tags"> @@ -42,4 +53,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#span-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="source.html">« source</a></span> +<span class="nav-next"><a href="strong.html">strong »</a></span> +</div> + +</body> +</html> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.reset.html 1 May 2009 11:07:57 -0000 1.2 +++ input.reset.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=reset – reset button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.reset" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=reset – reset button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.submit.html">« input.submit</a></span> +<span class="nav-next"><a href="input.file.html">input.file »</a></span> +</div> +<div id="input.reset" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> – <span class="shortdesc">reset button</span> <a class="hash" href="#input.reset">#</a> <a class="toc-bak" href="Overview.html#input.reset-toc">T</a></h2> <div id="input.reset-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -18,11 +29,11 @@ </div><div class="no-number no-toc" id="input.reset-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.reset-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.reset.html#input.reset.attrs">input.reset.attrs</a> = <span class="pattern" id="input.reset.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.reset.html#input.reset.attrs">input.reset.attrs</a> = <span class="pattern" id="input.reset.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.reset.html#input.reset.attrs.type" title="input.reset.attrs.type">type</a> & <a class="ref" href="input.reset.html#input.reset.attrs.value" title="input.reset.attrs.value">value</a>?) - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="input.reset-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.reset-attributes">#</a></h2> <dl class="attr-defs"> @@ -73,4 +84,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.reset-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.submit.html">« input.submit</a></span> +<span class="nav-next"><a href="input.file.html">input.file »</a></span> +</div> + +</body> +</html> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.datetime-local.html 1 May 2009 11:07:57 -0000 1.2 +++ input.datetime-local.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=datetime-local – local date-and-time input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.datetime-local" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=datetime-local – local date-and-time input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.datetime.html">« input.datetime</a></span> +<span class="nav-next"><a href="input.date.html">input.date »</a></span> +</div> +<div id="input.datetime-local" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> – <span class="shortdesc">local date-and-time input control</span> <a class="hash" href="#input.datetime-local">#</a> <a class="toc-bak" href="Overview.html#input.datetime-local-toc">T</a></h2> <div id="input.datetime-local-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -20,17 +31,17 @@ </div><div class="no-number no-toc" id="input.datetime-local-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.datetime-local-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.datetime-local.html#input.datetime-local.attrs">input.datetime-local.attrs</a> = <span class="pattern" id="input.datetime-local.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.datetime-local.html#input.datetime-local.attrs">input.datetime-local.attrs</a> = <span class="pattern" id="input.datetime-local.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.type" title="input.datetime-local.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.min" title="input.datetime-local.attrs.min">min</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.max" title="input.datetime-local.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.float" title="input.attrs.step.float">step.float</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.datetime-local.html#input.datetime-local.attrs.value" title="input.datetime-local.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.datetime-local-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.datetime-local-attributes">#</a></h2> @@ -97,4 +108,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.datetime-local-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.datetime.html">« input.datetime</a></span> +<span class="nav-next"><a href="input.date.html">input.date »</a></span> +</div> + +</body> +</html> Index: meta.html =================================================================== RCS file: /sources/public/html5/markup/meta.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.html 1 May 2009 11:07:58 -0000 1.2 +++ meta.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meta</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meta" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meta</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="menu.html">« menu</a></span> +<span class="nav-next"><a href="meta.name.html">meta.name »</a></span> +</div> +<div id="meta" class="section"> <h2 class="element-head"><span class="element">meta</span> <a class="hash" href="#meta">#</a> <a class="toc-bak" href="Overview.html#meta-toc">T</a></h2> <p>The <span class="element">meta</span> element is defined in the following sections:</p> @@ -11,4 +22,12 @@ <li><a href="meta.charset.html#meta.charset">meta charset</a></li> <li><a href="meta.http-equiv.content-type.html#meta.http-equiv.content-type">meta http-equiv=content-type</a></li> </ul> - </div></body></html> + </div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="menu.html">« menu</a></span> +<span class="nav-next"><a href="meta.name.html">meta.name »</a></span> +</div> + +</body> +</html> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.color.html 1 May 2009 11:07:56 -0000 1.2 +++ input.color.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=color – color</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.color" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=color – color</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.search.html">« input.search</a></span> +<span class="nav-next"><a href="ins.html">ins »</a></span> +</div> +<div id="input.color" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">color</span></span> – <span class="shortdesc">color</span> <a class="hash" href="#input.color">#</a> <a class="toc-bak" href="Overview.html#input.color-toc">T</a></h2> <div id="input.color-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,12 +30,12 @@ </div><div class="no-number no-toc" id="input.color-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.color-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.color.html#input.color.attrs">input.color.attrs</a> = <span class="pattern" id="input.color.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.color.html#input.color.attrs">input.color.attrs</a> = <span class="pattern" id="input.color.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.color.html#input.color.attrs.type" title="input.color.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.color.html#input.color.attrs.value" title="input.color.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.color-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.color-attributes">#</a></h2> @@ -79,4 +90,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.color-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.search.html">« input.search</a></span> +<span class="nav-next"><a href="ins.html">ins »</a></span> +</div> + +</body> +</html> Index: conformance.html =================================================================== RCS file: /sources/public/html5/markup/conformance.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- conformance.html 1 May 2009 11:07:55 -0000 1.2 +++ conformance.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,25 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>Conformance requirements</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="conformance" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>Conformance requirements</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="intro.html">« intro</a></span> +<span class="nav-next"><a href="structure.html">structure »</a></span> +</div> +<div id="conformance" class="section"> <h2>2. Conformance requirements <a class="hash" href="#conformance">#</a> <a class="toc-bak" href="Overview.html#conformance-toc">T</a></h2> <p>[this section still needs to be written]</p> -</div></body></html> +</div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="intro.html">« intro</a></span> +<span class="nav-next"><a href="structure.html">structure »</a></span> +</div> + +</body> +</html> --- NEW FILE: common-attributes.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <title>Common attributes</title> <link rel="stylesheet" href="style.css" type="text/css"></link> <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> </head> <body> <h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="common-models.html">« common-models</a></span> <span class="nav-next"><a href="shared-attributes.html">shared-attributes »</a></span> </div> <div id="common-attributes" class="section"> <h2>8. Common attributes <a class="hash" href="#common-attributes">#</a> <a class="toc-bak" href="Overview.html#common-attributes-toc">T</a></h2> <div id="common.attrs-mdl"> <dl class="content-models"> <dt class="content-model"><span class="common-pattern-name"><a href="common-attributes.html#common.attrs" id="common.attrs">common.attrs</a></span> = </dt><dd><a class="ref" href="common-attributes.html#common.attrs.basic" title="common.attrs.basic">common.attrs.basic</a> & <a class="ref" href="common-attributes.html#common.attrs.i18n" title="common.attrs.i18n">common.attrs.i18n</a> & <a class="ref" href="common-attributes.html#common.attrs.present" title="common.attrs.present">common.attrs.present</a> & <a class="ref" href="common-attributes.html#common.attrs.scripting" title="common.attrs.scripting">common.attrs.scripting</a> & <a class="ref" href="common-attributes.html#common.attrs.interact" title="common.attrs.interact">common.attrs.interact</a> </dd> </dl> </div> <div id="basic-attrs" class="section"> <h2 class="common-subhead">8.1. Basic attributes <a class="hash" href="#basic-attrs">#</a> <a class="toc-bak" href="Overview.html#basic-attrs-toc">T</a></h2><div id="common.attrs.basic-mdl"> <div class="content-models"> <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.basic" id="common.attrs.basic">common.attrs.basic</a></span> = (<a class="ref" href="common-attributes.html#common.attrs.id" title="common.attrs.id">id</a> | <a class="ref" href="common-attributes.html#common.attrs.xml-id" title="common.attrs.xml-id">xml:id</a>)? & <a class="ref" href="common-attributes.html#common.attrs.class" title="common.attrs.class">class</a>? & <a class="ref" href="common-attributes.html#common.attrs.title" title="common.attrs.title">title</a>? & <a class="ref" href="common-attributes.html#common.attrs.xmlbase" title="common.attrs.xmlbase">xml:base</a>? & <a class="ref" href="common-attributes.html#common.attrs.xmlspace" title="common.attrs.xmlspace">xml:space</a>?</p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="common.attrs.id" title="common.attrs.id" href="common-attributes.html#common.attrs.id">id</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.id" title="common.data.id">id</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.xml-id" title="common.attrs.xml-id" href="common-attributes.html#common.attrs.xml-id">xml:id</a><span class="attr-values"> = xsd:NCName </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.class" title="common.attrs.class" href="common-attributes.html#common.attrs.class">class</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.title" title="common.attrs.title" href="common-attributes.html#common.attrs.title">title</a><span class="attr-values"> = text </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.xmlbase" title="common.attrs.xmlbase" href="common-attributes.html#common.attrs.xmlbase">xml:base</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.xmlspace" title="common.attrs.xmlspace" href="common-attributes.html#common.attrs.xmlspace">xml:space</a><span class="attr-values"> = "preserve" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl></div></div><div id="i18n-attrs" class="section"> <h2 class="common-subhead">8.2. Internationalization attributes <a class="hash" href="#i18n-attrs">#</a> <a class="toc-bak" href="Overview.html#i18n-attrs-toc">T</a></h2><div id="common.attrs.i18n-mdl"> <div class="content-models"> <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.i18n" id="common.attrs.i18n">common.attrs.i18n</a></span> = <a class="ref" href="common-attributes.html#common.attrs.dir" title="common.attrs.dir">dir</a>? & (<a class="ref" href="common-attributes.html#common.attrs.xmllang" title="common.attrs.xmllang">xml:lang</a>? & <a class="ref" href="common-attributes.html#common.attrs.lang" title="common.attrs.lang">lang</a>?)?</p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="common.attrs.dir" title="common.attrs.dir" href="common-attributes.html#common.attrs.dir">dir</a><span class="attr-values"> = "ltr" | "rtl" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.xmllang" title="common.attrs.xmllang" href="common-attributes.html#common.attrs.xmllang">xml:lang</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.lang" title="common.attrs.lang" href="common-attributes.html#common.attrs.lang">lang</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl></div></div><div id="present-attrs" class="section"> <h2 class="common-subhead">8.3. Present attributes <a class="hash" href="#present-attrs">#</a> <a class="toc-bak" href="Overview.html#present-attrs-toc">T</a></h2><div id="common.attrs.present-mdl"> <div class="content-models"> <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.present" id="common.attrs.present">common.attrs.present</a></span> = <a class="ref" href="common-attributes.html#common.attrs.style" title="common.attrs.style">style</a>? & <a class="ref" href="common-attributes.html#common.attrs.tabindex" title="common.attrs.tabindex">tabindex</a>?</p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="common.attrs.style" title="common.attrs.style" href="common-attributes.html#common.attrs.style">style</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.tabindex" title="common.attrs.tabindex" href="common-attributes.html#common.attrs.tabindex">tabindex</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.integer" title="common.data.integer">integer</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl></div></div> <div id="common.attrs.scripting-attrs" class="section"> <h2 class="common-subhead">8.4. Scripting attributes <a class="hash" href="#common.attrs.scripting-attrs">#</a> <a class="toc-bak" href="Overview.html#common.attrs.scripting-attrs-toc">T</a></h2><div id="common.attrs.scripting-mdl"> <div class="content-models"> <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.scripting" id="common.attrs.scripting">common.attrs.scripting</a></span> = (<a class="ref" href="common-attributes.html#scripting.attr.onabort" title="scripting.attr.onabort">onabort</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload">onbeforeunload</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onblur" title="scripting.attr.onblur">onblur</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onchange" title="scripting.attr.onchange">onchange</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onclick" title="scripting.attr.onclick">onclick</a>? & <a class="ref" href="common-attributes.html#scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu">oncontextmenu</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondblclick" title="scripting.attr.ondblclick">ondblclick</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondrag" title="scripting.attr.ondrag">ondrag</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondragend" title="scripting.attr.ondragend">ondragend</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondragenter" title="scripting.attr.ondragenter">ondragenter</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondragleave" title="scripting.attr.ondragleave">ondragleave</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondragover" title="scripting.attr.ondragover">ondragover</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondragstart" title="scripting.attr.ondragstart">ondragstart</a>? & <a class="ref" href="common-attributes.html#scripting.attr.ondrop" title="scripting.attr.ondrop">ondrop</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onerror" title="scripting.attr.onerror">onerror</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onfocus" title="scripting.attr.onfocus">onfocus</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onkeydown" title="scripting.attr.onkeydown">onkeydown</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onkeypress" title="scripting.attr.onkeypress">onkeypress</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onkeyup" title="scripting.attr.onkeyup">onkeyup</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onload" title="scripting.attr.onload">onload</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmessage" title="scripting.attr.onmessage">onmessage</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmousedown" title="scripting.attr.onmousedown">onmousedown</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmousemove" title="scripting.attr.onmousemove">onmousemove</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmouseout" title="scripting.attr.onmouseout">onmouseout</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmouseover" title="scripting.attr.onmouseover">onmouseover</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmouseup" title="scripting.attr.onmouseup">onmouseup</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onmousewheel" title="scripting.attr.onmousewheel">onmousewheel</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onresize" title="scripting.attr.onresize">onresize</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onscroll" title="scripting.attr.onscroll">onscroll</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onselect" title="scripting.attr.onselect">onselect</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onsubmit" title="scripting.attr.onsubmit">onsubmit</a>? & <a class="ref" href="common-attributes.html#scripting.attr.onunload" title="scripting.attr.onunload">onunload</a>?) </p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="common-attributes.html#scripting.attr.onabort">onabort</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onbeforeunload" title="scripting.attr.onbeforeunload" href="common-attributes.html#scripting.attr.onbeforeunload">onbeforeunload</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="common-attributes.html#scripting.attr.onblur">onblur</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="common-attributes.html#scripting.attr.onchange">onchange</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="common-attributes.html#scripting.attr.onclick">onclick</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="common-attributes.html#scripting.attr.oncontextmenu">oncontextmenu</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="common-attributes.html#scripting.attr.ondblclick">ondblclick</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="common-attributes.html#scripting.attr.ondrag">ondrag</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="common-attributes.html#scripting.attr.ondragend">ondragend</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="common-attributes.html#scripting.attr.ondragenter">ondragenter</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="common-attributes.html#scripting.attr.ondragleave">ondragleave</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="common-attributes.html#scripting.attr.ondragover">ondragover</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="common-attributes.html#scripting.attr.ondragstart">ondragstart</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="common-attributes.html#scripting.attr.ondrop">ondrop</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="common-attributes.html#scripting.attr.onerror">onerror</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="common-attributes.html#scripting.attr.onfocus">onfocus</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="common-attributes.html#scripting.attr.onkeydown">onkeydown</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="common-attributes.html#scripting.attr.onkeypress">onkeypress</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="common-attributes.html#scripting.attr.onkeyup">onkeyup</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="common-attributes.html#scripting.attr.onload">onload</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmessage" title="scripting.attr.onmessage" href="common-attributes.html#scripting.attr.onmessage">onmessage</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="common-attributes.html#scripting.attr.onmousedown">onmousedown</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="common-attributes.html#scripting.attr.onmousemove">onmousemove</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="common-attributes.html#scripting.attr.onmouseout">onmouseout</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="common-attributes.html#scripting.attr.onmouseover">onmouseover</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="common-attributes.html#scripting.attr.onmouseup">onmouseup</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="common-attributes.html#scripting.attr.onmousewheel">onmousewheel</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onresize" title="scripting.attr.onresize" href="common-attributes.html#scripting.attr.onresize">onresize</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="common-attributes.html#scripting.attr.onscroll">onscroll</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="common-attributes.html#scripting.attr.onselect">onselect</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="common-attributes.html#scripting.attr.onsubmit">onsubmit</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="scripting.attr.onunload" title="scripting.attr.onunload" href="common-attributes.html#scripting.attr.onunload">onunload</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> </div> </div> <div id="common.attrs.interact-attrs" class="section"> <h2 class="common-subhead">8.5. Interaction attributes <a class="hash" href="#common.attrs.interact-attrs">#</a> <a class="toc-bak" href="Overview.html#common.attrs.interact-attrs-toc">T</a></h2><div id="common.attrs.interact-mdl"> <div class="content-models"> <p><span class="common-pattern-name"><a href="common-attributes.html#common.attrs.interact" id="common.attrs.interact">common.attrs.interact</a></span> = (<a class="ref" href="common-attributes.html#common.attrs.contextmenu" title="common.attrs.contextmenu">contextmenu</a>? & <a class="ref" href="common-attributes.html#common.attrs.contenteditable" title="common.attrs.contenteditable">contenteditable</a>? & <a class="ref" href="common-attributes.html#common.attrs.draggable" title="common.attrs.draggable">draggable</a>? & <a class="ref" href="common-attributes.html#common.attrs.hidden" title="common.attrs.hidden">hidden</a>? & <a class="ref" href="common-attributes.html#common.attrs.spellcheck" title="common.attrs.spellcheck">spellcheck</a>?) </p> </div> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="common-attributes.html#common.attrs.contextmenu">contextmenu</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.contenteditable" title="common.attrs.contenteditable" href="common-attributes.html#common.attrs.contenteditable">contenteditable</a><span class="attr-values"> = "true" | "false" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.draggable" title="common.attrs.draggable" href="common-attributes.html#common.attrs.draggable">draggable</a><span class="attr-values"> = "true" | "false" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.hidden" title="common.attrs.hidden" href="common-attributes.html#common.attrs.hidden">hidden</a><span class="attr-values"> = "hidden" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="common.attrs.spellcheck" title="common.attrs.spellcheck" href="common-attributes.html#common.attrs.spellcheck">spellcheck</a><span class="attr-values"> = "true" | "false" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> </div> </div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="common-models.html">« common-models</a></span> <span class="nav-next"><a href="shared-attributes.html">shared-attributes »</a></span> </div> </body> </html> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- option.html 1 May 2009 11:07:58 -0000 1.2 +++ option.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>option – option</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="option" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>option – option</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="optgroup.html">« optgroup</a></span> +<span class="nav-next"><a href="output.html">output »</a></span> +</div> +<div id="option" class="section"> <h2 class="element-head"><span class="element">option</span> – <span class="shortdesc">option</span> <a class="hash" href="#option">#</a> <a class="toc-bak" href="Overview.html#option-toc">T</a></h2> <div id="option-longdesc" class="longdesc"> <p>The <a href="option.html#option" class="element">option</a> element @@ -18,8 +29,8 @@ </div><div class="no-number no-toc" id="option-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#option-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="option.html#option.attrs">option.attrs</a> = <span class="pattern" id="option.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? + <p><a href="option.html#option.attrs">option.attrs</a> = <span class="pattern" id="option.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>? & <a class="ref" href="option.html#option.attrs.selected" title="option.attrs.selected">selected</a>? & <a class="ref" href="option.html#option.attrs.label" title="option.attrs.label">label</a>? & <a class="ref" href="option.html#option.attrs.value" title="option.attrs.value">value</a>?</span></p></div></div> @@ -60,4 +71,12 @@ <li class="context-mdl"><a href="datalist.html#datalist-mdl">datalist</a> = <a class="ref" href="option.html#option">option</a>* & (text & <a class="ref" href="common-models.html#common.elem.phrasing">common.elem.phrasing</a>*)</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="optgroup.html">« optgroup</a></span> +<span class="nav-next"><a href="output.html">output »</a></span> +</div> + +</body> +</html> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- label.html 1 May 2009 11:07:57 -0000 1.2 +++ label.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>label – caption for a form control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="label" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>label – caption for a form control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="keygen.html">« keygen</a></span> +<span class="nav-next"><a href="legend.html">legend »</a></span> +</div> +<div id="label" class="section"> <h2 class="element-head"><span class="element">label</span> – <span class="shortdesc">caption for a form control</span> <a class="hash" href="#label">#</a> <a class="toc-bak" href="Overview.html#label-toc">T</a></h2> <div id="label-longdesc" class="longdesc"> <p>The <a href="label.html#label" class="element">label</a> element @@ -18,9 +29,9 @@ </div><div class="no-number no-toc" id="label-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#label-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="label.html#label.attrs">label.attrs</a> = <span class="pattern" id="label.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="label.html#label.attrs">label.attrs</a> = <span class="pattern" id="label.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="label.html#label.attrs.for" title="label.attrs.for">for</a>?) - & <a class="ref" href="shared-attrs.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>?</span></p></div></div> <div class="no-number no-toc" id="label-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#label-attributes">#</a></h2> <dl class="attr-defs"> @@ -67,4 +78,12 @@ <div class="no-number no-toc" id="label-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#label-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="label-css"><div class="selectors"><span class="selector">label</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">default</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">default</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="keygen.html">« keygen</a></span> +<span class="nav-next"><a href="legend.html">legend »</a></span> +</div> + +</body> +</html> Index: select.html =================================================================== RCS file: /sources/public/html5/markup/select.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- select.html 1 May 2009 11:07:59 -0000 1.2 +++ select.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>select – option-selection form control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="select" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>select – option-selection form control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="section.html">« section</a></span> +<span class="nav-next"><a href="small.html">small »</a></span> +</div> +<div id="select" class="section"> <h2 class="element-head"><span class="element">select</span> – <span class="shortdesc">option-selection form control</span> <a class="hash" href="#select">#</a> <a class="toc-bak" href="Overview.html#select-toc">T</a></h2> <div id="select-longdesc" class="longdesc"> <p>The <a href="select.html#select" class="element">select</a> element @@ -19,8 +30,8 @@ </div><div class="no-number no-toc" id="select-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#select-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="select.html#select.attrs">select.attrs</a> = <span class="pattern" id="select.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="select.html#select.attrs">select.attrs</a> = <span class="pattern" id="select.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="select.html#select.attrs.size" title="select.attrs.size">size</a>? & <a class="ref" href="select.html#select.attrs.multiple" title="select.attrs.multiple">multiple</a>?</span></p></div></div> <div class="no-number no-toc" id="select-attributes"> @@ -86,4 +97,12 @@ & <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*) | <a class="ref" href="select.html#select">select</a> | <a class="ref" href="datalist.html#datalist">datalist</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="section.html">« section</a></span> +<span class="nav-next"><a href="small.html">small »</a></span> +</div> + +</body> +</html> Index: noscript.html =================================================================== RCS file: /sources/public/html5/markup/noscript.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- noscript.html 1 May 2009 11:07:58 -0000 1.2 +++ noscript.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>noscript – fallback content for script</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="noscript" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>noscript – fallback content for script</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="nav.html">« nav</a></span> +<span class="nav-next"><a href="object.html">object »</a></span> +</div> +<div id="noscript" class="section"> <h2 class="element-head"><span class="element">noscript</span> – <span class="shortdesc">fallback content for script</span> <a class="hash" href="#noscript">#</a> <a class="toc-bak" href="Overview.html#noscript-toc">T</a></h2> <div id="noscript-longdesc" class="longdesc"> <p>The <a href="noscript.html#noscript" class="element">noscript</a> @@ -35,7 +46,7 @@ </div><div class="no-number no-toc" id="noscript-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#noscript-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="noscript.html#noscript.attrs">noscript.attrs</a> = <span class="pattern" id="noscript.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="noscript.html#noscript.attrs">noscript.attrs</a> = <span class="pattern" id="noscript.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="noscript-assertions"> @@ -75,4 +86,12 @@ | (<a class="ref" href="command.html#command">command</a>)</li> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="nav.html">« nav</a></span> +<span class="nav-next"><a href="object.html">object »</a></span> +</div> + +</body> +</html> Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/blockquote.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- blockquote.html 1 May 2009 11:07:54 -0000 1.2 +++ blockquote.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>blockquote – block quotation</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="blockquote" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>blockquote – block quotation</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="bdo.html">« bdo</a></span> +<span class="nav-next"><a href="body.html">body »</a></span> +</div> +<div id="blockquote" class="section"> <h2 class="element-head"><span class="element">blockquote</span> – <span class="shortdesc">block quotation</span> <a class="hash" href="#blockquote">#</a> <a class="toc-bak" href="Overview.html#blockquote-toc">T</a></h2> <div id="blockquote-longdesc" class="longdesc"> <p>The <a href="blockquote.html#blockquote" class="element">blockquote</a> @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="blockquote-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#blockquote-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="blockquote.html#blockquote.attrs">blockquote.attrs</a> = <span class="pattern" id="blockquote.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="blockquote.html#blockquote.attrs">blockquote.attrs</a> = <span class="pattern" id="blockquote.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="blockquote.html#blockquote.attrs.cite" title="blockquote.attrs.cite">cite</a>?</span></p></div></div> <div class="no-number no-toc" id="blockquote-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#blockquote-attributes">#</a></h2> @@ -51,4 +62,12 @@ <div class="no-number no-toc" id="blockquote-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#blockquote-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="blockquote-css"><div class="selectors"><span class="selector">blockquote</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 40px 1em 40px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 40px 1em 40px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="bdo.html">« bdo</a></span> +<span class="nav-next"><a href="body.html">body »</a></span> +</div> + +</body> +</html> Index: hr.html =================================================================== RCS file: /sources/public/html5/markup/hr.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- hr.html 1 May 2009 11:07:56 -0000 1.2 +++ hr.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>hr – thematic break</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="hr" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>hr – thematic break</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="hgroup.html">« hgroup</a></span> +<span class="nav-next"><a href="html.html">html »</a></span> +</div> +<div id="hr" class="section"> <h2 class="element-head"><span class="element">hr</span> – <span class="shortdesc">thematic break</span> <a class="hash" href="#hr">#</a> <a class="toc-bak" href="Overview.html#hr-toc">T</a></h2> <div id="hr-longdesc" class="longdesc"> <p>The <a href="hr.html#hr" class="element">hr</a> element represents @@ -16,7 +27,7 @@ </div><div class="no-number no-toc" id="hr-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#hr-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="hr.html#hr.attrs">hr.attrs</a> = <span class="pattern" id="hr.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="hr.html#hr.attrs">hr.attrs</a> = <span class="pattern" id="hr.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="hr-tags"> @@ -37,4 +48,12 @@ <div class="no-number no-toc" id="hr-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#hr-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="hr-css"><div class="selectors"><span class="selector">hr</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">0.5em auto</span>;</div><div class="css-property"><span class="prop-name">border-style</span>: <span class="prop-value">inset</span>;</div><div class="css-property"><span class="prop-name">border-width</span>: <span class="prop-value">1px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">0.5em auto</span>;</div><div class="css-property"><span class="prop-name">border-style</span>: <span class="prop-value">inset</span>;</div><div class="css-property"><span class="prop-name">border-width</span>: <span class="prop-value">1px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="hgroup.html">« hgroup</a></span> +<span class="nav-next"><a href="html.html">html »</a></span> +</div> + +</body> +</html> Index: td.html =================================================================== RCS file: /sources/public/html5/markup/td.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- td.html 1 May 2009 11:08:00 -0000 1.2 +++ td.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>td – table cell</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="td" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>td – table cell</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="tbody.html">« tbody</a></span> +<span class="nav-next"><a href="textarea.html">textarea »</a></span> +</div> +<div id="td" class="section"> <h2 class="element-head"><span class="element">td</span> – <span class="shortdesc">table cell</span> <a class="hash" href="#td">#</a> <a class="toc-bak" href="Overview.html#td-toc">T</a></h2> <div id="td-longdesc" class="longdesc"> <p>The <a href="td.html#td" class="element">td</a> element represents @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="td-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#td-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="td.html#td.attrs">td.attrs</a> = <span class="pattern" id="td.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="td.html#td.attrs">td.attrs</a> = <span class="pattern" id="td.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="td.html#td-tables.attrs.colspan">colspan</a>? & <a class="ref" href="td.html#td-tables.attrs.rowspan">rowspan</a>? & <a class="ref" href="td.html#td-tables.attrs.headers">headers</a>?</span></p></div></div> @@ -64,4 +75,12 @@ <div class="no-number no-toc" id="td-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#td-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="td-css"><div class="selectors"><span class="selector">td</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-cell</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-cell</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="tbody.html">« tbody</a></span> +<span class="nav-next"><a href="textarea.html">textarea »</a></span> +</div> + +</body> +</html> Index: em.html =================================================================== RCS file: /sources/public/html5/markup/em.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- em.html 1 May 2009 11:07:55 -0000 1.2 +++ em.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>em – emphatic stress</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="em" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>em – emphatic stress</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="dt.html">« dt</a></span> +<span class="nav-next"><a href="embed.html">embed »</a></span> +</div> +<div id="em" class="section"> <h2 class="element-head"><span class="element">em</span> – <span class="shortdesc">emphatic stress</span> <a class="hash" href="#em">#</a> <a class="toc-bak" href="Overview.html#em-toc">T</a></h2> <div id="em-longdesc" class="longdesc"> <p>The <a href="em.html#em" class="element">em</a> element represents @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="em-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#em-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="em.html#em.attrs">em.attrs</a> = <span class="pattern" id="em.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="em.html#em.attrs">em.attrs</a> = <span class="pattern" id="em.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="em-tags"> @@ -39,4 +50,12 @@ <div class="no-number no-toc" id="em-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#em-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="em-css"><div class="selectors"><span class="selector">em</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="dt.html">« dt</a></span> +<span class="nav-next"><a href="embed.html">embed »</a></span> +</div> + +</body> +</html> Index: figure.html =================================================================== RCS file: /sources/public/html5/markup/figure.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- figure.html 1 May 2009 11:07:55 -0000 1.2 +++ figure.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>figure – figure with optional caption</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="figure" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>figure – figure with optional caption</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="fieldset.html">« fieldset</a></span> +<span class="nav-next"><a href="footer.html">footer »</a></span> +</div> +<div id="figure" class="section"> <h2 class="element-head"><span class="element">figure</span> – <span class="shortdesc">figure with optional caption</span> <a class="hash" href="#figure">#</a> <a class="toc-bak" href="Overview.html#figure-toc">T</a></h2> <div id="figure-longdesc" class="longdesc"> <p>The <a href="figure.html#figure" class="element">figure</a> element @@ -24,7 +35,7 @@ </div><div class="no-number no-toc" id="figure-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#figure-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="figure.html#figure.attrs">figure.attrs</a> = <span class="pattern" id="figure.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="figure.html#figure.attrs">figure.attrs</a> = <span class="pattern" id="figure.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="figure-tags"> @@ -41,4 +52,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#figure-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="fieldset.html">« fieldset</a></span> +<span class="nav-next"><a href="footer.html">footer »</a></span> +</div> + +</body> +</html> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.hidden.html 1 May 2009 11:07:57 -0000 1.2 +++ input.hidden.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=hidden – hidden input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.hidden" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=hidden – hidden input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.file.html">« input.file</a></span> +<span class="nav-next"><a href="input.image.html">input.image »</a></span> +</div> +<div id="input.hidden" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> – <span class="shortdesc">hidden input control</span> <a class="hash" href="#input.hidden">#</a> <a class="toc-bak" href="Overview.html#input.hidden-toc">T</a></h2> <div id="input.hidden-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,8 +30,8 @@ </div><div class="no-number no-toc" id="input.hidden-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.hidden-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.hidden.html#input.hidden.attrs">input.hidden.attrs</a> = <span class="pattern" id="input.hidden.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.hidden.html#input.hidden.attrs">input.hidden.attrs</a> = <span class="pattern" id="input.hidden.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.hidden.html#input.hidden.attrs.type" title="input.hidden.attrs.type">type</a> & <a class="ref" href="input.hidden.html#input.hidden.attrs.value" title="input.hidden.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.hidden-attributes"> @@ -74,4 +85,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.hidden-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.file.html">« input.file</a></span> +<span class="nav-next"><a href="input.image.html">input.image »</a></span> +</div> + +</body> +</html> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- style.css 23 Jan 2009 07:54:55 -0000 1.64 +++ style.css 2 May 2009 09:24:21 -0000 1.65 @@ -207,7 +207,6 @@ font-weight: normal; } .element-head { - margin-top: 40px; border: 1px dotted gray; padding: 2px; padding-left: 6px; @@ -255,9 +254,6 @@ .prop-value { color: purple; } -#appendices { - margin-top: 40px; -} #abstract > h2, #status > h2, #toc > h2 { font-size: 25px; } @@ -436,3 +432,23 @@ .section-title-ref { font-weight: bold; } +.section { + clear: both; + margin-bottom: 40px; +} +.nav { + padding-bottom: 10px; +} +.chunkpagetitle { + text-align: center; +} +.chunkpagetitle a { + color: inherit; + text-decoration: none; +} +.nav-prev { + float: left; +} +.nav-next { + float: right; +} Index: kbd.html =================================================================== RCS file: /sources/public/html5/markup/kbd.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- kbd.html 1 May 2009 11:07:57 -0000 1.2 +++ kbd.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>kbd – user input</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="kbd" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>kbd – user input</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="ins.html">« ins</a></span> +<span class="nav-next"><a href="keygen.html">keygen »</a></span> +</div> +<div id="kbd" class="section"> <h2 class="element-head"><span class="element">kbd</span> – <span class="shortdesc">user input</span> <a class="hash" href="#kbd">#</a> <a class="toc-bak" href="Overview.html#kbd-toc">T</a></h2> <div id="kbd-longdesc" class="longdesc"> <p>The <a href="kbd.html#kbd" class="element">kbd</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="kbd-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#kbd-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="kbd.html#kbd.attrs">kbd.attrs</a> = <span class="pattern" id="kbd.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="kbd.html#kbd.attrs">kbd.attrs</a> = <span class="pattern" id="kbd.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="kbd-tags"> @@ -41,4 +52,12 @@ <div class="no-number no-toc" id="kbd-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#kbd-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="kbd-css"><div class="selectors"><span class="selector">kbd</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="ins.html">« ins</a></span> +<span class="nav-next"><a href="keygen.html">keygen »</a></span> +</div> + +</body> +</html> Index: references.html =================================================================== RCS file: /sources/public/html5/markup/references.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- references.html 1 May 2009 11:07:59 -0000 1.2 +++ references.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>References</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="references" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>References</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="datatypes.html">« datatypes</a></span> +<span class="nav-next"><a href="acknowledgments.html">acknowledgments »</a></span> +</div> +<div id="references" class="section"> <h2>A. References <a class="hash" href="#references">#</a> <a class="toc-bak" href="Overview.html#references-toc">T</a></h2> <dl> @@ -45,4 +56,12 @@ Message Format</a></cite>. P. Resnick. October 2008.</dd> <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc5322#section-3.2.3">http://tools.ietf.org/html/rfc5322#section-3.2.3</a>)</span></dd> </dl> -</div></body></html> +</div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="datatypes.html">« datatypes</a></span> +<span class="nav-next"><a href="acknowledgments.html">acknowledgments »</a></span> +</div> + +</body> +</html> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/base.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- base.html 1 May 2009 11:07:54 -0000 1.2 +++ base.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>base – base URL</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="base" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>base – base URL</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="b.html">« b</a></span> +<span class="nav-next"><a href="bb.html">bb »</a></span> +</div> +<div id="base" class="section"> <h2 class="element-head"><span class="element">base</span> – <span class="shortdesc">base URL</span> <a class="hash" href="#base">#</a> <a class="toc-bak" href="Overview.html#base-toc">T</a></h2> <div id="base-longdesc" class="longdesc"> <p>The <a href="base.html#base" class="element">base</a> element allows @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="base-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#base-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="base.html#base.attrs">base.attrs</a> = <span class="pattern" id="base.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="base.html#base.attrs">base.attrs</a> = <span class="pattern" id="base.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="base.html#base.attrs.href" title="base.attrs.href">href</a>? & <a class="ref" href="base.html#base.attrs.target" title="base.attrs.target">target</a>?</span></p></div></div> <div class="no-number no-toc" id="base-attributes"> @@ -55,4 +66,12 @@ <li class="context-mdl"><a href="head.html#head-mdl">head</a> = <a class="ref" href="title.html#title">title</a> & <a class="ref" href="base.html#base">base</a>? & (<a class="ref" href="common-models.html#common.elem.metadata">common.elem.metadata</a>*)</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="b.html">« b</a></span> +<span class="nav-next"><a href="bb.html">bb »</a></span> +</div> + +</body> +</html> Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/canvas.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- canvas.html 1 May 2009 11:07:55 -0000 1.2 +++ canvas.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>canvas – canvas for dynamic graphics</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="canvas" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>canvas – canvas for dynamic graphics</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="button.button.html">« button.button</a></span> +<span class="nav-next"><a href="caption.html">caption »</a></span> +</div> +<div id="canvas" class="section"> <h2 class="element-head"><span class="element">canvas</span> – <span class="shortdesc">canvas for dynamic graphics</span> <a class="hash" href="#canvas">#</a> <a class="toc-bak" href="Overview.html#canvas-toc">T</a></h2> <div id="canvas-longdesc" class="longdesc"> <p>The <a href="canvas.html#canvas" class="element">canvas</a> element @@ -27,7 +38,7 @@ </div><div class="no-number no-toc" id="canvas-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#canvas-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="canvas.html#canvas.attrs">canvas.attrs</a> = <span class="pattern" id="canvas.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="canvas.html#canvas.attrs">canvas.attrs</a> = <span class="pattern" id="canvas.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="canvas.html#canvas.attrs.height" title="canvas.attrs.height">height</a>? & <a class="ref" href="canvas.html#canvas.attrs.width" title="canvas.attrs.width">width</a>?</span></p></div></div> <div class="no-number no-toc" id="canvas-attributes"> @@ -60,4 +71,12 @@ <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="button.button.html">« button.button</a></span> +<span class="nav-next"><a href="caption.html">caption »</a></span> +</div> + +</body> +</html> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.search.html 1 May 2009 11:07:57 -0000 1.2 +++ input.search.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=search – search field</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.search" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=search – search field</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.url.html">« input.url</a></span> +<span class="nav-next"><a href="input.color.html">input.color »</a></span> +</div> +<div id="input.search" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">search</span></span> – <span class="shortdesc">search field</span> <a class="hash" href="#input.search">#</a> <a class="toc-bak" href="Overview.html#input.search-toc">T</a></h2> <div id="input.search-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,18 +30,18 @@ </div><div class="no-number no-toc" id="input.search-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.search-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.search.html#input.search.attrs">input.search.attrs</a> = <span class="pattern" id="input.search.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.search.html#input.search.attrs">input.search.attrs</a> = <span class="pattern" id="input.search.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.search.html#input.search.attrs.type" title="input.search.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="input.search.html#input.search.attrs.value" title="input.search.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.search-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.search-attributes">#</a></h2> @@ -83,4 +94,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.search-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.url.html">« input.url</a></span> +<span class="nav-next"><a href="input.color.html">input.color »</a></span> +</div> + +</body> +</html> Index: tfoot.html =================================================================== RCS file: /sources/public/html5/markup/tfoot.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tfoot.html 1 May 2009 11:08:00 -0000 1.2 +++ tfoot.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>tfoot – table footer row group</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="tfoot" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>tfoot – table footer row group</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="textarea.html">« textarea</a></span> +<span class="nav-next"><a href="th.html">th »</a></span> +</div> +<div id="tfoot" class="section"> <h2 class="element-head"><span class="element">tfoot</span> – <span class="shortdesc">table footer row group</span> <a class="hash" href="#tfoot">#</a> <a class="toc-bak" href="Overview.html#tfoot-toc">T</a></h2> <div id="tfoot-longdesc" class="longdesc"> <p>The <a href="tfoot.html#tfoot" class="element">tfoot</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="tfoot-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#tfoot-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="tfoot.html#tfoot.attrs">tfoot.attrs</a> = <span class="pattern" id="tfoot.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="tfoot.html#tfoot.attrs">tfoot.attrs</a> = <span class="pattern" id="tfoot.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="tfoot-tags"> @@ -50,4 +61,12 @@ <div class="no-number no-toc" id="tfoot-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tfoot-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="tfoot-css"><div class="selectors"><span class="selector">tfoot</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-footer-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-footer-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="textarea.html">« textarea</a></span> +<span class="nav-next"><a href="th.html">th »</a></span> +</div> + +</body> +</html> Index: rt.html =================================================================== RCS file: /sources/public/html5/markup/rt.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- rt.html 1 May 2009 11:07:59 -0000 1.2 +++ rt.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>rt – ruby text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="rt" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>rt – ruby text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="rp.html">« rp</a></span> +<span class="nav-next"><a href="ruby.html">ruby »</a></span> +</div> +<div id="rt" class="section"> <h2 class="element-head"><span class="element">rt</span> – <span class="shortdesc">ruby text</span> <a class="hash" href="#rt">#</a> <a class="toc-bak" href="Overview.html#rt-toc">T</a></h2> <div id="rt-longdesc" class="longdesc"> <p>The <a href="rt.html#rt" class="element">rt</a> element marks the @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="rt-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#rt-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="rt.html#rt.attrs">rt.attrs</a> = <span class="pattern" id="rt.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="rt.html#rt.attrs">rt.attrs</a> = <span class="pattern" id="rt.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="rt-tags"> @@ -43,4 +54,12 @@ | (<a class="ref" href="rp.html#rp.elem.start">rp.elem.start</a>, <a class="ref" href="rt.html#rt">rt</a>, <a class="ref" href="rp.html#rp.elem.end">rp.elem.end</a>)))+</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="rp.html">« rp</a></span> +<span class="nav-next"><a href="ruby.html">ruby »</a></span> +</div> + +</body> +</html> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/fieldset.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- fieldset.html 1 May 2009 11:07:55 -0000 1.2 +++ fieldset.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>fieldset – set of related form controls</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="fieldset" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>fieldset – set of related form controls</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="embed.html">« embed</a></span> +<span class="nav-next"><a href="figure.html">figure »</a></span> +</div> +<div id="fieldset" class="section"> <h2 class="element-head"><span class="element">fieldset</span> – <span class="shortdesc">set of related form controls</span> <a class="hash" href="#fieldset">#</a> <a class="toc-bak" href="Overview.html#fieldset-toc">T</a></h2> <div id="fieldset-longdesc" class="longdesc"> <p>The <code><a href="fieldset.html#fieldset" class="element">fieldset</a></code> element represents a @@ -19,8 +30,8 @@ </div><div class="no-number no-toc" id="fieldset-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#fieldset-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="fieldset.html#fieldset.attrs">fieldset.attrs</a> = <span class="pattern" id="fieldset.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a>) - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a></span></p></div></div> + <p><a href="fieldset.html#fieldset.attrs">fieldset.attrs</a> = <span class="pattern" id="fieldset.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a>) + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a></span></p></div></div> <div class="no-number no-toc" id="fieldset-tags"> @@ -41,4 +52,12 @@ <div class="no-number no-toc" id="fieldset-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#fieldset-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="fieldset-css"><div class="selectors"><span class="selector">fieldset</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-left</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">margin-right</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">padding</span>: <span class="prop-value">0.35em 0.75em 0.625em</span>;</div><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">2px groove <i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-left</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">margin-right</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">padding</span>: <span class="prop-value">0.35em 0.75em 0.625em</span>;</div><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">2px groove <i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="embed.html">« embed</a></span> +<span class="nav-next"><a href="figure.html">figure »</a></span> +</div> + +</body> +</html> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- spec.html 1 May 2009 13:53:14 -0000 1.3 +++ spec.html 2 May 2009 09:24:21 -0000 1.4 @@ -9,7 +9,7 @@ <body> <div class="head"> <h1>HTML 5: The Markup Language</h1> -<h2>Editor’s Draft <em>1 May 2009</em> +<h2>Editor’s Draft <em>2 May 2009</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -36,7 +36,7 @@ <p> - This document is the 1 May 2009 Editor’s Draft of + This document is the 2 May 2009 Editor’s Draft of <cite>HTML 5: The Markup Language</cite>. </p> <p> @@ -567,8 +567,8 @@ </li> </ul> </li> -<li id="common-attrs-toc"> -<a href="#common-attrs">8. Common attributes</a> +<li id="common-attributes-toc"> +<a href="#common-attributes">8. Common attributes</a> <ul> <li id="basic-attrs-toc"> <a href="#basic-attrs">8.1. Basic attributes</a> @@ -587,8 +587,8 @@ </li> </ul> </li> -<li id="shared-attrs-toc"> -<a href="#shared-attrs">9. Other shared attributes</a> +<li id="shared-attributes-toc"> +<a href="#shared-attributes">9. Other shared attributes</a> <ul> <li id="common-command-attrs-toc"> <a href="#common-command-attrs">9.1. Command attributes</a> @@ -13236,8 +13236,8 @@ </dl> </div> </div> - <div id="common-attrs" class="section"> - <h2>8. Common attributes <a class="hash" href="#common-attrs">#</a> <a class="toc-bak" href="#common-attrs-toc">T</a> + <div id="common-attributes" class="section"> + <h2>8. Common attributes <a class="hash" href="#common-attributes">#</a> <a class="toc-bak" href="#common-attributes-toc">T</a> </h2> <div id="common.attrs-mdl"> <dl class="content-models"> @@ -13578,8 +13578,8 @@ </div> </div> </div> - <div id="shared-attrs" class="section"> - <h2>9. Other shared attributes <a class="hash" href="#shared-attrs">#</a> <a class="toc-bak" href="#shared-attrs-toc">T</a> + <div id="shared-attributes" class="section"> + <h2>9. Other shared attributes <a class="hash" href="#shared-attributes">#</a> <a class="toc-bak" href="#shared-attributes-toc">T</a> </h2> <div id="common-command-attrs" class="section"> <h2>9.1. Command attributes <a class="hash" href="#common-command-attrs">#</a> <a class="toc-bak" href="#common-command-attrs-toc">T</a> Index: datalist.html =================================================================== RCS file: /sources/public/html5/markup/datalist.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- datalist.html 1 May 2009 11:07:55 -0000 1.2 +++ datalist.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>datalist – predefined options for other controls</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="datalist" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>datalist – predefined options for other controls</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="datagrid.html">« datagrid</a></span> +<span class="nav-next"><a href="dd.html">dd »</a></span> +</div> +<div id="datalist" class="section"> <h2 class="element-head"><span class="element">datalist</span> – <span class="shortdesc">predefined options for other controls</span> <a class="hash" href="#datalist">#</a> <a class="toc-bak" href="Overview.html#datalist-toc">T</a></h2> <div id="datalist-longdesc" class="longdesc"> <p>The <a href="datalist.html#datalist" class="element">datalist</a> @@ -24,7 +35,7 @@ </div><div class="no-number no-toc" id="datalist-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#datalist-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="datalist.html#datalist.attrs">datalist.attrs</a> = <span class="pattern" id="datalist.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="datalist.html#datalist.attrs">datalist.attrs</a> = <span class="pattern" id="datalist.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="datalist-assertions"> @@ -54,4 +65,12 @@ & <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*) | <a class="ref" href="select.html#select">select</a> | <a class="ref" href="datalist.html#datalist">datalist</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="datagrid.html">« datagrid</a></span> +<span class="nav-next"><a href="dd.html">dd »</a></span> +</div> + +</body> +</html> Index: h1.html =================================================================== RCS file: /sources/public/html5/markup/h1.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h1.html 1 May 2009 11:07:56 -0000 1.3 +++ h1.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>h1 – heading (level 1)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="h1" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>h1 – heading (level 1)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="form.html">« form</a></span> +<span class="nav-next"><a href="h2.html">h2 »</a></span> +</div> +<div id="h1" class="section"> <h2 class="element-head"><span class="element">h1</span> – <span class="shortdesc">heading (level 1)</span> <a class="hash" href="#h1">#</a> <a class="toc-bak" href="Overview.html#h1-toc">T</a></h2> <div id="h1-longdesc" class="longdesc"> <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="h1-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#h1-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="h1.html#h1.attrs">h1.attrs</a> = <span class="pattern" id="h1.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="h1.html#h1.attrs">h1.attrs</a> = <span class="pattern" id="h1.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="h1-assertions"> @@ -57,4 +68,12 @@ <div class="no-number no-toc" id="h1-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h1-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="h1-css"><div class="selectors"><span class="selector">h1</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">2em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">.67em 0 .67em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">2em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">.67em 0 .67em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="form.html">« form</a></span> +<span class="nav-next"><a href="h2.html">h2 »</a></span> +</div> + +</body> +</html> Index: h3.html =================================================================== RCS file: /sources/public/html5/markup/h3.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h3.html 1 May 2009 11:07:56 -0000 1.3 +++ h3.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>h3 – heading (level 3)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="h3" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>h3 – heading (level 3)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="h2.html">« h2</a></span> +<span class="nav-next"><a href="h4.html">h4 »</a></span> +</div> +<div id="h3" class="section"> <h2 class="element-head"><span class="element">h3</span> – <span class="shortdesc">heading (level 3)</span> <a class="hash" href="#h3">#</a> <a class="toc-bak" href="Overview.html#h3-toc">T</a></h2> <div id="h3-longdesc" class="longdesc"> <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="h3-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#h3-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="h3.html#h3.attrs">h3.attrs</a> = <span class="pattern" id="h3.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="h3.html#h3.attrs">h3.attrs</a> = <span class="pattern" id="h3.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="h3-assertions"> @@ -57,4 +68,12 @@ <div class="no-number no-toc" id="h3-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h3-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="h3-css"><div class="selectors"><span class="selector">h3</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">1.17em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">1.17em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="h2.html">« h2</a></span> +<span class="nav-next"><a href="h4.html">h4 »</a></span> +</div> + +</body> +</html> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- optgroup.html 1 May 2009 11:07:58 -0000 1.2 +++ optgroup.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>optgroup – group of options</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="optgroup" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>optgroup – group of options</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="ol.html">« ol</a></span> +<span class="nav-next"><a href="option.html">option »</a></span> +</div> +<div id="optgroup" class="section"> <h2 class="element-head"><span class="element">optgroup</span> – <span class="shortdesc">group of options</span> <a class="hash" href="#optgroup">#</a> <a class="toc-bak" href="Overview.html#optgroup-toc">T</a></h2> <div id="optgroup-longdesc" class="longdesc"> <p>The <a href="optgroup.html#optgroup" class="element">optgroup</a> @@ -17,9 +28,9 @@ </div><div class="no-number no-toc" id="optgroup-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#optgroup-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="optgroup.html#optgroup.attrs">optgroup.attrs</a> = <span class="pattern" id="optgroup.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="optgroup.html#optgroup.attrs">optgroup.attrs</a> = <span class="pattern" id="optgroup.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="optgroup.html#optgroup.attrs.label" title="optgroup.attrs.label">label</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?</span></p></div></div> <div class="no-number no-toc" id="optgroup-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#optgroup-attributes">#</a></h2> <dl class="attr-defs"> @@ -49,4 +60,12 @@ <ul> <li class="context-mdl"><a href="select.html#select-mdl">select</a> = <a class="ref" href="optgroup.html#optgroup">optgroup</a>* & <a class="ref" href="option.html#option">option</a>*</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="ol.html">« ol</a></span> +<span class="nav-next"><a href="option.html">option »</a></span> +</div> + +</body> +</html> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.week.html 1 May 2009 11:07:57 -0000 1.2 +++ input.week.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=week – year-and-week input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.week" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=week – year-and-week input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.time.html">« input.time</a></span> +<span class="nav-next"><a href="input.number.html">input.number »</a></span> +</div> +<div id="input.week" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">week</span></span> – <span class="shortdesc">year-and-week input control</span> <a class="hash" href="#input.week">#</a> <a class="toc-bak" href="Overview.html#input.week-toc">T</a></h2> <div id="input.week-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,17 +30,17 @@ </div><div class="no-number no-toc" id="input.week-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.week-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.week.html#input.week.attrs">input.week.attrs</a> = <span class="pattern" id="input.week.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.week.html#input.week.attrs">input.week.attrs</a> = <span class="pattern" id="input.week.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.week.html#input.week.attrs.type" title="input.week.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.week.html#input.week.attrs.min" title="input.week.attrs.min">min</a>? & <a class="ref" href="input.week.html#input.week.attrs.max" title="input.week.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.week.html#input.week.attrs.value" title="input.week.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.week-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.week-attributes">#</a></h2> @@ -96,4 +107,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.week-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.time.html">« input.time</a></span> +<span class="nav-next"><a href="input.number.html">input.number »</a></span> +</div> + +</body> +</html> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- button.button.html 1 May 2009 11:07:54 -0000 1.2 +++ button.button.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>button type=button – button with no additional semantics</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="button.button" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>button type=button – button with no additional semantics</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="button.reset.html">« button.reset</a></span> +<span class="nav-next"><a href="canvas.html">canvas »</a></span> +</div> +<div id="button.button" class="section"> <h2 class="element-head"><span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">button</span></span> – <span class="shortdesc">button with no additional semantics</span> <a class="hash" href="#button.button">#</a> <a class="toc-bak" href="Overview.html#button.button-toc">T</a></h2> <div id="button.button-longdesc" class="longdesc"> <p>The <a href="button.html#button" class="element">button</a> element @@ -20,11 +31,11 @@ </div><div class="no-number no-toc" id="button.button-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#button.button-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="button.button.html#button.button.attrs">button.button.attrs</a> = <span class="pattern" id="button.button.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="button.button.html#button.button.attrs">button.button.attrs</a> = <span class="pattern" id="button.button.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="button.button.html#button.button.attrs.type" title="button.button.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#button.attrs.value" title="button.attrs.value">value</a>?) - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#button.attrs.value" title="button.attrs.value">value</a>?) + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="button.button-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#button.button-attributes">#</a></h2> <dl class="attr-defs"> @@ -67,4 +78,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#button.button-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="button.reset.html">« button.reset</a></span> +<span class="nav-next"><a href="canvas.html">canvas »</a></span> +</div> + +</body> +</html> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- form.html 1 May 2009 11:07:56 -0000 1.2 +++ form.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>form – user-submittable form</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="form" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>form – user-submittable form</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="footer.html">« footer</a></span> +<span class="nav-next"><a href="h1.html">h1 »</a></span> +</div> +<div id="form" class="section"> <h2 class="element-head"><span class="element">form</span> – <span class="shortdesc">user-submittable form</span> <a class="hash" href="#form">#</a> <a class="toc-bak" href="Overview.html#form-toc">T</a></h2> <div id="form-longdesc" class="longdesc"> <p>The <a href="form.html#form" class="element">form</a> element @@ -18,11 +29,11 @@ </div><div class="no-number no-toc" id="form-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#form-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="form.html#form.attrs">form.attrs</a> = <span class="pattern" id="form.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="form.html#form.attrs">form.attrs</a> = <span class="pattern" id="form.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="form.html#form.attrs.action" title="form.attrs.action">action</a>? & <a class="ref" href="form.html#form.attrs.method" title="form.attrs.method">method</a>? & <a class="ref" href="form.html#form.attrs.enctype" title="form.attrs.enctype">enctype</a>? - & <a class="ref" href="shared-attrs.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="shared-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? & <a class="ref" href="form.html#form.attrs.accept-charset" title="form.attrs.accept-charset">accept-charset</a>?) & (<a class="ref" href="form.html#form.attrs.novalidate" title="form.attrs.novalidate">novalidate</a>? & <a class="ref" href="form.html#form.attrs.target" title="form.attrs.target">target</a>? @@ -91,4 +102,12 @@ <div class="no-number no-toc" id="form-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#form-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="form-css"><div class="selectors"><span class="selector">form</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-top</span>: <span class="prop-value">0em</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-top</span>: <span class="prop-value">0em</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="footer.html">« footer</a></span> +<span class="nav-next"><a href="h1.html">h1 »</a></span> +</div> + +</body> +</html> Index: small.html =================================================================== RCS file: /sources/public/html5/markup/small.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- small.html 1 May 2009 11:07:59 -0000 1.2 +++ small.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>small – small print</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="small" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>small – small print</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="select.html">« select</a></span> +<span class="nav-next"><a href="source.html">source »</a></span> +</div> +<div id="small" class="section"> <h2 class="element-head"><span class="element">small</span> – <span class="shortdesc">small print</span> <a class="hash" href="#small">#</a> <a class="toc-bak" href="Overview.html#small-toc">T</a></h2> <div id="small-longdesc" class="longdesc"> <p>The <a href="small.html#small" class="element">small</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="small-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#small-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="small.html#small.attrs">small.attrs</a> = <span class="pattern" id="small.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="small.html#small.attrs">small.attrs</a> = <span class="pattern" id="small.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="small-tags"> @@ -40,4 +51,12 @@ <div class="no-number no-toc" id="small-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#small-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="small-css"><div class="selectors"><span class="selector">small</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="select.html">« select</a></span> +<span class="nav-next"><a href="source.html">source »</a></span> +</div> + +</body> +</html> Index: ruby.html =================================================================== RCS file: /sources/public/html5/markup/ruby.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ruby.html 1 May 2009 11:07:59 -0000 1.2 +++ ruby.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>ruby – ruby annotation</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="ruby" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>ruby – ruby annotation</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="rt.html">« rt</a></span> +<span class="nav-next"><a href="samp.html">samp »</a></span> +</div> +<div id="ruby" class="section"> <h2 class="element-head"><span class="element">ruby</span> – <span class="shortdesc">ruby annotation</span> <a class="hash" href="#ruby">#</a> <a class="toc-bak" href="Overview.html#ruby-toc">T</a></h2> <div id="ruby-longdesc" class="longdesc"> <p>The <a href="ruby.html#ruby" class="element">ruby</a> element allows @@ -23,7 +34,7 @@ </div><div class="no-number no-toc" id="ruby-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#ruby-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="ruby.html#ruby.attrs">ruby.attrs</a> = <span class="pattern" id="ruby.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="ruby.html#ruby.attrs">ruby.attrs</a> = <span class="pattern" id="ruby.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="ruby-tags"> @@ -40,4 +51,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#ruby-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="rt.html">« rt</a></span> +<span class="nav-next"><a href="samp.html">samp »</a></span> +</div> + +</body> +</html> Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ol.html 1 May 2009 11:07:58 -0000 1.2 +++ ol.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>ol – ordered list</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="ol" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>ol – ordered list</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="object.html">« object</a></span> +<span class="nav-next"><a href="optgroup.html">optgroup »</a></span> +</div> +<div id="ol" class="section"> <h2 class="element-head"><span class="element">ol</span> – <span class="shortdesc">ordered list</span> <a class="hash" href="#ol">#</a> <a class="toc-bak" href="Overview.html#ol-toc">T</a></h2> <div id="ol-longdesc" class="longdesc"> <p>The <a href="ol.html#ol" class="element">ol</a> element represents @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="ol-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#ol-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="ol.html#ol.attrs">ol.attrs</a> = <span class="pattern" id="ol.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="ol.html#ol.attrs">ol.attrs</a> = <span class="pattern" id="ol.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="ol.html#ol.attrs.start" title="ol.attrs.start">start</a>? & <a class="ref" href="ol.html#ol.attrs.reversed" title="ol.attrs.reversed">reversed</a>?</span></p></div></div> <div class="no-number no-toc" id="ol-attributes"> @@ -55,4 +66,12 @@ <div class="no-number no-toc" id="ol-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ol-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="ol-css"><div class="selectors"><span class="selector">ol</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">decimal</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">decimal</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="object.html">« object</a></span> +<span class="nav-next"><a href="optgroup.html">optgroup »</a></span> +</div> + +</body> +</html> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/article.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- article.html 1 May 2009 11:07:54 -0000 1.3 +++ article.html 2 May 2009 09:24:18 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>article – article</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="article" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>article – article</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="area.html">« area</a></span> +<span class="nav-next"><a href="aside.html">aside »</a></span> +</div> +<div id="article" class="section"> <h2 class="element-head"><span class="element">article</span> – <span class="shortdesc">article</span> <a class="hash" href="#article">#</a> <a class="toc-bak" href="Overview.html#article-toc">T</a></h2> <div id="article-longdesc" class="longdesc"> <p>The <a href="article.html#article" class="element">article</a> element @@ -21,7 +32,7 @@ </div><div class="no-number no-toc" id="article-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#article-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="article.html#article.attrs">article.attrs</a> = <span class="pattern" id="article.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="article.html#article.attrs">article.attrs</a> = <span class="pattern" id="article.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="article-assertions"> @@ -50,4 +61,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#article-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="area.html">« area</a></span> +<span class="nav-next"><a href="aside.html">aside »</a></span> +</div> + +</body> +</html> Index: dialog.html =================================================================== RCS file: /sources/public/html5/markup/dialog.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dialog.html 1 May 2009 11:07:55 -0000 1.2 +++ dialog.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>dialog – conversation</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="dialog" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>dialog – conversation</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="dfn.html">« dfn</a></span> +<span class="nav-next"><a href="div.html">div »</a></span> +</div> +<div id="dialog" class="section"> <h2 class="element-head"><span class="element">dialog</span> – <span class="shortdesc">conversation</span> <a class="hash" href="#dialog">#</a> <a class="toc-bak" href="Overview.html#dialog-toc">T</a></h2> <div id="dialog-longdesc" class="longdesc"> <p>The <a href="dialog.html#dialog" class="element">dialog</a> element @@ -22,7 +33,7 @@ </div><div class="no-number no-toc" id="dialog-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#dialog-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="dialog.html#dialog.attrs">dialog.attrs</a> = <span class="pattern" id="dialog.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="dialog.html#dialog.attrs">dialog.attrs</a> = <span class="pattern" id="dialog.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="dialog-tags"> @@ -39,4 +50,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#dialog-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="dfn.html">« dfn</a></span> +<span class="nav-next"><a href="div.html">div »</a></span> +</div> + +</body> +</html> Index: elements.html =================================================================== RCS file: /sources/public/html5/markup/elements.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- elements.html 1 May 2009 11:07:55 -0000 1.3 +++ elements.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>HTML elements</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="elements" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>HTML elements</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="syntax.html">« syntax</a></span> +<span class="nav-next"><a href="common-models.html">common-models »</a></span> +</div> +<div id="elements" class="section"> <h2>6. HTML elements <a class="hash" href="#elements">#</a> <a class="toc-bak" href="Overview.html#elements-toc">T</a></h2> @@ -273,4 +284,12 @@ - </div></body></html> + </div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="syntax.html">« syntax</a></span> +<span class="nav-next"><a href="common-models.html">common-models »</a></span> +</div> + +</body> +</html> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/colgroup.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- colgroup.html 1 May 2009 11:07:55 -0000 1.2 +++ colgroup.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>colgroup – table column group</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="colgroup" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>colgroup – table column group</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="col.html">« col</a></span> +<span class="nav-next"><a href="command.html">command »</a></span> +</div> +<div id="colgroup" class="section"> <h2 class="element-head"><span class="element">colgroup</span> – <span class="shortdesc">table column group</span> <a class="hash" href="#colgroup">#</a> <a class="toc-bak" href="Overview.html#colgroup-toc">T</a></h2> <div id="colgroup-longdesc" class="longdesc"> <p>The <a href="colgroup.html#colgroup" class="element">colgroup</a> @@ -18,7 +29,7 @@ </div> </div><div class="no-number no-toc" id="colgroup-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#colgroup-attr-mdl">#</a></h2> - <div class="attr-content-models"><div class="attr-content-model"><a class="attribute-pattern-name" id="colgroup.attrs" href="colgroup.html#colgroup.attrs">colgroup.attrs</a> = <a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></div><div class="attr-content-model"><a class="attribute-pattern-name" id="colgroup.attrs.span-mdl" href="colgroup.html#colgroup.attrs.span-mdl">colgroup.attrs.span</a> = <a href="colgroup.html#colgroup.attrs.span">span</a></div></div></div> + <div class="attr-content-models"><div class="attr-content-model"><a class="attribute-pattern-name" id="colgroup.attrs" href="colgroup.html#colgroup.attrs">colgroup.attrs</a> = <a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></div><div class="attr-content-model"><a class="attribute-pattern-name" id="colgroup.attrs.span-mdl" href="colgroup.html#colgroup.attrs.span-mdl">colgroup.attrs.span</a> = <a href="colgroup.html#colgroup.attrs.span">span</a></div></div></div> <div class="no-number no-toc" id="colgroup-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#colgroup-attributes">#</a></h2> <dl class="attr-defs"> @@ -60,4 +71,12 @@ <div class="no-number no-toc" id="colgroup-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#colgroup-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="colgroup-css"><div class="selectors"><span class="selector">colgroup</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-column-group</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-column-group</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="col.html">« col</a></span> +<span class="nav-next"><a href="command.html">command »</a></span> +</div> + +</body> +</html> Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/dl.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- dl.html 1 May 2009 11:07:55 -0000 1.2 +++ dl.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>dl – description list</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="dl" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>dl – description list</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="div.html">« div</a></span> +<span class="nav-next"><a href="dt.html">dt »</a></span> +</div> +<div id="dl" class="section"> <h2 class="element-head"><span class="element">dl</span> – <span class="shortdesc">description list</span> <a class="hash" href="#dl">#</a> <a class="toc-bak" href="Overview.html#dl-toc">T</a></h2> <div id="dl-longdesc" class="longdesc"> <p>The <a href="dl.html#dl" class="element">dl</a> element represents @@ -24,7 +35,7 @@ </div><div class="no-number no-toc" id="dl-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#dl-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="dl.html#dl.attrs">dl.attrs</a> = <span class="pattern" id="dl.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="dl.html#dl.attrs">dl.attrs</a> = <span class="pattern" id="dl.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="dl-tags"> @@ -45,4 +56,12 @@ <div class="no-number no-toc" id="dl-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dl-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="dl-css"><div class="selectors"><span class="selector">dl</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="div.html">« div</a></span> +<span class="nav-next"><a href="dt.html">dt »</a></span> +</div> + +</body> +</html> Index: thead.html =================================================================== RCS file: /sources/public/html5/markup/thead.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- thead.html 1 May 2009 11:08:00 -0000 1.2 +++ thead.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>thead – table header row group</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="thead" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>thead – table header row group</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="th.html">« th</a></span> +<span class="nav-next"><a href="time.html">time »</a></span> +</div> +<div id="thead" class="section"> <h2 class="element-head"><span class="element">thead</span> – <span class="shortdesc">table header row group</span> <a class="hash" href="#thead">#</a> <a class="toc-bak" href="Overview.html#thead-toc">T</a></h2> <div id="thead-longdesc" class="longdesc"> <p>The <a href="thead.html#thead" class="element">thead</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="thead-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#thead-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="thead.html#thead.attrs">thead.attrs</a> = <span class="pattern" id="thead.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="thead.html#thead.attrs">thead.attrs</a> = <span class="pattern" id="thead.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="thead-tags"> @@ -50,4 +61,12 @@ <div class="no-number no-toc" id="thead-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#thead-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="thead-css"><div class="selectors"><span class="selector">thead</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-header-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-header-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="th.html">« th</a></span> +<span class="nav-next"><a href="time.html">time »</a></span> +</div> + +</body> +</html> Index: tbody.html =================================================================== RCS file: /sources/public/html5/markup/tbody.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tbody.html 1 May 2009 11:08:00 -0000 1.2 +++ tbody.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>tbody – table row group</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="tbody" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>tbody – table row group</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="table.html">« table</a></span> +<span class="nav-next"><a href="td.html">td »</a></span> +</div> +<div id="tbody" class="section"> <h2 class="element-head"><span class="element">tbody</span> – <span class="shortdesc">table row group</span> <a class="hash" href="#tbody">#</a> <a class="toc-bak" href="Overview.html#tbody-toc">T</a></h2> <div id="tbody-longdesc" class="longdesc"> <p>The <a href="tbody.html#tbody" class="element">tbody</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="tbody-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#tbody-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="tbody.html#tbody.attrs">tbody.attrs</a> = <span class="pattern" id="tbody.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="tbody.html#tbody.attrs">tbody.attrs</a> = <span class="pattern" id="tbody.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="tbody-tags"> @@ -54,4 +65,12 @@ <div class="no-number no-toc" id="tbody-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tbody-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="tbody-css"><div class="selectors"><span class="selector">tbody</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-row-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-row-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="table.html">« table</a></span> +<span class="nav-next"><a href="td.html">td »</a></span> +</div> + +</body> +</html> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- video.html 1 May 2009 11:08:00 -0000 1.2 +++ video.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>video – video</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="video" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>video – video</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="var.html">« var</a></span> +<span class="nav-next"><a href="common-models.html">common-models »</a></span> +</div> +<div id="video" class="section"> <h2 class="element-head"><span class="element">video</span> – <span class="shortdesc">video</span> <a class="hash" href="#video">#</a> <a class="toc-bak" href="Overview.html#video-toc">T</a></h2> <div id="video-longdesc" class="longdesc"> <p>The <a href="video.html#video" class="element">video</a> element @@ -11,7 +22,7 @@ <dl class="content-models" id="video-mdls"> <dt class="content-model"><span class="element-pattern-name" id="video.elem.flow"><a class="hash" href="video.html#video.elem.flow"><span class="element">video</span>.elem.flow</a> = </span></dt> <dd class="elem-mdl"><span> - <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text @@ -20,7 +31,7 @@ </span></dd> <dt class="content-model"><span class="element-pattern-name" id="video.elem.phrasing"><a class="hash" href="video.html#video.elem.phrasing"><span class="element">video</span>.elem.phrasing</a> = </span></dt> <dd class="elem-mdl"><span> - <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text @@ -31,8 +42,8 @@ </div><div class="no-number no-toc" id="video-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#video-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="video.html#video.attrs">video.attrs</a> = <span class="pattern" id="video.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#media.attrs">media.attrs</a> + <p><a href="video.html#video.attrs">video.attrs</a> = <span class="pattern" id="video.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#media.attrs">media.attrs</a> & <a class="ref" href="video.html#video.attrs.poster" title="video.attrs.poster">poster</a>? & <a class="ref" href="video.html#video.attrs.height" title="video.attrs.height">height</a>? & <a class="ref" href="video.html#video.attrs.width" title="video.attrs.width">width</a>?</span></p></div></div> @@ -90,4 +101,12 @@ <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="var.html">« var</a></span> +<span class="nav-next"><a href="common-models.html">common-models »</a></span> +</div> + +</body> +</html> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- source.html 1 May 2009 11:07:59 -0000 1.2 +++ source.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>source – media resource</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="source" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>source – media resource</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="small.html">« small</a></span> +<span class="nav-next"><a href="span.html">span »</a></span> +</div> +<div id="source" class="section"> <h2 class="element-head"><span class="element">source</span> – <span class="shortdesc">media resource</span> <a class="hash" href="#source">#</a> <a class="toc-bak" href="Overview.html#source-toc">T</a></h2> <div id="source-longdesc" class="longdesc"> <p>The <a href="source.html#source" class="element">source</a> element @@ -23,12 +34,12 @@ </div><div class="no-number no-toc" id="source-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#source-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="source.html#source.attrs">source.attrs</a> = <span class="pattern" id="source.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="source.html#source.attrs">source.attrs</a> = <span class="pattern" id="source.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="source.html#source.attrs.src" title="source.attrs.src">src</a> & ((<a class="ref" href="source.html#source.attrs.type" title="source.attrs.type">type</a> & <a class="ref" href="source.html#source.attrs.media" title="source.attrs.media">media</a>?) | <a class="ref" href="source.html#source.attrs.media" title="source.attrs.media">media</a>)</span></p> - <p><a href="source.html#source.last.attrs">source.last.attrs</a> = <span class="pattern" id="source.last.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="source.html#source.last.attrs">source.last.attrs</a> = <span class="pattern" id="source.last.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="source.html#source.attrs.src" title="source.attrs.src">src</a> & <a class="ref" href="source.html#source.attrs.type" title="source.attrs.type">type</a>? & <a class="ref" href="source.html#source.attrs.media" title="source.attrs.media">media</a>?</span></p></div></div> @@ -71,24 +82,32 @@ <div class="no-number no-toc" id="source-context"> <h2 class="element-subhead">Permitted contexts <a class="hash" href="#source-context">#</a></h2> <ul> - <li class="context-mdl"><a href="video.html#video.elem.flow">video.elem.flow</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <li class="context-mdl"><a href="video.html#video.elem.flow">video.elem.flow</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text & <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*)</li> - <li class="context-mdl"><a href="video.html#video.elem.phrasing">video.elem.phrasing</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <li class="context-mdl"><a href="video.html#video.elem.phrasing">video.elem.phrasing</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text & <a class="ref" href="common-models.html#common.elem.phrasing">common.elem.phrasing</a>*)</li> - <li class="context-mdl"><a href="audio.html#audio.elem.flow">audio.elem.flow</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <li class="context-mdl"><a href="audio.html#audio.elem.flow">audio.elem.flow</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text & <a class="ref" href="common-models.html#common.elem.flow">common.elem.flow</a>*)</li> - <li class="context-mdl"><a href="audio.html#audio.elem.phrasing">audio.elem.phrasing</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attrs.html#media.attrs.src">src</a> + <li class="context-mdl"><a href="audio.html#audio.elem.phrasing">audio.elem.phrasing</a> = <span class="attr-qualifier">media.attrs.</span><a class="ref" href="shared-attributes.html#media.attrs.src">src</a> | (<a class="ref" href="source.html#source-pattern">source</a>*, <a class="ref" href="source.html#source.elem.last">source.elem.last</a>), (text & <a class="ref" href="common-models.html#common.elem.phrasing">common.elem.phrasing</a>*)</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="small.html">« small</a></span> +<span class="nav-next"><a href="span.html">span »</a></span> +</div> + +</body> +</html> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- button.reset.html 1 May 2009 11:07:55 -0000 1.2 +++ button.reset.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>button type=reset – reset button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="button.reset" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>button type=reset – reset button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="button.submit.html">« button.submit</a></span> +<span class="nav-next"><a href="button.button.html">button.button »</a></span> +</div> +<div id="button.reset" class="section"> <h2 class="element-head"><span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> – <span class="shortdesc">reset button</span> <a class="hash" href="#button.reset">#</a> <a class="toc-bak" href="Overview.html#button.reset-toc">T</a></h2> <div id="button.reset-longdesc" class="longdesc"> <p>The <a href="button.html#button" class="element">button</a> element @@ -20,11 +31,11 @@ </div><div class="no-number no-toc" id="button.reset-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#button.reset-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="button.reset.html#button.reset.attrs">button.reset.attrs</a> = <span class="pattern" id="button.reset.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="button.reset.html#button.reset.attrs">button.reset.attrs</a> = <span class="pattern" id="button.reset.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="button.reset.html#button.reset.attrs.type" title="button.reset.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#button.attrs.value" title="button.attrs.value">value</a>?) - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> + & <a class="ref" href="shared-attributes.html#button.attrs.value" title="button.attrs.value">value</a>?) + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>?</span></p></div></div> <div class="no-number no-toc" id="button.reset-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#button.reset-attributes">#</a></h2> <dl class="attr-defs"> @@ -67,4 +78,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#button.reset-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="button.submit.html">« button.submit</a></span> +<span class="nav-next"><a href="button.button.html">button.button »</a></span> +</div> + +</body> +</html> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.charset.html 1 May 2009 11:07:58 -0000 1.2 +++ meta.charset.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>meta charset – document character-encoding declaration</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="meta.charset" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>meta charset – document character-encoding declaration</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="meta.http-equiv.default-style.html">« meta.http-equiv.default-style</a></span> +<span class="nav-next"><a href="meta.http-equiv.content-type.html">meta.http-equiv.content-type »</a></span> +</div> +<div id="meta.charset" class="section"> <h2 class="element-head"><span class="element">meta</span> <span class="elem-qualifier"><span class="attribute-name">charset</span></span> – <span class="shortdesc">document character-encoding declaration</span> <a class="hash" href="#meta.charset">#</a> <a class="toc-bak" href="Overview.html#meta.charset-toc">T</a></h2> <div id="meta.charset-longdesc" class="longdesc"> <p>The <a href="meta.html#meta" class="element">meta</a> element @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="meta.charset-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#meta.charset-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="meta.charset.html#meta.charset.attrs">meta.charset.attrs</a> = <span class="pattern" id="meta.charset.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="meta.charset.html#meta.charset.attrs">meta.charset.attrs</a> = <span class="pattern" id="meta.charset.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="meta.charset.html#meta.charset.attrs.charset" title="meta.charset.attrs.charset">charset</a></span></p></div></div> <div class="no-number no-toc" id="meta.charset-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#meta.charset-attributes">#</a></h2> @@ -75,4 +86,12 @@ | <a class="ref" href="script.html#script">script</a> | <a class="ref" href="noscript.html#noscript.elem.head">noscript.elem.head</a> | (<a class="ref" href="command.html#command">command</a>)</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="meta.http-equiv.default-style.html">« meta.http-equiv.default-style</a></span> +<span class="nav-next"><a href="meta.http-equiv.content-type.html">meta.http-equiv.content-type »</a></span> +</div> + +</body> +</html> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- output.html 1 May 2009 11:07:58 -0000 1.2 +++ output.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>output – result of a calculation in a form</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="output" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>output – result of a calculation in a form</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="option.html">« option</a></span> +<span class="nav-next"><a href="p.html">p »</a></span> +</div> +<div id="output" class="section"> <h2 class="element-head"><span class="element">output</span> – <span class="shortdesc">result of a calculation in a form</span> <a class="hash" href="#output">#</a> <a class="toc-bak" href="Overview.html#output-toc">T</a></h2> <div id="output-longdesc" class="longdesc"> <p>The <a href="output.html#output" class="element">output</a> element @@ -18,9 +29,9 @@ </div><div class="no-number no-toc" id="output-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#output-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="output.html#output.attrs">output.attrs</a> = <span class="pattern" id="output.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? - & <a class="ref" href="shared-attrs.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? + <p><a href="output.html#output.attrs">output.attrs</a> = <span class="pattern" id="output.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? + & <a class="ref" href="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? & <a class="ref" href="output.html#output.attrs.for" title="output.attrs.for">for</a>?</span></p></div></div> <div class="no-number no-toc" id="output-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#output-attributes">#</a></h2> @@ -47,4 +58,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#output-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="option.html">« option</a></span> +<span class="nav-next"><a href="p.html">p »</a></span> +</div> + +</body> +</html> Index: i.html =================================================================== RCS file: /sources/public/html5/markup/i.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- i.html 1 May 2009 11:07:56 -0000 1.2 +++ i.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>i – offset text typically styled in italic</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="i" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>i – offset text typically styled in italic</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="html.html">« html</a></span> +<span class="nav-next"><a href="iframe.html">iframe »</a></span> +</div> +<div id="i" class="section"> <h2 class="element-head"><span class="element">i</span> – <span class="shortdesc">offset text typically styled in italic</span> <a class="hash" href="#i">#</a> <a class="toc-bak" href="Overview.html#i-toc">T</a></h2> <div id="i-longdesc" class="longdesc"> <p>The <a href="i.html#i" class="element">i</a> element represents a @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="i-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#i-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="i.html#i.attrs">i.attrs</a> = <span class="pattern" id="i.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="i.html#i.attrs">i.attrs</a> = <span class="pattern" id="i.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="i-tags"> @@ -41,4 +52,12 @@ <div class="no-number no-toc" id="i-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#i-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="i-css"><div class="selectors"><span class="selector">i</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="html.html">« html</a></span> +<span class="nav-next"><a href="iframe.html">iframe »</a></span> +</div> + +</body> +</html> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.submit.html 1 May 2009 11:07:57 -0000 1.2 +++ input.submit.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=submit – submit button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.submit" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=submit – submit button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.button.html">« input.button</a></span> +<span class="nav-next"><a href="input.reset.html">input.reset »</a></span> +</div> +<div id="input.submit" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> – <span class="shortdesc">submit button</span> <a class="hash" href="#input.submit">#</a> <a class="toc-bak" href="Overview.html#input.submit-toc">T</a></h2> <div id="input.submit-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -18,16 +29,16 @@ </div><div class="no-number no-toc" id="input.submit-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.submit-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.submit.html#input.submit.attrs">input.submit.attrs</a> = <span class="pattern" id="input.submit.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.submit.html#input.submit.attrs">input.submit.attrs</a> = <span class="pattern" id="input.submit.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.submit.html#input.submit.attrs.type" title="input.submit.attrs.type">type</a> & <a class="ref" href="input.submit.html#input.submit.attrs.value" title="input.submit.attrs.value">value</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> <div class="no-number no-toc" id="input.submit-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.submit-attributes">#</a></h2> <dl class="attr-defs"> @@ -78,4 +89,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.submit-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.button.html">« input.button</a></span> +<span class="nav-next"><a href="input.reset.html">input.reset »</a></span> +</div> + +</body> +</html> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.date.html 1 May 2009 11:07:56 -0000 1.2 +++ input.date.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=date – date input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.date" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=date – date input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.datetime-local.html">« input.datetime-local</a></span> +<span class="nav-next"><a href="input.month.html">input.month »</a></span> +</div> +<div id="input.date" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">date</span></span> – <span class="shortdesc">date input control</span> <a class="hash" href="#input.date">#</a> <a class="toc-bak" href="Overview.html#input.date-toc">T</a></h2> <div id="input.date-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,17 +30,17 @@ </div><div class="no-number no-toc" id="input.date-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.date-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.date.html#input.date.attrs">input.date.attrs</a> = <span class="pattern" id="input.date.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.date.html#input.date.attrs">input.date.attrs</a> = <span class="pattern" id="input.date.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.date.html#input.date.attrs.type" title="input.date.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? & <a class="ref" href="input.date.html#input.date.attrs.min" title="input.date.attrs.min">min</a>? & <a class="ref" href="input.date.html#input.date.attrs.max" title="input.date.attrs.max">max</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.step.integer" title="input.attrs.step.integer">step.integer</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? & <a class="ref" href="input.date.html#input.date.attrs.value" title="input.date.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.date-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.date-attributes">#</a></h2> @@ -96,4 +107,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.date-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.datetime-local.html">« input.datetime-local</a></span> +<span class="nav-next"><a href="input.month.html">input.month »</a></span> +</div> + +</body> +</html> Index: var.html =================================================================== RCS file: /sources/public/html5/markup/var.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- var.html 1 May 2009 11:08:00 -0000 1.2 +++ var.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>var – variable or placeholder text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="var" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>var – variable or placeholder text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="ul.html">« ul</a></span> +<span class="nav-next"><a href="video.html">video »</a></span> +</div> +<div id="var" class="section"> <h2 class="element-head"><span class="element">var</span> – <span class="shortdesc">variable or placeholder text</span> <a class="hash" href="#var">#</a> <a class="toc-bak" href="Overview.html#var-toc">T</a></h2> <div id="var-longdesc" class="longdesc"> <p>The <a href="var.html#var" class="element">var</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="var-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#var-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="var.html#var.attrs">var.attrs</a> = <span class="pattern" id="var.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="var.html#var.attrs">var.attrs</a> = <span class="pattern" id="var.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="var-tags"> @@ -41,4 +52,12 @@ <div class="no-number no-toc" id="var-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#var-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="var-css"><div class="selectors"><span class="selector">var</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="ul.html">« ul</a></span> +<span class="nav-next"><a href="video.html">video »</a></span> +</div> + +</body> +</html> Index: sub.html =================================================================== RCS file: /sources/public/html5/markup/sub.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sub.html 1 May 2009 11:07:59 -0000 1.2 +++ sub.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>sub – subscript</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="sub" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>sub – subscript</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="style.html">« style</a></span> +<span class="nav-next"><a href="sup.html">sup »</a></span> +</div> +<div id="sub" class="section"> <h2 class="element-head"><span class="element">sub</span> – <span class="shortdesc">subscript</span> <a class="hash" href="#sub">#</a> <a class="toc-bak" href="Overview.html#sub-toc">T</a></h2> <div id="sub-longdesc" class="longdesc"> <p>The <a href="sub.html#sub" class="element">sub</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="sub-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#sub-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="sub.html#sub.attrs">sub.attrs</a> = <span class="pattern" id="sub.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="sub.html#sub.attrs">sub.attrs</a> = <span class="pattern" id="sub.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="sub-tags"> @@ -39,4 +50,12 @@ <div class="no-number no-toc" id="sub-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sub-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="sub-css"><div class="selectors"><span class="selector">sub</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">sub</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">sub</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="style.html">« style</a></span> +<span class="nav-next"><a href="sup.html">sup »</a></span> +</div> + +</body> +</html> Index: title.html =================================================================== RCS file: /sources/public/html5/markup/title.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- title.html 1 May 2009 11:08:00 -0000 1.2 +++ title.html 2 May 2009 09:24:22 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>title – document title</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="title" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>title – document title</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="time.html">« time</a></span> +<span class="nav-next"><a href="tr.html">tr »</a></span> +</div> +<div id="title" class="section"> <h2 class="element-head"><span class="element">title</span> – <span class="shortdesc">document title</span> <a class="hash" href="#title">#</a> <a class="toc-bak" href="Overview.html#title-toc">T</a></h2> <div id="title-longdesc" class="longdesc"> <p>The <a href="title.html#title" class="element">title</a> element @@ -16,7 +27,7 @@ </div><div class="no-number no-toc" id="title-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#title-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="title.html#title.attrs">title.attrs</a> = <span class="pattern" id="title.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="title.html#title.attrs">title.attrs</a> = <span class="pattern" id="title.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="title-tags"> @@ -39,4 +50,12 @@ <div class="no-number no-toc" id="title-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#title-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="title-css"><div class="selectors"><span class="selector">title</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="time.html">« time</a></span> +<span class="nav-next"><a href="tr.html">tr »</a></span> +</div> + +</body> +</html> Index: pre.html =================================================================== RCS file: /sources/public/html5/markup/pre.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pre.html 1 May 2009 11:07:58 -0000 1.2 +++ pre.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>pre – preformatted text</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="pre" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>pre – preformatted text</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="param.html">« param</a></span> +<span class="nav-next"><a href="progress.html">progress »</a></span> +</div> +<div id="pre" class="section"> <h2 class="element-head"><span class="element">pre</span> – <span class="shortdesc">preformatted text</span> <a class="hash" href="#pre">#</a> <a class="toc-bak" href="Overview.html#pre-toc">T</a></h2> <div id="pre-longdesc" class="longdesc"> <p>The <a href="pre.html#pre" class="element">pre</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="pre-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#pre-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="pre.html#pre.attrs">pre.attrs</a> = <span class="pattern" id="pre.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="pre.html#pre.attrs">pre.attrs</a> = <span class="pattern" id="pre.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="pre-tags"> @@ -41,4 +52,12 @@ <div class="no-number no-toc" id="pre-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#pre-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="pre-css"><div class="selectors"><span class="selector">pre</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>;</div><div class="css-property"><span class="prop-name">white-space</span>: <span class="prop-value">pre</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>;</div><div class="css-property"><span class="prop-name">white-space</span>: <span class="prop-value">pre</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="param.html">« param</a></span> +<span class="nav-next"><a href="progress.html">progress »</a></span> +</div> + +</body> +</html> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/button.submit.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- button.submit.html 1 May 2009 11:07:55 -0000 1.2 +++ button.submit.html 2 May 2009 09:24:18 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>button type=submit – submit button</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="button.submit" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>button type=submit – submit button</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="button.html">« button</a></span> +<span class="nav-next"><a href="button.reset.html">button.reset »</a></span> +</div> +<div id="button.submit" class="section"> <h2 class="element-head"><span class="element">button</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> – <span class="shortdesc">submit button</span> <a class="hash" href="#button.submit">#</a> <a class="toc-bak" href="Overview.html#button.submit-toc">T</a></h2> <div id="button.submit-longdesc" class="longdesc"> <p>The <a href="button.html#button" class="element">button</a> element @@ -20,16 +31,16 @@ </div><div class="no-number no-toc" id="button.submit-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#button.submit-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="button.submit.html#button.submit.attrs">button.submit.attrs</a> = <span class="pattern" id="button.submit.attrs">(<a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="button.submit.html#button.submit.attrs">button.submit.attrs</a> = <span class="pattern" id="button.submit.attrs">(<a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="button.submit.html#button.submit.attrs.type" title="button.submit.attrs.type">type</a>? - & <a class="ref" href="shared-attrs.html#button.attrs.value" title="button.attrs.value">value</a>?) - & (<a class="ref" href="shared-attrs.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> + & <a class="ref" href="shared-attributes.html#button.attrs.value" title="button.attrs.value">value</a>?) + & (<a class="ref" href="shared-attributes.html#shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">formenctype</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</a>?)</span></p></div></div> <div class="no-number no-toc" id="button.submit-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#button.submit-attributes">#</a></h2> <dl class="attr-defs"> @@ -72,4 +83,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#button.submit-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="button.html">« button</a></span> +<span class="nav-next"><a href="button.reset.html">button.reset »</a></span> +</div> + +</body> +</html> Index: rp.html =================================================================== RCS file: /sources/public/html5/markup/rp.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- rp.html 1 May 2009 11:07:59 -0000 1.2 +++ rp.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>rp – ruby parenthesis</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="rp" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>rp – ruby parenthesis</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="q.html">« q</a></span> +<span class="nav-next"><a href="rt.html">rt »</a></span> +</div> +<div id="rp" class="section"> <h2 class="element-head"><span class="element">rp</span> – <span class="shortdesc">ruby parenthesis</span> <a class="hash" href="#rp">#</a> <a class="toc-bak" href="Overview.html#rp-toc">T</a></h2> <div id="rp-longdesc" class="longdesc"> <p>The <a href="rp.html#rp" class="element">rp</a> element can be @@ -25,7 +36,7 @@ </div><div class="no-number no-toc" id="rp-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#rp-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="rp.html#rp.attrs">rp.attrs</a> = <span class="pattern" id="rp.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="rp.html#rp.attrs">rp.attrs</a> = <span class="pattern" id="rp.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="rp-tags"> @@ -50,4 +61,12 @@ | (<a class="ref" href="rp.html#rp.elem.start">rp.elem.start</a>, <a class="ref" href="rt.html#rt">rt</a>, <a class="ref" href="rp.html#rp.elem.end">rp.elem.end</a>)))+</li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="q.html">« q</a></span> +<span class="nav-next"><a href="rt.html">rt »</a></span> +</div> + +</body> +</html> Index: sup.html =================================================================== RCS file: /sources/public/html5/markup/sup.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sup.html 1 May 2009 11:08:00 -0000 1.2 +++ sup.html 2 May 2009 09:24:21 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>sup – superscript</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="sup" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>sup – superscript</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="sub.html">« sub</a></span> +<span class="nav-next"><a href="table.html">table »</a></span> +</div> +<div id="sup" class="section"> <h2 class="element-head"><span class="element">sup</span> – <span class="shortdesc">superscript</span> <a class="hash" href="#sup">#</a> <a class="toc-bak" href="Overview.html#sup-toc">T</a></h2> <div id="sup-longdesc" class="longdesc"> <p>The <a href="sup.html#sup" class="element">sup</a> element @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="sup-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#sup-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="sup.html#sup.attrs">sup.attrs</a> = <span class="pattern" id="sup.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="sup.html#sup.attrs">sup.attrs</a> = <span class="pattern" id="sup.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="sup-tags"> @@ -39,4 +50,12 @@ <div class="no-number no-toc" id="sup-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sup-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="sup-css"><div class="selectors"><span class="selector">sup</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">super</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">super</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="sub.html">« sub</a></span> +<span class="nav-next"><a href="table.html">table »</a></span> +</div> + +</body> +</html> Index: details.html =================================================================== RCS file: /sources/public/html5/markup/details.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- details.html 1 May 2009 11:07:55 -0000 1.2 +++ details.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>details – additional on-demand information</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="details" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>details – additional on-demand information</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="del.html">« del</a></span> +<span class="nav-next"><a href="dfn.html">dfn »</a></span> +</div> +<div id="details" class="section"> <h2 class="element-head"><span class="element">details</span> – <span class="shortdesc">additional on-demand information</span> <a class="hash" href="#details">#</a> <a class="toc-bak" href="Overview.html#details-toc">T</a></h2> <div id="details-longdesc" class="longdesc"> <p>The <a href="details.html#details" class="element">details</a> element @@ -20,7 +31,7 @@ </div><div class="no-number no-toc" id="details-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#details-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="details.html#details.attrs">details.attrs</a> = <span class="pattern" id="details.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> + <p><a href="details.html#details.attrs">details.attrs</a> = <span class="pattern" id="details.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> & <a class="ref" href="details.html#details.attrs.open" title="details.attrs.open">open</a>?</span></p></div></div> <div class="no-number no-toc" id="details-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#details-attributes">#</a></h2> @@ -61,4 +72,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#details-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="del.html">« del</a></span> +<span class="nav-next"><a href="dfn.html">dfn »</a></span> +</div> + +</body> +</html> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.url.html 1 May 2009 11:07:57 -0000 1.2 +++ input.url.html 2 May 2009 09:24:20 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>input type=url – URL input control</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="input.url" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>input type=url – URL input control</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="input.email.html">« input.email</a></span> +<span class="nav-next"><a href="input.search.html">input.search »</a></span> +</div> +<div id="input.url" class="section"> <h2 class="element-head"><span class="element">input</span> <span class="elem-qualifier"><span class="attribute-name">type</span>=<span class="equals-value">url</span></span> – <span class="shortdesc">URL input control</span> <a class="hash" href="#input.url">#</a> <a class="toc-bak" href="Overview.html#input.url-toc">T</a></h2> <div id="input.url-longdesc" class="longdesc"> <p>The <a href="input.html#input" class="element">input</a> element @@ -19,18 +30,18 @@ </div><div class="no-number no-toc" id="input.url-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#input.url-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="input.url.html#input.url.attrs">input.url.attrs</a> = <span class="pattern" id="input.url.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a> - & <a class="ref" href="shared-attrs.html#common-form.attrs">common-form.attrs</a> + <p><a href="input.url.html#input.url.attrs">input.url.attrs</a> = <span class="pattern" id="input.url.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a> + & <a class="ref" href="shared-attributes.html#common-form.attrs">common-form.attrs</a> & <a class="ref" href="input.url.html#input.url.attrs.type" title="input.url.attrs.type">type</a> - & <a class="ref" href="shared-attrs.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? - & <a class="ref" href="shared-attrs.html#input.attrs.list" title="input.attrs.list">list</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? - & <a class="ref" href="shared-attrs.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</a>? + & <a class="ref" href="shared-attributes.html#input.attrs.list" title="input.attrs.list">list</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.required" title="shared-form.attrs.required">required</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.size" title="shared-form.attrs.size">size</a>? + & <a class="ref" href="shared-attributes.html#shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</a>? & <a class="ref" href="input.url.html#input.url.attrs.value" title="input.url.attrs.value">value</a>?</span></p></div></div> <div class="no-number no-toc" id="input.url-attributes"> <h2 class="element-subhead">Element-specific attributes <a class="hash" href="#input.url-attributes">#</a></h2> @@ -86,4 +97,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#input.url-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.phrasing">common.elem.phrasing</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="input.email.html">« input.email</a></span> +<span class="nav-next"><a href="input.search.html">input.search »</a></span> +</div> + +</body> +</html> --- NEW FILE: shared-attributes.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <title>Other shared attributes</title> <link rel="stylesheet" href="style.css" type="text/css"></link> <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> </head> <body> <h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> <div class="nav"> <span class="nav-prev"><a href="common-attributes.html">« common-attributes</a></span> <span class="nav-next"><a href="datatypes.html">datatypes »</a></span> </div> <div id="shared-attributes" class="section"> <h2>9. Other shared attributes <a class="hash" href="#shared-attributes">#</a> <a class="toc-bak" href="Overview.html#shared-attributes-toc">T</a></h2><div id="common-command-attrs" class="section"> <h2>9.1. Command attributes <a class="hash" href="#common-command-attrs">#</a> <a class="toc-bak" href="Overview.html#common-command-attrs-toc">T</a></h2> <div class="content-model"><span class="common-pattern-name"><dfn id="common-command.attrs">common-command.attrs</dfn></span> = <a class="ref" href="shared-attributes.html#command.attrs.label" title="command.attrs.label">label</a>? & <a class="ref" href="shared-attributes.html#command.attrs.icon" title="command.attrs.icon">icon</a>? & <a class="ref" href="shared-attributes.html#command.attrs.disabled" title="command.attrs.disabled">disabled</a>? & <a class="ref" href="shared-attributes.html#command.attrs.default" title="command.attrs.default">default</a>? <a class="hash" href="shared-attributes.html#common-command.attrs">#</a> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="command.attrs.label" title="command.attrs.label" href="shared-attributes.html#command.attrs.label">label</a><span class="attr-values"> = string </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="command.attrs.icon" title="command.attrs.icon" href="shared-attributes.html#command.attrs.icon">icon</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="command.attrs.disabled" title="command.attrs.disabled" href="shared-attributes.html#command.attrs.disabled">disabled</a><span class="attr-values"> = "disabled" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="command.attrs.default" title="command.attrs.default" href="shared-attributes.html#command.attrs.default">default</a><span class="attr-values"> = "default" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> </div> </div> <div id="common-media-attrs" class="section"> <h2>9.2. Media attributes <a class="hash" href="#common-media-attrs">#</a> <a class="toc-bak" href="Overview.html#common-media-attrs-toc">T</a></h2> <div class="content-model"><span class="common-pattern-name"><dfn id="media.attrs">media.attrs</dfn></span> = <a class="ref" href="shared-attributes.html#media.attrs.autoplay" title="media.attrs.autoplay">autoplay</a>? & <a class="ref" href="shared-attributes.html#media.attrs.autobuffer" title="media.attrs.autobuffer">autobuffer</a>? & <a class="ref" href="shared-attributes.html#media.attrs.controls" title="media.attrs.controls">controls</a>? & <a class="ref" href="shared-attributes.html#media.attrs.loop" title="media.attrs.loop">loop</a>? <a class="hash" href="shared-attributes.html#media.attrs">#</a> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><a class="attribute-name" id="media.attrs.autoplay" title="media.attrs.autoplay" href="shared-attributes.html#media.attrs.autoplay">autoplay</a><span class="attr-values"> = "autoplay" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="media.attrs.autobuffer" title="media.attrs.autobuffer" href="shared-attributes.html#media.attrs.autobuffer">autobuffer</a><span class="attr-values"> = "autobuffer" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="media.attrs.controls" title="media.attrs.controls" href="shared-attributes.html#media.attrs.controls">controls</a><span class="attr-values"> = "controls" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> <dt><a class="attribute-name" id="media.attrs.loop" title="media.attrs.loop" href="shared-attributes.html#media.attrs.loop">loop</a><span class="attr-values"> = "loop" | "" </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> <dl class="attr-defs"> <dt><a class="attribute-name" id="media.attrs.src" title="media.attrs.src" href="shared-attributes.html#media.attrs.src">src</a><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span> </dt> <dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> </div> </div> <div id="shared-hyperlink-attrs" class="section"> <h2>9.3. Hyperlink attributes <a class="hash" href="#shared-hyperlink-attrs">#</a> <a class="toc-bak" href="Overview.html#shared-hyperlink-attrs-toc">T</a></h2> <dl class="attr-defs"><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.href" title="shared-hyperlink.attrs.href">href</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.href">#</a></dt><dd><dd>A URL that provides the <dfn id="destination">destination resource</dfn> of the hyperlink.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.target" title="shared-hyperlink.attrs.target">target</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.target">#</a></dt><dd><dd>A name or keyword giving a <a href="terminology.html#context">browsing context</a> for UAs to use when following the hyperlink.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.rel" title="shared-hyperlink.attrs.rel">rel</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.rel">#</a></dt><dd><dd>A list of tokens that specify the relationship between the document containing the hyperlink and the <a href="shared-attributes.html#destination">destination resource</a> indicated by the hyperlink.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.hreflang" title="shared-hyperlink.attrs.hreflang">hreflang</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.langcode" title="common.data.langcode">langcode</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.hreflang">#</a></dt><dd><dd>The language of the <a href="shared-attributes.html#destination">destination resource</a>.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.media" title="shared-hyperlink.attrs.media">media</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.mediaquery" title="common.data.mediaquery">mediaquery</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.media">#</a></dt><dd><dd>The media for which the <a href="shared-attributes.html#destination">destination resource</a> was designed.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.type" title="shared-hyperlink.attrs.type">type</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.mimetype" title="common.data.mimetype">mimetype</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.type">#</a></dt><dd><dd>The MIME type of the <a href="shared-attributes.html#destination">destination resource</a>.</dd></dd><dt><dfn class="attribute-name" id="shared-hyperlink.attrs.ping" title="shared-hyperlink.attrs.ping">ping</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uris" title="common.data.uris">uris</a> </span><a class="hash" href="shared-attributes.html#shared-hyperlink.attrs.ping">#</a></dt><dd><dd>A list of URLs of resources to notify if a user follows the hyperlink.</dd></dd> </dl> </div> <div id="common-form-attrs" class="section"> <h2>9.4. Form attributes <a class="hash" href="#common-form-attrs">#</a> <a class="toc-bak" href="Overview.html#common-form-attrs-toc">T</a></h2> <div class="content-model"><span class="common-pattern-name"><dfn id="common-form.attrs">common-form.attrs</dfn></span> = (<a class="ref" href="shared-attributes.html#common-form.attrs.name" title="common-form.attrs.name">name</a>? & <a class="ref" href="shared-attributes.html#common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</a>?) & <a class="ref" href="shared-attributes.html#common-form.attrs.form" title="common-form.attrs.form">form</a>? <a class="hash" href="shared-attributes.html#common-form.attrs">#</a> </div> <div class="no-number no-toc"> <dl class="attr-defs"> <dt><dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="shared-attributes.html#common-form.attrs.form">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="common-form.attrs.name" title="common-form.attrs.name">name</dfn><span class="attr-values"> = string </span><a class="hash" href="shared-attributes.html#common-form.attrs.name">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="common-form.attrs.disabled" title="common-form.attrs.disabled">disabled</dfn><span class="attr-values"> = "disabled" | "" </span><a class="hash" href="shared-attributes.html#common-form.attrs.disabled">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd></dl> <dl class="attr-defs"><dt><dfn class="attribute-name" id="shared-form.attrs.readonly" title="shared-form.attrs.readonly">readonly</dfn><span class="attr-values"> = "readonly" | "" </span><a class="hash" href="shared-attributes.html#shared-form.attrs.readonly">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.maxlength" title="shared-form.attrs.maxlength">maxlength</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="shared-attributes.html#shared-form.attrs.maxlength">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.size" title="shared-form.attrs.size">size</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="shared-attributes.html#shared-form.attrs.size">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.checked" title="input.attrs.checked">checked</dfn><span class="attr-values"> = "checked" | "" </span><a class="hash" href="shared-attributes.html#input.attrs.checked">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formaction" title="shared-form.attrs.formaction">formaction</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a> </span><a class="hash" href="shared-attributes.html#shared-form.attrs.formaction">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formenctype" title="shared-form.attrs.formenctype">enctype</dfn><span class="attr-values"> = "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain" </span><a class="hash" href="shared-attributes.html#shared-form.attrs.formenctype">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formmethod" title="shared-form.attrs.formmethod">formmethod</dfn><span class="attr-values"> = "get" | "post" | "put" | "delete" </span><a class="hash" href="shared-attributes.html#shared-form.attrs.formmethod">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formtarget" title="shared-form.attrs.formtarget">formtarget</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a> </span><a class="hash" href="shared-attributes.html#shared-form.attrs.formtarget">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.formnovalidate" title="shared-form.attrs.formnovalidate">formnovalidate</dfn><span class="attr-values"> = "formnovalidate" | "" </span><a class="hash" href="shared-attributes.html#shared-form.attrs.formnovalidate">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.autofocus" title="shared-form.attrs.autofocus">autofocus</dfn><span class="attr-values"> = "autofocus" | "" </span><a class="hash" href="shared-attributes.html#shared-form.attrs.autofocus">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.pattern" title="shared-form.attrs.pattern">pattern</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#form.data.pattern" title="form.data.pattern">pattern</a> </span><a class="hash" href="shared-attributes.html#shared-form.attrs.pattern">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.required" title="shared-form.attrs.required">required</dfn><span class="attr-values"> = "required" | "" </span><a class="hash" href="shared-attributes.html#shared-form.attrs.required">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="shared-form.attrs.placeholder" title="shared-form.attrs.placeholder">placeholder</dfn><span class="attr-values"> = string </span><a class="hash" href="shared-attributes.html#shared-form.attrs.placeholder">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.autocomplete" title="input.attrs.autocomplete">autocomplete</dfn><span class="attr-values"> = "on" | "off" </span><a class="hash" href="shared-attributes.html#input.attrs.autcomplete">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.list" title="input.attrs.list">list</dfn><span class="attr-values"> = <a class="ref" href="datatypes.html#common.data.idref" title="common.data.idref">idref</a> </span><a class="hash" href="shared-attributes.html#input.attrs.list">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.step.float" title="input.attrs.step.float">step<span class="attr-qualifier">.float</span></dfn><span class="attr-values"> = "any" | <a class="ref" href="datatypes.html#common.data.float.positive" title="common.data.float.positive">float.positive</a> </span><a class="hash" href="shared-attributes.html#input.attrs.step.float">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.step.integer" title="input.attrs.step.integer">step<span class="attr-qualifier">.integer</span></dfn><span class="attr-values"> = "any" | <a class="ref" href="datatypes.html#common.data.integer.positive" title="common.data.integer.positive">integer.positive</a> </span><a class="hash" href="shared-attributes.html#input.attrs.step.integer">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd><dt><dfn class="attribute-name" id="input.attrs.multiple" title="input.attrs.multiple">multiple</dfn><span class="attr-values"> = "multiple" | "" </span><a class="hash" href="shared-attributes.html#input.attrs.multiple">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> <dl class="attr-defs"><dt><dfn class="attribute-name" id="button.attrs.value" title="button.attrs.value">value</dfn><span class="attr-values"> = string </span><a class="hash" href="shared-attributes.html#button.attrs.value">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd> </dl> </div> </div> </div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="common-attributes.html">« common-attributes</a></span> <span class="nav-next"><a href="datatypes.html">datatypes »</a></span> </div> </body> </html> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/hgroup.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- hgroup.html 1 May 2009 11:07:56 -0000 1.2 +++ hgroup.html 2 May 2009 09:24:19 -0000 1.3 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>hgroup – heading group</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="hgroup" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>hgroup – heading group</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="header.html">« header</a></span> +<span class="nav-next"><a href="hr.html">hr »</a></span> +</div> +<div id="hgroup" class="section"> <h2 class="element-head"><span class="element">hgroup</span> – <span class="shortdesc">heading group</span> <a class="hash" href="#hgroup">#</a> <a class="toc-bak" href="Overview.html#hgroup-toc">T</a></h2> <div id="hgroup-longdesc" class="longdesc"><p><i class="TK">(element description to come)</i></p></div> <div class="no-number no-toc" id="hgroup-content"> @@ -19,7 +30,7 @@ </div><div class="no-number no-toc" id="hgroup-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#hgroup-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="hgroup.html#hgroup.attrs">hgroup.attrs</a> = <span class="pattern" id="hgroup.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="hgroup.html#hgroup.attrs">hgroup.attrs</a> = <span class="pattern" id="hgroup.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="hgroup-tags"> @@ -36,4 +47,12 @@ <h2 class="element-subhead">Permitted contexts <a class="hash" href="#hgroup-context">#</a></h2> <ul> <li class="context-mdl"><a href="common-models.html#common.elem.flow">common.elem.flow</a></li></ul> - </div></div></body></html> + </div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="header.html">« header</a></span> +<span class="nav-next"><a href="hr.html">hr »</a></span> +</div> + +</body> +</html> Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/h5.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- h5.html 1 May 2009 11:07:56 -0000 1.3 +++ h5.html 2 May 2009 09:24:19 -0000 1.4 @@ -1,6 +1,17 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> -<title>h5 – heading (level 5)</title><link rel="stylesheet" href="style.css" type="text/css"></link><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link><link rel="stylesheet" href="src.css" type="text/css"></link></head><body><div id="h5" class="section"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<title>h5 – heading (level 5)</title> +<link rel="stylesheet" href="style.css" type="text/css"></link> +<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css"></link> +</head> +<body> +<h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2> +<div class="nav"> +<span class="nav-prev"><a href="h4.html">« h4</a></span> +<span class="nav-next"><a href="h6.html">h6 »</a></span> +</div> +<div id="h5" class="section"> <h2 class="element-head"><span class="element">h5</span> – <span class="shortdesc">heading (level 5)</span> <a class="hash" href="#h5">#</a> <a class="toc-bak" href="Overview.html#h5-toc">T</a></h2> <div id="h5-longdesc" class="longdesc"> <p>The <a href="h1.html#h1" class="element">h1</a> through <a href="h6.html#h6" class="element">h6</a> elements are headings for @@ -18,7 +29,7 @@ </div><div class="no-number no-toc" id="h5-attr-mdl"> <h2 class="element-subhead">Attribute model <a class="hash" href="#h5-attr-mdl">#</a></h2> <div class="attr-content-models"> - <p><a href="h5.html#h5.attrs">h5.attrs</a> = <span class="pattern" id="h5.attrs"><a class="ref" href="common-attrs.html#common.attrs">common.attrs</a></span></p></div></div> + <p><a href="h5.html#h5.attrs">h5.attrs</a> = <span class="pattern" id="h5.attrs"><a class="ref" href="common-attributes.html#common.attrs">common.attrs</a></span></p></div></div> <div class="no-number no-toc" id="h5-assertions"> @@ -57,4 +68,12 @@ <div class="no-number no-toc" id="h5-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h5-display">#</a></h2><p class="non-norm">This section is non-normative.</p> <div class="css-props" id="h5-css"><div class="selectors"><span class="selector">h5</span> { -</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">.83em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.67em 0 1.67em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div></body></html> +</div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">.83em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.67em 0 1.67em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div> +<hr class="footerbreak"></hr> +<div class="nav"> +<span class="nav-prev"><a href="h4.html">« h4</a></span> +<span class="nav-next"><a href="h6.html">h6 »</a></span> +</div> + +</body> +</html>
Received on Sunday, 3 May 2009 13:05:59 UTC