- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 10:28:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv2441/elements
Modified Files:
body.html colgroup.html dd.html dt.html head.html html.html
li.html map.html optgroup.html p.html rp.html rt.html
script.html style.html table.html tbody.html td.html
tfoot.html th.html thead.html tr.html
Log Message:
various updates
Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/elements/optgroup.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- optgroup.html 12 Feb 2010 10:33:50 -0000 1.6
+++ optgroup.html 16 Feb 2010 10:28:27 -0000 1.7
@@ -20,14 +20,20 @@
</dl>
</div>
<div id="tags">
- <p>An <code><a href="#optgroup">optgroup</a></code> element
- must have a <span title="syntax-start-tag">start
- tag</span>.</p>
- <p>An <code>optgroup</code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code>optgroup</code> element is immediately followed by
- another <code>optgroup</code> element, or if there is no more
- content in the parent element.</p>
+ <p>An
+ <a href="#optgroup" class="element">optgroup</a>
+ element must have a
+ <span title="syntax-start-tag">start tag</span>.</p>
+ <p>An
+ <a href="#optgroup" class="element">optgroup</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#optgroup" class="element">optgroup</a>
+ element is immediately followed by another
+ <a href="#optgroup" class="element">optgroup</a>
+ element, or if there is no more content in the parent
+ element.</p>
</div>
<div id="dom-interface">HTMLOptGroupElement</div>
</div>
Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/elements/body.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- body.html 10 Feb 2010 12:48:54 -0000 1.6
+++ body.html 16 Feb 2010 10:28:26 -0000 1.7
@@ -8,21 +8,33 @@
</div>
<div id="prose-model">Flow content</div>
<div id="tags">
- <p>A <code><a href="#body">body</a></code> element's <span
- title="syntax-start-tag">start tag</span> may be omitted if
- the first thing inside the <code><a
- href="#body">body</a></code> element is not a <a
- href="#space">space character</a> or a <a href="#comments"
- title="syntax-comments">comment</a>, except if the first thing
- inside the <code><a href="#body">body</a></code> element is a
- <code><a href="#script">script</a></code> or <code><a
- href="#style">style</a></code> element.</p>
- <p>A <code><a href="#body">body</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#body">body</a></code> element is not immediately
- followed by a <a href="#comments"
- title="syntax-comments">comment</a> and the element is either
- not empty or its <span title="syntax-start-tag">start tag</span>
+ <p>A
+ <a href="#body" class="element">body</a>
+ element’s
+ <span title="syntax-start-tag">start tag</span>
+ may be omitted if the first thing inside the
+ <a href="#body" class="element">body</a>
+ element is not a
+ <a href="#space">space character</a>
+ or a
+ <a href="#comments" title="syntax-comments">comment</a>,
+ except if the first thing inside the
+ <a href="#body" class="element">body</a>
+ element is a
+ <a href="#script" class="element">script</a>
+ or
+ <a href="#style" class="element">style</a>
+ element.</p>
+ <p>A
+ <a href="#body" class="element">body</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#body" class="element">body</a>
+ element is not immediately followed by a
+ <a href="#comments" title="syntax-comments">comment</a>
+ and the element is either not empty or its
+ <span title="syntax-start-tag">start tag</span>
has not been omitted.</p>
</div>
<div id="dom-interface">HTMLBodyElement</div>
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/elements/head.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- head.html 10 Feb 2010 12:49:09 -0000 1.7
+++ head.html 16 Feb 2010 10:28:26 -0000 1.8
@@ -16,17 +16,23 @@
</p>
</div>
<div id="tags">
- <p>A <code><a href="#head">head</a></code> element's
+ <p>A
+ <a href="#head" class="element">head</a>
+ element’s
<span title="syntax-start-tag">start tag</span> may be
omitted if the first thing inside the
- <code><a href="#head">head</a></code> element is an
- element.</p>
- <p>A <code><a href="#head">head</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#head">head</a></code> element is not
- immediately followed by a <a href="#space">space character</a>
- or a <a href="#comments"
- title="syntax-comments">comment</a>.</p>
+ <a href="#head" class="element">head</a>
+ element is an element.</p>
+ <p>A
+ <a href="#head" class="element">head</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#head" class="element">head</a>
+ element is not immediately followed by a
+ <a href="#space">space character</a>
+ or a
+ <a href="#comments" title="syntax-comments">comment</a>.</p>
</div>
<div id="dom-interface">HTMLHeadElement</div>
</div>
Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/elements/p.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- p.html 12 Feb 2010 10:33:50 -0000 1.9
+++ p.html 16 Feb 2010 10:28:27 -0000 1.10
@@ -7,39 +7,46 @@
</div>
<div id="prose-model">Phrasing content</div>
<div id="tags">
- <p>A <code><a href="#p">p</a></code> element must have a <span title="syntax-start-tag">start tag</span>.</p>
- <p>A <code><a href="#p">p</a></code> element's <span title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#p">p</a></code> element is immediately
- followed by an
- <code><a href="#address">address</a></code>,
- <code><a href="#article">article</a></code>,
- <code><a href="#aside">aside</a></code>,
- <code><a href="#blockquote">blockquote</a></code>,
- <code>dir</code>,
- <code><a href="#div">div</a></code>,
- <code><a href="#dl">dl</a></code>,
- <code><a href="#fieldset">fieldset</a></code>,
- <code><a href="#footer">footer</a></code>,
- <code><a href="#form">form</a></code>,
- <code><a href="#h1">h1</a></code>,
- <code><a href="#h2">h2</a></code>,
- <code><a href="#h3">h3</a></code>,
- <code><a href="#h4">h4</a></code>,
- <code><a href="#h5">h5</a></code>,
- <code><a href="#h6">h6</a></code>,
- <code><a href="#header">header</a></code>,
- <code><a href="#hr">hr</a></code>,
- <code><a href="#menu">menu</a></code>,
- <code><a href="#nav">nav</a></code>,
- <code><a href="#ol">ol</a></code>,
- <code><a href="#p">p</a></code>,
- <code><a href="#pre">pre</a></code>,
- <code><a href="#section">section</a></code>,
- <code><a href="#table">table</a></code>, or
- <code><a href="#ul">ul</a></code>,
+ <p>A
+ <a href="#p" class="element">p</a>
+ element must have a <span title="syntax-start-tag">start tag</span>.</p>
+ <p>A
+ <a href="#p" class="element">p</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#p" class="element">p</a>
+ element is immediately followed by an
+ <a href="#address" class="element">address</a>,
+ <a href="#article" class="element">article</a>,
+ <a href="#aside" class="element">aside</a>,
+ <a href="#blockquote" class="element">blockquote</a>,
+ <span class="element">dir</span>,
+ <a href="#div" class="element">div</a>,
+ <a href="#dl" class="element">dl</a>,
+ <a href="#fieldset" class="element">fieldset</a>,
+ <a href="#footer" class="element">footer</a>,
+ <a href="#form" class="element">form</a>,
+ <a href="#h1" class="element">h1</a>,
+ <a href="#h2" class="element">h2</a>,
+ <a href="#h3" class="element">h3</a>,
+ <a href="#h4" class="element">h4</a>,
+ <a href="#h5" class="element">h5</a>,
+ <a href="#h6" class="element">h6</a>,
+ <a href="#header" class="element">header</a>,
+ <a href="#hr" class="element">hr</a>,
+ <a href="#menu" class="element">menu</a>,
+ <a href="#nav" class="element">nav</a>,
+ <a href="#ol" class="element">ol</a>,
+ <a href="#p" class="element">p</a>,
+ <a href="#pre" class="element">pre</a>,
+ <a href="#section" class="element">section</a>,
+ <a href="#table" class="element">table</a>,
+ or
+ <a href="#ul" class="element">ul</a>
element, or if there is no more content in the parent
element and the parent element is not an
- <code><a href="#a">a</a></code> element.</p>
+ <a href="#a" class="element">a</a> element.</p>
</div>
<div id="dom-interface">HTMLParagraphElement</div>
</div>
Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/elements/map.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- map.html 10 Feb 2010 18:47:41 -0000 1.7
+++ map.html 16 Feb 2010 10:28:27 -0000 1.8
@@ -13,14 +13,5 @@
<dd>A name by which the map can be referenced.</dd>
</dl>
</div>
- <ul id="constraints">
- <li>If the
- <a href="#common.attrs.id" class="attribute">id</a>
- attribute and
- <a id="map.attrs.name" class="attribute">name</a>
- attribute are both specified on the
- <a href="#map" class="element">map</a>
- element, both attributes must have the same value.</li>
- </ul>
<div id="dom-interface">HTMLMapElement</div>
</div>
Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/elements/tr.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tr.html 12 Feb 2010 10:33:51 -0000 1.5
+++ tr.html 16 Feb 2010 10:28:27 -0000 1.6
@@ -20,13 +20,20 @@
elements</p>
</div>
<div id="tags">
- <p>A <code><a href="#tr">tr</a></code> element must have a
+ <p>A
+ <a href="#tr" class="element">tr</a>
+ element must have a
<span title="syntax-start-tag">start tag</span>.</p>
- <p>A <code><a href="#tr">tr</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#tr">tr</a></code> element is immediately
- followed by another <code><a href="#tr">tr</a></code> element,
- or if there is no more content in the parent element.</p>
+ <p>A
+ <a href="#tr" class="element">tr</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#tr" class="element">tr</a>
+ element is immediately followed by another
+ <a href="#tr" class="element">tr</a>
+ element, or if there is no more content in the parent
+ element.</p>
</div>
<div id="dom-interface">HTMLTableRowElement</div>
</div>
Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/elements/colgroup.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- colgroup.html 10 Feb 2010 12:49:07 -0000 1.8
+++ colgroup.html 16 Feb 2010 10:28:26 -0000 1.9
@@ -24,19 +24,30 @@
</dl>
</div>
<div id="tags">
- <p>A <code><a href="#colgroup">colgroup</a></code> element's
- <span title="syntax-start-tag">start tag</span> may be omitted
- if the first thing inside the <code><a
- href="#colgroup">colgroup</a></code> element is a <code><a
- href="#col">col</a></code> element, and if the element is not
- immediately preceded by another <code><a
- href="#colgroup">colgroup</a></code> element whose <span
- title="syntax-end-tag">end tag</span> has been omitted.</p> <p>A
- <code><a href="#colgroup">colgroup</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#colgroup">colgroup</a></code> element is not
- immediately followed by a <a href="#space">space character</a> or
- a <a href="#comments" title="syntax-comments">comment</a>.</p>
+ <p>A
+ <a href="#colgroup" class="element">colgroup</a>
+ element's
+ <span title="syntax-start-tag">start tag</span>
+ may be omitted if the first thing inside the
+ <a href="#colgroup" class="element">colgroup</a>
+ element is a
+ <a href="#col" class="element">col</a>
+ element, and if the element is not immediately preceded by
+ another
+ <a href="#colgroup" class="element">colgroup</a>
+ element whose
+ <span title="syntax-end-tag">end tag</span>
+ has been omitted.</p>
+ <p>A
+ <a href="#colgroup" class="element">colgroup</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#colgroup" class="element">colgroup</a>
+ element is not immediately followed by a
+ <a href="#space">space character</a>
+ or a
+ <a href="#comments" title="syntax-comments">comment</a>.</p>
</div>
<div id="dom-interface">HTMLTableColElement</div>
</div>
Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/elements/table.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- table.html 12 Feb 2010 10:33:50 -0000 1.8
+++ table.html 16 Feb 2010 10:28:27 -0000 1.9
@@ -38,5 +38,27 @@
<dd>A prose description of the structure of the table.</dd>
</dl>
</div>
+ <div id="details">
+ <p>Although in previous versions of HTML a
+ <a href="#table" class="element">table</a>
+ element was only allowed to contain a
+ <a href="#tfoot" class="element">tfoot</a>
+ element if that
+ <a href="#tfoot" class="element">tfoot</a>
+ occurred before any
+ <a href="#tbody" class="element">tbody</a>
+ or
+ <a href="#tr" class="element">tr</a>
+ elements, but not after, the
+ <a href="#table" class="element">table</a>
+ element is now also alternatively allowed to
+ contain a
+ <a href="#tfoot" class="element">tfoot</a>
+ after any
+ <a href="#tbody" class="element">tbody</a>
+ or
+ <a href="#tr" class="element">tr</a>
+ elements.</p>
+ </div>
<div id="dom-interface">HTMLTableElement</div>
</div>
Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/elements/thead.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- thead.html 12 Feb 2010 10:33:50 -0000 1.7
+++ thead.html 16 Feb 2010 10:28:27 -0000 1.8
@@ -14,13 +14,21 @@
elements</p>
</div>
<div id="tags">
- <p>A <code><a href="#thead">thead</a></code> element must have
- a <span title="syntax-start-tag">start tag</span>.</p>
- <p>A <code><a href="#thead">thead</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#thead">thead</a></code> element is immediately
- followed by a <code><a href="#tbody">tbody</a></code> or
- <code><a href="#tfoot">tfoot</a></code> element.</p>
+ <p>A
+ <a href="#thead" class="element">thead</a>
+ element must have a
+ <span title="syntax-start-tag">start tag</span>.</p>
+ <p>A
+ <a href="#thead" class="element">thead</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#thead" class="element">thead</a>
+ element is immediately followed by a
+ <a href="#tbody" class="element">tbody</a>
+ or
+ <code><a href="#tfoot">tfoot</a></code>
+ element.</p>
</div>
<div id="dom-interface">HTMLTableSectionElement</div>
</div>
Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/elements/tbody.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tbody.html 12 Feb 2010 10:33:50 -0000 1.6
+++ tbody.html 16 Feb 2010 10:28:27 -0000 1.7
@@ -13,20 +13,32 @@
elements</p>
</div>
<div id="tags">
- <p>A <code><a href="#tbody">tbody</a></code> element's <span
+ <p>A
+ <a href="#tbody" class="element">tbody</a>
+ element's <span
title="syntax-start-tag">start tag</span> may be omitted if
- the first thing inside the <code><a
- href="#tbody">tbody</a></code> element is a <code><a
- href="#tr">tr</a></code> element, and if the element is not
- immediately preceded by a <code><a href="#tbody">tbody</a></code>,
- <code><a href="#thead">thead</a></code>, or <code><a
- href="#tfoot">tfoot</a></code> element whose <span
- title="syntax-end-tag">end tag</span> has been omitted.</p>
- <p>A <code><a href="#tbody">tbody</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#tbody">tbody</a></code> element is immediately
- followed by a <code><a href="#tbody">tbody</a></code> or
- <code><a href="#tfoot">tfoot</a></code> element, or if there
+ the first thing inside the
+ <a href="#tbody" class="element">tbody</a>
+ element is a
+ <a href="#tr" class="element">tr</a>
+ element, and if the element is not
+ immediately preceded by a
+ <a href="#tbody" class="element">tbody</a>,
+ <a href="#thead" class="element">thead</a>,
+ or
+ <a href="#tfoot" class="element">tfoot</a>
+ element whose
+ <span title="syntax-end-tag">end tag</span> has been omitted.</p>
+ <p>A
+ <a href="#tbody" class="element">tbody</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span> may be omitted if the
+ <a href="#tbody" class="element">tbody</a>
+ element is immediately followed by a
+ <a href="#tbody" class="element">tbody</a>
+ or
+ <a href="#tfoot" class="element">tfoot</a>
+ element, or if there
is no more content in the parent element.</p>
</div>
<div id="dom-interface">HTMLTableSectionElement</div>
Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/elements/td.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- td.html 12 Feb 2010 10:33:50 -0000 1.7
+++ td.html 16 Feb 2010 10:28:27 -0000 1.8
@@ -30,14 +30,22 @@
</dl>
</div>
<div id="tags">
- <p>A <code><a href="#td">td</a></code> element must have a
+ <p>A
+ <a href="#td" class="element">td</a>
+ element must have a
<span title="syntax-start-tag">start tag</span>.</p>
- <p>A <code><a href="#td">td</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#td">td</a></code> element is immediately
- followed by a <code><a href="#td">td</a></code> or <code><a
- href="#th">th</a></code> element, or if there is no more
- content in the parent element.</p>
+ <p>A
+ <a href="#td" class="element">td</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#td" class="element">td</a>
+ element is immediately followed by a
+ <a href="#td" class="element">td</a>
+ or
+ <a href="#th" class="element">th</a>
+ element, or if there is no more content in the parent
+ element.</p>
</div>
<div id="dom-interface">HTMLTableDataCellElement</div>
</div>
Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/elements/html.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- html.html 10 Feb 2010 12:49:09 -0000 1.11
+++ html.html 16 Feb 2010 10:28:26 -0000 1.12
@@ -21,18 +21,27 @@
element</p>
</div>
<div id="tags">
- <p>An <code><a href="#html">html</a></code> element's <span
- title="syntax-start-tag">start tag</span> may be omitted if
- the first thing inside the <code><a
- href="#html">html</a></code> element is not a <a
- href="#comments" title="syntax-comments">comment</a>.</p>
- <p>An <code><a href="#html">html</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#html">html</a></code> element is not
- immediately followed by a <a href="#comments"
- title="syntax-comments">comment</a> and the element contains a
- <code><a href="#body">body</a></code> element that is either not
- empty or whose <span title="syntax-start-tag">start tag</span>
+ <p>An
+ <a href="#html" class="element">html</a>
+ element’s
+ <span title="syntax-start-tag">start tag</span>
+ may be omitted if the first thing inside the
+ <a href="#html" class="element">html</a>
+ element is not a
+ <a href="#comments" title="syntax-comments">comment</a>.</p>
+ <p>An
+ <a href="#html" class="element">html</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#html" class="element">html</a>
+ element is not immediately followed by a
+ <a href="#comments" title="syntax-comments">comment</a>
+ and the element contains a
+ <a href="#body" class="element">body</a>
+ element that is either not
+ empty or whose
+ <span title="syntax-start-tag">start tag</span>
has not been omitted.</p>
</div>
<div id="dom-interface">HTMLHtmlElement</div>
Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dd.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dd.html 29 Jan 2010 03:43:02 -0000 1.7
+++ dd.html 16 Feb 2010 10:28:26 -0000 1.8
@@ -9,14 +9,22 @@
</div>
<div id="prose-model">Flow content</div>
<div id="tags">
- <p>A <code><a href="#dd">dd</a></code> element must have a
- <span title="syntax-start-tag">start tag</span>.</p> <p>A
- <code><a href="#dd">dd</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#dd">dd</a></code> element is immediately
- followed by another <code><a href="#dd">dd</a></code> element or
- a <code><a href="#dt">dt</a></code> element, or if there is no
- more content in the parent element.</p>
+ <p>A
+ <a href="#dd" class="element">dd</a>
+ element must have a
+ <span title="syntax-start-tag">start tag</span>.</p>
+ <p>A
+ <a href="#dd" class="element">dd</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span> may be omitted if the
+ <a href="#dd" class="element">dd</a>
+ element is immediately followed by another
+ <code><a href="#dd">dd</a></code>
+ <a href="#dd" class="element">dd</a>
+ element or a
+ <a href="#dt" class="element">dt</a>
+ element, or if there is no more content in the parent
+ element.</p>
</div>
<div id="details">
<p>The
Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/elements/script.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- script.html 12 Feb 2010 10:33:50 -0000 1.13
+++ script.html 16 Feb 2010 10:28:27 -0000 1.14
@@ -38,5 +38,36 @@
<dd>Specifies that the language of the script is JavaScript.</dd>
</dl>
</div>
+ <ul id="constraints">
+ <li>A <span class="element">script</span> element must not
+ contain an occurrence of the character sequence
+ "<code><!--</code>" without a matching later occurrence
+ of the character sequence "<code>--></code>".</li>
+ <li>A
+ <span class="element">script</span>
+ element with a
+ “src”
+ attribute must contain only:
+ <ul>
+ <li>lines that consist solely of a newline, optionally
+ preceded by one or more space (U+0020) characters or tab
+ (U+0009) characters</li>
+ <li>single-line comments, which are lines
+ beginning with the character sequence "<code>//</code>",
+ optionally preceded by one more more
+ space (U+0020) characters or tab (U+0009) characters,
+ followed by any
+ number of characters that are not a newline, and ending with
+ a newline</li>
+ <li>multi-lines comments, which begin with the character
+ sequence
+ "<code>/*</code>",
+ optionally preceded by one more more space (U+0020)
+ characters or tab (U+0009) characters, and that end with
+ the character sequence
+ "<code>*/</code>"</li>
+ </ul>
+ </li>
+ </ul>
<div id="dom-interface">HTMLScriptElement</div>
</div>
Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/elements/dt.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dt.html 29 Jan 2010 03:43:03 -0000 1.7
+++ dt.html 16 Feb 2010 10:28:26 -0000 1.8
@@ -9,13 +9,21 @@
</div>
<div id="prose-model">Phrasing content</div>
<div id="tags">
- <p>A <code><a href="#dt">dt</a></code> element must have a
- <span title="syntax-start-tag">start tag</span>.</p> <p>A
- <code><a href="#dt">dt</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#dt">dt</a></code> element is immediately
- followed by another <code><a href="#dt">dt</a></code> element or
- a <code><a href="#dd">dd</a></code> element.</p>
+ <p>A
+ <a href="#dt" class="element">dt</a>
+ element must have a
+ <span title="syntax-start-tag">start tag</span>.</p>
+ <p>A
+ <a href="#dt" class="element">dt</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#dt" class="element">dt</a>
+ element is immediately followed by another
+ <a href="#dt" class="element">dt</a>
+ element or a
+ <a href="#dd" class="element">dd</a>
+ element.</p>
</div>
<div id="details">
<p>The
Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/elements/tfoot.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- tfoot.html 12 Feb 2010 10:33:50 -0000 1.6
+++ tfoot.html 16 Feb 2010 10:28:27 -0000 1.7
@@ -13,13 +13,35 @@
elements</p>
</div>
<div id="tags">
- <p>A <code><a href="#tfoot">tfoot</a></code> element must have
+ <p>A
+ <a href="#tfoot" class="element">tfoot</a>
+ element must have
a <span title="syntax-start-tag">start tag</span>.</p>
- <p>A <code><a href="#tfoot">tfoot</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#tfoot">tfoot</a></code> element is immediately
- followed by a <code><a href="#tbody">tbody</a></code> element,
- or if there is no more content in the parent element.</p>
+ <p>A
+ <a href="#tfoot" class="element">tfoot</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#tfoot" class="element">tfoot</a>
+ element is immediately followed by a
+ <a href="#tbody" class="element">tbody</a>
+ element, or if there is no more content in the parent
+ element.</p>
+ </div>
+ <div id="details">
+ <p>Although previous versions of HTML only allowed the
+ <a href="#tfoot" class="element">tfoot</a>
+ element to occur before any
+ <a href="#tbody" class="element">tbody</a>
+ or
+ <a href="#tr" class="element">tr</a>
+ elements, but not after, the
+ <a href="#tfoot" class="element">tfoot</a>
+ element is now also alternatively allowed to occur after any
+ <a href="#tbody" class="element">tbody</a>
+ or
+ <a href="#tr" class="element">tr</a>
+ elements.</p>
</div>
<div id="dom-interface">HTMLTableSectionElement</div>
</div>
Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/elements/rt.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rt.html 3 Feb 2010 10:27:05 -0000 1.5
+++ rt.html 16 Feb 2010 10:28:27 -0000 1.6
@@ -7,13 +7,21 @@
</div>
<div id="prose-model">Phrasing content</div>
<div id="tags">
- <p>An <code><a href="#rt">rt</a></code> element must have a
+ <p>An
+ <a href="#rt" class="element">rt</a>
+ element must have a
<span title="syntax-start-tag">start tag</span>.</p>
- <p>An <code><a href="#rt">rt</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#rt">rt</a></code> element is immediately
- followed by an <code><a href="#rt">rt</a></code> or <code><a
- href="#rp">rp</a></code> element, or if there is no more
- content in the parent element.</p>
+ <p>An
+ <a href="#rt" class="element">rt</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#rt" class="element">rt</a>
+ element is immediately followed by an
+ <a href="#rt" class="element">rt</a>
+ or
+ <a href="#rp" class="element">rp</a>
+ element, or if there is no more content in the parent
+ element.</p>
</div>
</div>
Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/elements/rp.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- rp.html 3 Feb 2010 10:27:05 -0000 1.6
+++ rp.html 16 Feb 2010 10:28:27 -0000 1.7
@@ -9,13 +9,21 @@
</div>
<div id="prose-model">Phrasing content</div>
<div id="tags">
- <p>An <code><a href="#rp">rp</a></code> element must have a
+ <p>An
+ <a href="#rp" class="element">rp</a>
+ element must have a
<span title="syntax-start-tag">start tag</span>.</p>
- <p>An <code><a href="#rp">rp</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#rp">rp</a></code> element is immediately
- followed by an <code><a href="#rt">rt</a></code> or <code><a
- href="#rp">rp</a></code> element, or if there is no more
- content in the parent element.</p>
+ <p>An
+ <a href="#rp" class="element">rp</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#rp" class="element">rp</a>
+ element is immediately followed by an
+ <a href="#rt" class="element">rt</a>
+ or
+ <a href="#rp" class="element">rp</a>
+ element, or if there is no more content in the parent
+ element.</p>
</div>
</div>
Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/elements/li.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- li.html 10 Feb 2010 18:47:41 -0000 1.8
+++ li.html 16 Feb 2010 10:28:26 -0000 1.9
@@ -26,13 +26,19 @@
</dl>
</div>
<div id="tags">
- <p>An <code><a href="#li">li</a></code> element must have a
+ <p>An
+ <a href="#li" class="element">li</a>
+ element must have a
<span title="syntax-start-tag">start tag</span>.</p>
- <p>An <code><a href="#li">li</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#li">li</a></code> element is immediately
- followed by another <code><a href="#li">li</a></code> element
- or if there is no more content in the parent element.</p>
+ <p>An
+ <a href="#li" class="element">li</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#li" class="element">li</a>
+ element is immediately followed by another
+ <a href="#li" class="element">li</a>
+ element or if there is no more content in the parent element.</p>
</div>
<div id="dom-interface">HTMLLIElement</div>
</div>
Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/elements/style.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- style.html 12 Feb 2010 10:33:50 -0000 1.10
+++ style.html 16 Feb 2010 10:28:27 -0000 1.11
@@ -31,5 +31,13 @@
entire document.</dd>
</dl>
</div>
+ <ul id="constraints">
+ <li>A <span class="element">style</span> element must not
+ contain an occurrence of the character sequence
+ "<code><!--</code>"
+ without a matching later occurrence
+ of the character sequence
+ "<code>--></code>".</li>
+ </ul>
<div id="dom-interface">HTMLStyleElement</div>
</div>
Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/elements/th.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- th.html 12 Feb 2010 10:33:50 -0000 1.7
+++ th.html 16 Feb 2010 10:28:27 -0000 1.8
@@ -36,14 +36,21 @@
</dl>
</div>
<div id="tags">
- <p>A <code><a href="#th">th</a></code> element must have a
+ <p>A
+ <a href="#th" class="element">th</a>
+ element must have a
<span title="syntax-start-tag">start tag</span>.</p>
- <p>A <code><a href="#th">th</a></code> element's <span
- title="syntax-end-tag">end tag</span> may be omitted if the
- <code><a href="#th">th</a></code> element is immediately
- followed by a <code><a href="#td">td</a></code> or
- <code><a href="#th">th</a></code> element, or if
- there is no more content in the parent
+ <p>A
+ <a href="#th" class="element">th</a>
+ element’s
+ <span title="syntax-end-tag">end tag</span>
+ may be omitted if the
+ <a href="#th" class="element">th</a>
+ element is immediately followed by a
+ <a href="#td" class="element">td</a>
+ or
+ <a href="#th" class="element">th</a>
+ element, or if there is no more content in the parent
element.</p>
</div>
<div id="dom-interface">HTMLTableHeaderCellElement</div>
Received on Tuesday, 16 February 2010 10:28:32 UTC