html5/spec media-elements.html,1.200,1.201 single-page.html,1.156,1.157 spec.html,1.2033,1.2034 textFieldSelection.html,1.195,1.196

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22666

Modified Files:
	media-elements.html single-page.html spec.html 
	textFieldSelection.html 
Log Message:
commit 7ce5450c733420e115e7f3006b6c4da806b1f32f
Author: Sam Ruby <rubys@intertwingly.net>
Date:   Wed Oct 10 06:18:46 2012 -0400

    fixup nested dd's and dt's produced by lxml


Index: media-elements.html
===================================================================
RCS file: /sources/public/html5/spec/media-elements.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- media-elements.html	10 Oct 2012 03:44:27 -0000	1.200
+++ media-elements.html	10 Oct 2012 10:44:02 -0000	1.201
@@ -5797,10 +5797,10 @@
    </dd>
 
    <dt>The <a href="#text-track-cue-line-position">text track cue line position</a>
-   <dt>The <a href="#text-track-cue-text-position">text track cue text position</a>
-   <dt>The <a href="#text-track-cue-size">text track cue size</a>
-   <dt>The <a href="#text-track-cue-alignment">text track cue alignment</a>
-   </dt></dt></dt></dt><dd>
+   </dt><dt>The <a href="#text-track-cue-text-position">text track cue text position</a>
+   </dt><dt>The <a href="#text-track-cue-size">text track cue size</a>
+   </dt><dt>The <a href="#text-track-cue-alignment">text track cue alignment</a>
+   </dt><dd>
     <p>If the format uses a rendering and positioning model for
     cues that can be largely simulated using the <a href="infrastructure.html#webvtt-cue-text-rendering-rules">WebVTT cue text
     rendering rules</a>, then these should be set to the values


Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- single-page.html	10 Oct 2012 03:44:28 -0000	1.156
+++ single-page.html	10 Oct 2012 10:44:02 -0000	1.157
@@ -33323,10 +33323,10 @@
    </dd>
 
    <dt>The <a href=#text-track-cue-line-position>text track cue line position</a>
-   <dt>The <a href=#text-track-cue-text-position>text track cue text position</a>
-   <dt>The <a href=#text-track-cue-size>text track cue size</a>
-   <dt>The <a href=#text-track-cue-alignment>text track cue alignment</a>
-   </dt></dt></dt></dt><dd>
+   </dt><dt>The <a href=#text-track-cue-text-position>text track cue text position</a>
+   </dt><dt>The <a href=#text-track-cue-size>text track cue size</a>
+   </dt><dt>The <a href=#text-track-cue-alignment>text track cue alignment</a>
+   </dt><dd>
     <p>If the format uses a rendering and positioning model for
     cues that can be largely simulated using the <a href=#webvtt-cue-text-rendering-rules>WebVTT cue text
     rendering rules</a>, then these should be set to the values
@@ -65079,17 +65079,17 @@
    </dt><dd>The described handler has never been registered for the given
    scheme or type.
 
-   <dd>The described handler was once registered for the given scheme
+   </dd><dd>The described handler was once registered for the given scheme
    or type, but the site has since unregistered it. If the handler
    were to be reregistered, the user would be notified accordingly.
 
-   <dd>The described handler was once registered for the given scheme
+   </dd><dd>The described handler was once registered for the given scheme
    or type, but the site has since unregistered it, but the user has
    indicated that the site is to be blocked from registering the type
    again, so the user agent would ignore further registration attempts.
 
 
-   </dd></dd></dd><dt><code title="">registered</code>
+   </dd><dt><code title="">registered</code>
 
    </dt><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user has not yet been notified, and
@@ -65099,15 +65099,15 @@
    yet requested that the user agent notify it of the previous
    registration attempt.)
 
-   <dd>The described handler is registered for the given scheme or
+   </dd><dd>The described handler is registered for the given scheme or
    type (maybe, or maybe not, as the default handler).
 
-   <dd>The described handler is permanently blocked from being
+   </dd><dd>The described handler is permanently blocked from being
    (re)registered. (Maybe the user marked the registration attempt as
    spam, or blocked the site for other reasons.)
 
 
-   </dd></dd></dd><dt><code title="">declined</code>
+   </dd><dt><code title="">declined</code>
 
    </dt><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user has not yet been notified;
@@ -65117,22 +65117,22 @@
    without looking at it, and the user agent requires confirmation for
    this registration attempt.)
 
-   <dd>An attempt was made to register the described handler for the
+   </dd><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user has not yet responded.
 
-   <dd>An attempt was made to register the described handler for the
+   </dd><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user declined the offer. The user has
    not indicated that the handler is to be permanently blocked,
    however, so another attempt to register the described handler might
    result in the user being prompted again.
 
-   <dd>The described handler was once registered for the given scheme
+   </dd><dd>The described handler was once registered for the given scheme
    or type, but the user has since removed it. The user has not
    indicated that the handler is to be permanently blocked, however,
    so another attempt to register the described handler might result
    in the user being prompted again.
 
-  </dd></dd></dd></dd></dl><hr><p>The <dfn id=dom-navigator-unregisterprotocolhandler title=dom-navigator-unregisterProtocolHandler><code>unregisterProtocolHandler()</code></dfn>
+  </dd></dl><hr><p>The <dfn id=dom-navigator-unregisterprotocolhandler title=dom-navigator-unregisterProtocolHandler><code>unregisterProtocolHandler()</code></dfn>
   method must unregister the handler described by the two arguments to
   the method, where the first argument gives the scheme and the second
   gives the string used to build the <a href=#url>URL</a> of the page that
