- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Dec 2010 02:46:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2060 Modified Files: acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-dom-interfaces.html common-input-element-attributes.html common-microsyntaxes.html content-models.html dnd.html dom.html editing.html edits.html elements.html embedded-content-1.html fetching-resources.html forms.html grouping-content.html history.html iana.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html namespaces.html number-state.html obsolete.html offline.html origin-0.html parsing.html references.html rendering.html scripting-1.html sections.html semantics.html spec.html states-of-the-type-attribute.html syntax.html tabular-data.html text-level-semantics.html the-button-element.html the-canvas-element.html the-end.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html toc-status.xml tokenization.html urls.html video.html webappapis.html Log Message: Revamp the way the boilerplate stuff is done so that Tab can help me out doing publications. (whatwg r5719) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1038 retrieving revision 1.1039 diff -u -d -r1.1038 -r1.1039 --- infrastructure.html 5 Dec 2010 09:44:13 -0000 1.1038 +++ infrastructure.html 14 Dec 2010 02:46:42 -0000 1.1039 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2 Common infrastructure — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2 Common infrastructure — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="introduction.html" title="1 Introduction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1020 retrieving revision 1.1021 diff -u -d -r1.1020 -r1.1021 --- text-level-semantics.html 5 Dec 2010 09:44:15 -0000 1.1020 +++ text-level-semantics.html 14 Dec 2010 02:46:44 -0000 1.1021 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.6 Text-level semantics — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.6 Text-level semantics — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="grouping-content.html" title="4.5 Grouping content" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- scripting-1.html 5 Dec 2010 09:44:14 -0000 1.35 +++ scripting-1.html 14 Dec 2010 02:46:44 -0000 1.36 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.3 Scripting — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.3 Scripting — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="semantics.html" title="4 The elements of HTML" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- the-map-element.html 5 Dec 2010 09:44:16 -0000 1.31 +++ the-map-element.html 14 Dec 2010 02:46:45 -0000 1.32 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.12 The map element — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.12 The map element — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-canvas-element.html" title="4.8.11 The canvas element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.882 retrieving revision 1.883 diff -u -d -r1.882 -r1.883 --- the-canvas-element.html 5 Dec 2010 09:44:15 -0000 1.882 +++ the-canvas-element.html 14 Dec 2010 02:46:45 -0000 1.883 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.11 The canvas element — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.11 The canvas element — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="video.html" title="4.8.6 The video element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: toc-status.xml =================================================================== RCS file: /sources/public/html5/spec/toc-status.xml,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- toc-status.xml 30 Nov 2010 21:46:46 -0000 1.107 +++ toc-status.xml 14 Dec 2010 02:46:45 -0000 1.108 @@ -1,5 +1,8 @@ <?xml version="1.0"?> -<!-- when publishing, change bits marked ZZZ --> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --> <?xml-stylesheet href="tocmix.xsl" type="text/xml"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://www.w3.org/1999/xhtml"> <head> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1010 retrieving revision 1.1011 diff -u -d -r1.1010 -r1.1011 --- tabular-data.html 5 Dec 2010 09:44:15 -0000 1.1010 +++ tabular-data.html 14 Dec 2010 02:46:44 -0000 1.1011 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.9 Tabular data — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.9 Tabular data — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-map-element.html" title="4.8.12 The map element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- the-iframe-element.html 5 Dec 2010 09:44:16 -0000 1.36 +++ the-iframe-element.html 14 Dec 2010 02:46:45 -0000 1.37 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.2 The iframe element — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.2 The iframe element — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- association-of-controls-and-forms.html 8 Dec 2010 00:47:14 -0000 1.54 +++ association-of-controls-and-forms.html 14 Dec 2010 02:46:40 -0000 1.55 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.18 Association of controls and forms — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.18 Association of controls and forms — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-button-element.html" title="4.10.8 The button element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- the-end.html 8 Dec 2010 00:47:23 -0000 1.29 +++ the-end.html 14 Dec 2010 02:46:45 -0000 1.30 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2.6 The end — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2.6 The end — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="tokenization.html" title="8.2.4 Tokenization" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1027 retrieving revision 1.1028 diff -u -d -r1.1027 -r1.1028 --- history.html 7 Dec 2010 22:46:43 -0000 1.1027 +++ history.html 14 Dec 2010 02:46:42 -0000 1.1028 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.4 Session history and navigation — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.4 Session history and navigation — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="origin-0.html" title="5.3 Origin" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- common-dom-interfaces.html 5 Dec 2010 09:44:11 -0000 1.33 +++ common-dom-interfaces.html 14 Dec 2010 02:46:40 -0000 1.34 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.8 Common DOM interfaces — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.8 Common DOM interfaces — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="fetching-resources.html" title="2.7 Fetching resources" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- parsing.html 5 Dec 2010 09:44:14 -0000 1.43 +++ parsing.html 14 Dec 2010 02:46:43 -0000 1.44 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2 Parsing HTML documents — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2 Parsing HTML documents — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="syntax.html" title="8 The HTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: fetching-resources.html =================================================================== RCS file: /sources/public/html5/spec/fetching-resources.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- fetching-resources.html 5 Dec 2010 09:44:12 -0000 1.29 +++ fetching-resources.html 14 Dec 2010 02:46:41 -0000 1.30 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.7 Fetching resources — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.7 Fetching resources — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="urls.html" title="2.6 URLs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec/origin-0.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- origin-0.html 8 Dec 2010 00:47:22 -0000 1.22 +++ origin-0.html 14 Dec 2010 02:46:43 -0000 1.23 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.3 Origin — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.3 Origin — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="browsers.html" title="5 Loading Web pages" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- common-input-element-attributes.html 5 Dec 2010 09:44:11 -0000 1.27 +++ common-input-element-attributes.html 14 Dec 2010 02:46:41 -0000 1.28 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.2 Common input element attributes — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.2 Common input element attributes — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1029 retrieving revision 1.1030 diff -u -d -r1.1029 -r1.1030 --- dom.html 8 Dec 2010 00:47:14 -0000 1.1029 +++ dom.html 14 Dec 2010 02:46:41 -0000 1.1030 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3 Semantics, structure, and APIs of HTML documents — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3 Semantics, structure, and APIs of HTML documents — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="namespaces.html" title="2.9 Namespaces" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- embedded-content-1.html 5 Dec 2010 09:44:12 -0000 1.32 +++ embedded-content-1.html 14 Dec 2010 02:46:41 -0000 1.33 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8 Embedded content — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8 Embedded content — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="edits.html" title="4.7 Edits" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- the-input-element.html 5 Dec 2010 09:44:16 -0000 1.29 +++ the-input-element.html 14 Dec 2010 02:46:45 -0000 1.30 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7 The input element — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7 The input element — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="forms.html" title="4.10 Forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- rendering.html 7 Dec 2010 22:46:43 -0000 1.60 +++ rendering.html 14 Dec 2010 02:46:44 -0000 1.61 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>10 Rendering — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>10 Rendering — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1056 retrieving revision 1.1057 diff -u -d -r1.1056 -r1.1057 --- acknowledgements.html 8 Dec 2010 00:47:14 -0000 1.1056 +++ acknowledgements.html 14 Dec 2010 02:46:40 -0000 1.1057 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>Acknowledgements — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>Acknowledgements — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="references.html" title="References" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- grouping-content.html 5 Dec 2010 09:44:12 -0000 1.26 +++ grouping-content.html 14 Dec 2010 02:46:42 -0000 1.27 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.5 Grouping content — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.5 Grouping content — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="sections.html" title="4.4 Sections" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- timers.html 5 Dec 2010 09:44:16 -0000 1.26 +++ timers.html 14 Dec 2010 02:46:45 -0000 1.27 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>6.2 Timers — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>6.2 Timers — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="webappapis.html" title="6 Web application APIs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- elements.html 5 Dec 2010 09:44:12 -0000 1.33 +++ elements.html 14 Dec 2010 02:46:41 -0000 1.34 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.2 Elements — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.2 Elements — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- urls.html 8 Dec 2010 00:47:28 -0000 1.28 +++ urls.html 14 Dec 2010 02:46:45 -0000 1.29 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.6 URLs — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.6 URLs — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- tokenization.html 8 Dec 2010 22:46:39 -0000 1.54 +++ tokenization.html 14 Dec 2010 02:46:45 -0000 1.55 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2.4 Tokenization — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2.4 Tokenization — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="parsing.html" title="8.2 Parsing HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1017 retrieving revision 1.1018 diff -u -d -r1.1017 -r1.1018 --- forms.html 5 Dec 2010 09:44:12 -0000 1.1017 +++ forms.html 14 Dec 2010 02:46:41 -0000 1.1018 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10 Forms — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10 Forms — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="tabular-data.html" title="4.9 Tabular data" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1020 retrieving revision 1.1021 diff -u -d -r1.1020 -r1.1021 --- interactive-elements.html 5 Dec 2010 09:44:13 -0000 1.1020 +++ interactive-elements.html 14 Dec 2010 02:46:42 -0000 1.1021 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.11 Interactive elements — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.11 Interactive elements — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1021 retrieving revision 1.1022 diff -u -d -r1.1021 -r1.1022 --- editing.html 7 Dec 2010 00:47:09 -0000 1.1021 +++ editing.html 14 Dec 2010 02:46:41 -0000 1.1022 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>7 User interaction — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>7 User interaction — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="timers.html" title="6.2 Timers" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.905 retrieving revision 1.906 diff -u -d -r1.905 -r1.906 --- video.html 10 Dec 2010 22:46:46 -0000 1.905 +++ video.html 14 Dec 2010 02:46:45 -0000 1.906 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.6 The video element — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.6 The video element — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1026 retrieving revision 1.1027 diff -u -d -r1.1026 -r1.1027 --- browsers.html 7 Dec 2010 00:47:09 -0000 1.1026 +++ browsers.html 14 Dec 2010 02:46:40 -0000 1.1027 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5 Loading Web pages — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5 Loading Web pages — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="links.html" title="4.12 Links" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- edits.html 5 Dec 2010 09:44:12 -0000 1.22 +++ edits.html 14 Dec 2010 02:46:41 -0000 1.23 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.7 Edits — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.7 Edits — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1017 retrieving revision 1.1018 diff -u -d -r1.1017 -r1.1018 --- the-xhtml-syntax.html 5 Dec 2010 09:44:16 -0000 1.1017 +++ the-xhtml-syntax.html 14 Dec 2010 02:46:45 -0000 1.1018 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>9 The XHTML syntax — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>9 The XHTML syntax — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="named-character-references.html" title="8.5 Named character references" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.345 retrieving revision 1.346 diff -u -d -r1.345 -r1.346 --- iana.html 8 Dec 2010 01:46:38 -0000 1.345 +++ iana.html 14 Dec 2010 02:46:42 -0000 1.346 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>12 IANA considerations — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>12 IANA considerations — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="obsolete.html" title="11 Obsolete features" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.1016 retrieving revision 1.1017 diff -u -d -r1.1016 -r1.1017 --- offline.html 5 Dec 2010 09:44:14 -0000 1.1016 +++ offline.html 14 Dec 2010 02:46:43 -0000 1.1017 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.6 Offline Web applications — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.6 Offline Web applications — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="history.html" title="5.4 Session history and navigation" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- content-models.html 7 Dec 2010 22:46:41 -0000 1.41 +++ content-models.html 14 Dec 2010 02:46:41 -0000 1.42 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.2.5 Content models — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.2.5 Content models — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="elements.html" title="3.2 Elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- states-of-the-type-attribute.html 5 Dec 2010 09:44:15 -0000 1.26 +++ states-of-the-type-attribute.html 14 Dec 2010 02:46:44 -0000 1.27 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.1 States of the type attribute — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.1 States of the type attribute — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-input-element.html" title="4.10.7 The input element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- apis-in-html-documents.html 7 Dec 2010 22:46:41 -0000 1.29 +++ apis-in-html-documents.html 14 Dec 2010 02:46:40 -0000 1.30 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.3 APIs in HTML documents — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.3 APIs in HTML documents — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="content-models.html" title="3.2.5 Content models" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1014 retrieving revision 1.1015 diff -u -d -r1.1014 -r1.1015 --- obsolete.html 5 Dec 2010 09:44:14 -0000 1.1014 +++ obsolete.html 14 Dec 2010 02:46:43 -0000 1.1015 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>11 Obsolete features — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>11 Obsolete features — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="rendering.html" title="10 Rendering" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.1001 retrieving revision 1.1002 diff -u -d -r1.1001 -r1.1002 --- named-character-references.html 5 Dec 2010 09:44:13 -0000 1.1001 +++ named-character-references.html 14 Dec 2010 02:46:43 -0000 1.1002 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.5 Named character references — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.5 Named character references — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-end.html" title="8.2.6 The end" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1024 retrieving revision 1.1025 diff -u -d -r1.1024 -r1.1025 --- references.html 5 Dec 2010 09:44:14 -0000 1.1024 +++ references.html 14 Dec 2010 02:46:43 -0000 1.1025 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>References — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>References — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="index.html" title="Index" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1035 retrieving revision 1.1036 diff -u -d -r1.1035 -r1.1036 --- semantics.html 5 Dec 2010 09:44:14 -0000 1.1035 +++ semantics.html 14 Dec 2010 02:46:44 -0000 1.1036 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4 The elements of HTML — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4 The elements of HTML — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1027 retrieving revision 1.1028 diff -u -d -r1.1027 -r1.1028 --- index.html 5 Dec 2010 09:44:13 -0000 1.1027 +++ index.html 14 Dec 2010 02:46:42 -0000 1.1028 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>Index — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>Index — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="iana.html" title="12 IANA considerations" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- the-button-element.html 8 Dec 2010 21:46:46 -0000 1.43 +++ the-button-element.html 14 Dec 2010 02:46:45 -0000 1.44 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.8 The button element — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.8 The button element — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- dnd.html 7 Dec 2010 22:46:41 -0000 1.36 +++ dnd.html 14 Dec 2010 02:46:41 -0000 1.37 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>7.7 Drag and drop — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>7.7 Drag and drop — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="editing.html" title="7 User interaction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- links.html 8 Dec 2010 00:47:14 -0000 1.43 +++ links.html 14 Dec 2010 02:46:43 -0000 1.44 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.12 Links — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.12 Links — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="commands.html" title="4.11.5 Commands" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1351 retrieving revision 1.1352 diff -u -d -r1.1351 -r1.1352 --- spec.html 10 Dec 2010 22:46:46 -0000 1.1351 +++ spec.html 14 Dec 2010 02:46:44 -0000 1.1352 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split index"><head><title>HTML5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split index"><head><title>HTML5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> @@ -379,13 +382,13 @@ <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080122/">http://www.w3.org/TR/2008/WD-html5-20080122/</a></dd> <!-- :ZZZ --> - <dt>Editors:</dt> + <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4582. +This is revision 1.4583. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -512,7 +515,6 @@ <dd>Commit-Watchers mailing list (complete source diffs): <a href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a></dd> <dt>Real-time notifications of changes:</dt> <dd>Generated diff-marked HTML versions for each change: <a href="http://twitter.com/HTML5">http://twitter.com/HTML5</a></dd> - <dd>All (non-editorial) changes to the spec source: <a href="http://twitter.com/WHATWG">http://twitter.com/WHATWG</a></dd> <dt>Browsable version-control record of all changes:</dt> <dd>CVSWeb interface with side-by-side diffs: <a href="http://dev.w3.org/cvsweb/html5/">http://dev.w3.org/cvsweb/html5/</a></dd> <dd>Annotated summary with unified diffs: <a href="http://html5.org/tools/web-apps-tracker">http://html5.org/tools/web-apps-tracker</a></dd> @@ -521,7 +523,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 16 November 2010 WD. + This specification is the 16 November 2010 Working Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec/number-state.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- number-state.html 5 Dec 2010 09:44:14 -0000 1.28 +++ number-state.html 14 Dec 2010 02:46:43 -0000 1.29 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.1.13 Number state — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.1.13 Number state — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- sections.html 5 Dec 2010 09:44:14 -0000 1.27 +++ sections.html 14 Dec 2010 02:46:44 -0000 1.28 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.4 Sections — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.4 Sections — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="scripting-1.html" title="4.3 Scripting" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- namespaces.html 5 Dec 2010 09:44:14 -0000 1.21 +++ namespaces.html 14 Dec 2010 02:46:43 -0000 1.22 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.9 Namespaces — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.9 Namespaces — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="common-dom-interfaces.html" title="2.8 Common DOM interfaces" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1018 retrieving revision 1.1019 diff -u -d -r1.1018 -r1.1019 --- introduction.html 5 Dec 2010 09:44:13 -0000 1.1018 +++ introduction.html 14 Dec 2010 02:46:42 -0000 1.1019 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>1 Introduction — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>1 Introduction — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="spec.html#contents" title="Table of contents" rel="index"> <link href="infrastructure.html" title="2 Common infrastructure" rel="next"> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- commands.html 5 Dec 2010 09:44:11 -0000 1.23 +++ commands.html 14 Dec 2010 02:46:40 -0000 1.24 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.11.5 Commands — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.11.5 Commands — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1024 retrieving revision 1.1025 diff -u -d -r1.1024 -r1.1025 --- syntax.html 8 Dec 2010 00:47:22 -0000 1.1024 +++ syntax.html 14 Dec 2010 02:46:44 -0000 1.1025 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8 The HTML syntax — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8 The HTML syntax — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="dnd.html" title="7.7 Drag and drop" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.148 retrieving revision 1.149 diff -u -d -r1.148 -r1.149 --- webappapis.html 8 Dec 2010 22:46:39 -0000 1.148 +++ webappapis.html 14 Dec 2010 02:46:46 -0000 1.149 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>6 Web application APIs — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>6 Web application APIs — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="offline.html" title="5.6 Offline Web applications" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- common-microsyntaxes.html 5 Dec 2010 09:44:11 -0000 1.30 +++ common-microsyntaxes.html 14 Dec 2010 02:46:41 -0000 1.31 @@ -1,6 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <!DOCTYPE html> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.5 Common microsyntaxes — HTML5 </title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ + ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. + ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. + --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.5 Common microsyntaxes — HTML5 </title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -226,7 +229,7 @@ color: white; } - </style><style type="text/css"> + </style><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -355,7 +358,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="infrastructure.html" title="2 Common infrastructure" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index">
Received on Tuesday, 14 December 2010 02:46:54 UTC