@@ -68857,9 +68857,9 @@
 
 
    </dd><dt>Any keyword with eight characters or more, beginning with the
-   an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">string:</code>"<dt>
+   an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">string:</code>"</dt><dt>
 
-   </dt></dt><dd><p>Indicates that items with <a href=#the-drag-data-item-kind>the drag data item
+   </dt><dd><p>Indicates that items with <a href=#the-drag-data-item-kind>the drag data item
    kind</a> <i>Plain Unicode string</i> and <a href=#the-drag-data-item-type-string>the drag data
    item type string</a> set to a value that matches the remainder
    of the keyword are accepted.</p></dd>
@@ -68877,9 +68877,9 @@
 -->
 
    <dt>Any keyword with six characters or more, beginning with an
-   <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">file:</code>"<dt>
+   <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string "<code title="">file:</code>"</dt><dt>
 
-   </dt></dt><dd><p>Indicates that items with <a href=#the-drag-data-item-kind>the drag data item
+   </dt><dd><p>Indicates that items with <a href=#the-drag-data-item-kind>the drag data item
    kind</a> <i><a href=#file>File</a></i> and <a href=#the-drag-data-item-type-string>the drag data item type
    string</a> set to a value that matches the remainder of the
    keyword are accepted.</p></dd>

Index: textFieldSelection.html
===================================================================
RCS file: /sources/public/html5/spec/textFieldSelection.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- textFieldSelection.html	10 Oct 2012 03:44:29 -0000	1.195
+++ textFieldSelection.html	10 Oct 2012 10:44:04 -0000	1.196
@@ -16609,17 +16609,17 @@
    </dt><dd>The described handler has never been registered for the given
    scheme or type.
 
-   <dd>The described handler was once registered for the given scheme
+   </dd><dd>The described handler was once registered for the given scheme
    or type, but the site has since unregistered it. If the handler
    were to be reregistered, the user would be notified accordingly.
 
-   <dd>The described handler was once registered for the given scheme
+   </dd><dd>The described handler was once registered for the given scheme
    or type, but the site has since unregistered it, but the user has
    indicated that the site is to be blocked from registering the type
    again, so the user agent would ignore further registration attempts.
 
 
-   </dd></dd></dd><dt><code title="">registered</code>
+   </dd><dt><code title="">registered</code>
 
    </dt><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user has not yet been notified, and
@@ -16629,15 +16629,15 @@
    yet requested that the user agent notify it of the previous
    registration attempt.)
 
-   <dd>The described handler is registered for the given scheme or
+   </dd><dd>The described handler is registered for the given scheme or
    type (maybe, or maybe not, as the default handler).
 
-   <dd>The described handler is permanently blocked from being
+   </dd><dd>The described handler is permanently blocked from being
    (re)registered. (Maybe the user marked the registration attempt as
    spam, or blocked the site for other reasons.)
 
 
-   </dd></dd></dd><dt><code title="">declined</code>
+   </dd><dt><code title="">declined</code>
 
    </dt><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user has not yet been notified;
@@ -16647,22 +16647,22 @@
    without looking at it, and the user agent requires confirmation for
    this registration attempt.)
 
-   <dd>An attempt was made to register the described handler for the
+   </dd><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user has not yet responded.
 
-   <dd>An attempt was made to register the described handler for the
+   </dd><dd>An attempt was made to register the described handler for the
    given scheme or type, but the user declined the offer. The user has
    not indicated that the handler is to be permanently blocked,
    however, so another attempt to register the described handler might
    result in the user being prompted again.
 
-   <dd>The described handler was once registered for the given scheme
+   </dd><dd>The described handler was once registered for the given scheme
    or type, but the user has since removed it. The user has not
    indicated that the handler is to be permanently blocked, however,
    so another attempt to register the described handler might result
    in the user being prompted again.
 
-  </dd></dd></dd></dd></dl><hr><p>The <dfn id="dom-navigator-unregisterprotocolhandler" title="dom-navigator-unregisterProtocolHandler"><code>unregisterProtocolHandler()</code></dfn>
+  </dd></dl><hr><p>The <dfn id="dom-navigator-unregisterprotocolhandler" title="dom-navigator-unregisterProtocolHandler"><code>unregisterProtocolHandler()</code></dfn>
   method must unregister the handler described by the two arguments to
   the method, where the first argument gives the scheme and the second
   gives the string used to build the <a href="urls.html#url">URL</a> of the page that
@@ -20387,9 +20387,9 @@
 
 
    </dd><dt>Any keyword with eight characters or more, beginning with the
-   an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">string:</code>"<dt>
+   an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">string:</code>"</dt><dt>
 
-   </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
+   </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
    kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string">the drag data
    item type string</a> set to a value that matches the remainder
    of the keyword are accepted.</p></dd>
@@ -20407,9 +20407,9 @@
 -->
 
    <dt>Any keyword with six characters or more, beginning with an
-   <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">file:</code>"<dt>
+   <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">file:</code>"</dt><dt>
 
-   </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
+   </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item
    kind</a> <i><a href="infrastructure.html#file">File</a></i> and <a href="#the-drag-data-item-type-string">the drag data item type
    string</a> set to a value that matches the remainder of the
    keyword are accepted.</p></dd>

Received on Wednesday, 10 October 2012 10:44:12 UTC