hixie: Update the 'Contexts in which this element may be used' sections and generally clean that up. (whatwg r5455)

hixie: Update the 'Contexts in which this element may be used' sections
and generally clean that up. (whatwg r5455)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4349&r2=1.4350&f=h
http://html5.org/tools/web-apps-tracker?from=5454&to=5455

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4349
retrieving revision 1.4350
diff -u -d -r1.4349 -r1.4350
--- Overview.html 9 Sep 2010 22:21:18 -0000 1.4349
+++ Overview.html 9 Sep 2010 22:50:41 -0000 1.4350
@@ -8504,34 +8504,48 @@
   </div><h4 id="element-definitions"><span class="secno">3.2.4 </span>Element definitions</h4><p>Each element in this specification has a definition that includes
   the following information:<dl><dt>Categories</dt>
 
-   <dd>A list of <a href="#content-categories" title="content categories">categories</a> to
-   which the element belongs. These are used when defining the
+   <dd><p>A list of <a href="#content-categories" title="content categories">categories</a>
+   to which the element belongs. These are used when defining the
    <a href="#content-models">content models</a> for each element.</dd>
 
 
-   <dt>Contexts in which this element may be used</dt>
+   <dt>Contexts in which this element can be used</dt>
 
-   <dd>A <em>non-normative</em> description of where the element can
-   be used. This information is redundant with the content models of
-   elements that allow this one as a child, and is provided only as a
-   convenience.</dd>
+   <dd>
+
+    <p>A <em>non-normative</em> description of where the element can
+    be used. This information is redundant with the content models of
+    elements that allow this one as a child, and is provided only as a
+    convenience.</p>
+
+    <p class="note">For simplicity, only the most specific
+    expectations are listed. For example, an element that is both
+    <a href="#flow-content">flow content</a> and <a href="#phrasing-content">phrasing content</a> can be
+    used anywhere that either <a href="#flow-content">flow content</a> or
+    <a href="#phrasing-content">phrasing content</a> is expected, but since anywhere that
+    <a href="#flow-content">flow content</a> is expected, <a href="#phrasing-content">phrasing
+    content</a> is also expected (since all <a href="#phrasing-content">phrasing
+    content</a> is <a href="#flow-content">flow content</a>), only "where
+    <a href="#phrasing-content">phrasing content</a> is expected" will be listed.</p>
+
+   </dd>
 
 
    <dt>Content model</dt>
 
-   <dd>A normative description of what content must be included as
+   <dd><p>A normative description of what content must be included as
    children and descendants of the element.</dd>
 
 
    <dt>Content attributes</dt>
 
-   <dd>A normative list of attributes that may be specified on the
+   <dd><p>A normative list of attributes that may be specified on the
    element (except where otherwise disallowed).</dd>
 
 
    <dt>DOM interface</dt>
 
-   <dd>A normative definition of a DOM interface that such elements
+   <dd><p>A normative definition of a DOM interface that such elements
    must implement.</dd>
 
   </dl><p>This is then followed by a description of what the element
@@ -10511,7 +10525,7 @@
 
   </ol></div><h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the root element of a document.</dd>
    <dd>Wherever a subdocument fragment is allowed in a compound document.</dd>
    <dt>Content model:</dt>
@@ -10556,7 +10570,7 @@
 
   </div><h3 id="document-metadata"><span class="secno">4.2 </span>Document metadata</h3><h4 id="the-head-element-0"><span class="secno">4.2.1 </span>The <dfn><code>head</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the first element in an <code><a href="#the-html-element-0">html</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>If the document is <a href="#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a> or if title information is available from a higher-level protocol: Zero or more elements of <a href="#metadata-content">metadata content</a>.</dd>
@@ -10603,7 +10617,7 @@
   as an e-mail authoring format, the <code><a href="#the-title-element-0">title</a></code> element can be
   omitted.<h4 id="the-title-element-0"><span class="secno">4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>In a <code><a href="#the-head-element-0">head</a></code> element containing no other <code><a href="#the-title-element-0">title</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd><a href="#text-content" title="text content">Text</a>.</dd>
@@ -10668,7 +10682,7 @@
   title when referring to the document in their user
   interface.</span><h4 id="the-base-element"><span class="secno">4.2.3 </span>The <dfn><code>base</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>In a <code><a href="#the-head-element-0">head</a></code> element containing no other <code><a href="#the-base-element">base</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -10734,7 +10748,7 @@
 
   </div><h4 id="the-link-element"><span class="secno">4.2.4 </span>The <dfn><code>link</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#metadata-content">metadata content</a> is expected.</dd>
    <dd>In a <code><a href="#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0">head</a></code> element.</dd>
    <dt>Content model:</dt>
@@ -11047,7 +11061,7 @@
 
   </div><h4 id="meta"><span class="secno">4.2.5 </span>The <dfn><code>meta</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>If the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute is present, or if the element's <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0">head</a></code> element.</dd>
    <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is present but not in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0">head</a></code> element.</dd>
    <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is present but not in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0">head</a></code> element.</dd>
@@ -11852,7 +11866,7 @@
   </div><h4 id="the-style-element"><span class="secno">4.2.6 </span>The <dfn><code>style</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
    <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is present: <a href="#flow-content">flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is absent: where <a href="#metadata-content">metadata content</a> is expected.</dd>
    <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is absent: in a <code><a href="#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0">head</a></code> element.</dd>
    <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is present: where <a href="#flow-content">flow content</a> is expected, but before any other <a href="#flow-content">flow content</a> other than other <code><a href="#the-style-element">style</a></code> elements and <a href="#inter-element-whitespace">inter-element whitespace</a>.</dd>
@@ -12148,7 +12162,7 @@
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#metadata-content">metadata content</a> is expected.</dd>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
@@ -12911,7 +12925,7 @@
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>In a <code><a href="#the-head-element-0">head</a></code> element of an <a href="#html-documents" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected in <a href="#html-documents">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd>
    <dt>Content model:</dt>
@@ -13086,7 +13100,7 @@
 
   </div><h3 id="sections"><span class="secno">4.4 </span>Sections</h3><h4 id="the-body-element-0"><span class="secno">4.4.1 </span>The <dfn><code>body</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the second element in an <code><a href="#the-html-element-0">html</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -13195,7 +13209,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-content">Sectioning content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -13301,7 +13315,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-content">Sectioning content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -13423,7 +13437,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-content">Sectioning content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -13510,7 +13524,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-content">Sectioning content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -13644,7 +13658,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#heading-content">Heading content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of an <code><a href="#the-hgroup-element">hgroup</a></code> element.</dd>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
@@ -13696,7 +13710,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#heading-content">Heading content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One or more <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, and/or <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements.</dd>
@@ -13748,7 +13762,7 @@
   </div><h4 id="the-header-element"><span class="secno">4.4.8 </span>The <dfn><code>header</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>, but with no <code><a href="#the-header-element">header</a></code> or
@@ -13831,7 +13845,7 @@
   </div><h4 id="the-footer-element"><span class="secno">4.4.9 </span>The <dfn><code>footer</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>, but with no <code><a href="#the-header-element">header</a></code> or
@@ -13918,7 +13932,7 @@
   </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn><code>address</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>, but with no <a href="#heading-content">heading
@@ -14474,7 +14488,7 @@
   </div><h3 id="grouping-content"><span class="secno">4.5 </span>Grouping content</h3><h4 id="the-p-element"><span class="secno">4.5.1 </span>The <dfn><code>p</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -14538,7 +14552,7 @@
 
   </div><h4 id="the-hr-element"><span class="secno">4.5.2 </span>The <dfn><code>hr</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -14630,7 +14644,7 @@
   document's <a href="#outline">outline</a>.<h4 id="the-pre-element"><span class="secno">4.5.3 </span>The <dfn><code>pre</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -14716,7 +14730,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -14805,7 +14819,7 @@
   appropriate to use the <code><a href="#the-cite-element">cite</a></code> and <code><a href="#the-blockquote-element">blockquote</a></code>
   elements for this purpose.<h4 id="the-ol-element"><span class="secno">4.5.5 </span>The <dfn><code>ol</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href="#the-li-element">li</a></code> elements.</dd>
@@ -14891,7 +14905,7 @@
 
   </div><h4 id="the-ul-element"><span class="secno">4.5.6 </span>The <dfn><code>ul</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href="#the-li-element">li</a></code> elements.</dd>
@@ -14937,7 +14951,7 @@
 
   </div><h4 id="the-li-element"><span class="secno">4.5.7 </span>The <dfn><code>li</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Inside <code><a href="#the-ol-element">ol</a></code> elements.</dd>
    <dd>Inside <code><a href="#the-ul-element">ul</a></code> elements.</dd>
    <dd>Inside <code><a href="#menus">menu</a></code> elements.</dd>
@@ -15022,7 +15036,7 @@
   <code><a href="#the-li-element">li</a></code> element will match the <code title="selector-enabled"><a href="#selector-enabled">:enabled</a></code> and <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-classes in the
   same way as the first such child element does.<h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more groups each consisting of one or more
@@ -15148,7 +15162,7 @@
   marking up dialogue. <a href="#conversations">Examples of how to
   mark up dialogue</a> are shown below.<h4 id="the-dt-element"><span class="secno">4.5.9 </span>The <dfn><code>dt</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Before <code><a href="#the-dd-element">dd</a></code> or <code><a href="#the-dt-element">dt</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15181,7 +15195,7 @@
 
   </div><h4 id="the-dd-element"><span class="secno">4.5.10 </span>The <dfn><code>dd</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>After <code><a href="#the-dt-element">dt</a></code> or <code><a href="#the-dd-element">dd</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -15213,7 +15227,7 @@
   </div><h4 id="the-figure-element"><span class="secno">4.5.11 </span>The <dfn><code>figure</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Either: One <code><a href="#the-figcaption-element">figcaption</a></code> element followed by <a href="#flow-content">flow content</a>.</dd>
@@ -15323,7 +15337,7 @@
 
   </div><h4 id="the-figcaption-element"><span class="secno">4.5.12 </span>The <dfn><code>figcaption</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the first or last child of a <code><a href="#the-figure-element">figure</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -15337,7 +15351,7 @@
   element<span class="impl">, if any</span>.<h4 id="the-div-element"><span class="secno">4.5.13 </span>The <dfn><code>div</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -15388,8 +15402,9 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: <a href="#phrasing-content">phrasing content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dt>Contexts in which this element can be used:</dt>
+   <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dd>Otherwise: where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#transparent">Transparent</a>, but there must be no <a href="#interactive-content">interactive content</a> descendant.</dd>
    <dt>Content attributes:</dt>
@@ -15563,7 +15578,7 @@
   </div><h4 id="the-em-element"><span class="secno">4.6.2 </span>The <dfn><code>em</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15643,7 +15658,7 @@
   </div><h4 id="the-strong-element"><span class="secno">4.6.3 </span>The <dfn><code>strong</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15669,7 +15684,7 @@
   </div><h4 id="the-small-element"><span class="secno">4.6.4 </span>The <dfn><code>small</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15740,7 +15755,7 @@
   </div><h4 id="the-cite-element"><span class="secno">4.6.5 </span>The <dfn><code>cite</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15844,7 +15859,7 @@
   </div><h4 id="the-q-element"><span class="secno">4.6.6 </span>The <dfn><code>q</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -15918,7 +15933,7 @@
   </div><h4 id="the-dfn-element"><span class="secno">4.6.7 </span>The <dfn><code>dfn</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>, but there must be no <code><a href="#the-dfn-element">dfn</a></code> element descendants.</dd>
@@ -15968,7 +15983,7 @@
   </div><h4 id="the-abbr-element"><span class="secno">4.6.8 </span>The <dfn><code>abbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16060,7 +16075,7 @@
   <code><a href="#the-abbr-element">abbr</a></code> element is independent.<h4 id="the-time-element"><span class="secno">4.6.9 </span>The <dfn><code>time</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>, but there must be no <code><a href="#the-time-element">time</a></code> element descendants.</dd>
@@ -16302,7 +16317,7 @@
   </div><h4 id="the-code-element"><span class="secno">4.6.10 </span>The <dfn><code>code</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16351,7 +16366,7 @@
   </div><p class="note">See the <code><a href="#the-pre-element">pre</a></code> element for more details.<h4 id="the-var-element"><span class="secno">4.6.11 </span>The <dfn><code>var</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16397,7 +16412,7 @@
   </div><h4 id="the-samp-element"><span class="secno">4.6.12 </span>The <dfn><code>samp</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16426,7 +16441,7 @@
   </div><h4 id="the-kbd-element"><span class="secno">4.6.13 </span>The <dfn><code>kbd</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16464,7 +16479,7 @@
   </div><h4 id="the-sub-and-sup-elements"><span class="secno">4.6.14 </span>The <dfn><code>sub</code></dfn> and <dfn><code>sup</code></dfn> elements</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which these elements may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16506,7 +16521,7 @@
   </div><h4 id="the-i-element"><span class="secno">4.6.15 </span>The <dfn><code>i</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16552,7 +16567,7 @@
   necessarily be italicized.<h4 id="the-b-element"><span class="secno">4.6.16 </span>The <dfn><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16607,7 +16622,7 @@
   necessarily be boldened.<h4 id="the-mark-element"><span class="secno">4.6.17 </span>The <dfn><code>mark</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16737,7 +16752,7 @@
   </div><h4 id="the-ruby-element"><span class="secno">4.6.18 </span>The <dfn><code>ruby</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One or more groups of: <a href="#phrasing-content">phrasing content</a> followed either by a single <code><a href="#the-rt-element">rt</a></code> element, or an <code><a href="#the-rp-element">rp</a></code> element, an <code><a href="#the-rt-element">rt</a></code> element, and another <code><a href="#the-rp-element">rp</a></code> element.</dd>
@@ -16811,7 +16826,7 @@
 
   </div><!-- Note: Examples are 32px/16px Stone Sans Sem ITC TT --><h4 id="the-rt-element"><span class="secno">4.6.19 </span>The <dfn><code>rt</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-ruby-element">ruby</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16832,7 +16847,7 @@
 
   </div><h4 id="the-rp-element"><span class="secno">4.6.20 </span>The <dfn><code>rp</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-ruby-element">ruby</a></code> element, either immediately before or immediately after an <code><a href="#the-rt-element">rt</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16873,7 +16888,7 @@
   </div><h4 id="the-bdo-element"><span class="secno">4.6.21 </span>The <dfn><code>bdo</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16912,7 +16927,7 @@
   </div><h4 id="the-span-element"><span class="secno">4.6.22 </span>The <dfn><code>span</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -16943,7 +16958,7 @@
   </div><h4 id="the-br-element"><span class="secno">4.6.23 </span>The <dfn><code>br</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -17002,7 +17017,7 @@
   </div><h4 id="the-wbr-element"><span class="secno">4.6.24 </span>The <dfn><code>wbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -17126,8 +17141,9 @@
   edits to the document.<h4 id="the-ins-element"><span class="secno">4.7.1 </span>The <dfn><code>ins</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: <a href="#phrasing-content">phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dt>Contexts in which this element can be used:</dt>
+   <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dd>Otherwise: where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#transparent">Transparent</a>.</dd>
    <dt>Content attributes:</dt>
@@ -17199,8 +17215,9 @@
   </div><h4 id="the-del-element"><span class="secno">4.7.2 </span>The <dfn><code>del</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: <a href="#phrasing-content">phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dt>Contexts in which this element can be used:</dt>
+   <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dd>Otherwise: where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#transparent">Transparent</a>.</dd>
    <dt>Content attributes:</dt>
@@ -17352,7 +17369,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
    <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute: <a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -18567,7 +18584,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Text that conforms to the requirements given in the prose.</dd>
@@ -19327,7 +19344,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -19575,7 +19592,7 @@
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
    <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute: <a href="#interactive-content">Interactive content</a>.</dd> <!-- also when showing a plugin or a nested browsing context, but checking that statically is hard...) -->
    <dd><a href="#category-listed" title="category-listed">Listed</a>,  <a href="#category-submit" title="category-submit">submittable</a>, <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href="#the-param-element">param</a></code> elements, then, <a href="#transparent">transparent</a>.</dd>
@@ -20262,7 +20279,7 @@
 
   </div><h4 id="the-param-element"><span class="secno">4.8.5 </span>The <dfn><code>param</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of an <code><a href="#the-object-element">object</a></code> element, before any <a href="#flow-content">flow content</a>.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -20326,7 +20343,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
    <dd>If the element has a <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code> attribute: <a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute:
@@ -20574,7 +20591,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
    <dd>If the element has a <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code> attribute: <a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: 
@@ -20685,7 +20702,7 @@
 
   (when replacing this text, also fix "- -" nested comments)--><h4 id="the-source-element"><span class="secno">4.8.8 </span>The <dfn><code>source</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <a href="#media-element">media element</a>, before any <a href="#flow-content">flow content</a>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -23261,7 +23278,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#embedded-content">embedded content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#transparent">Transparent</a>.</dd>
@@ -23640,8 +23657,9 @@
   </div><h4 id="the-map-element"><span class="secno">4.8.11 </span>The <dfn><code>map</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: <a href="#phrasing-content">phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
-   <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dt>Contexts in which this element can be used:</dt>
+   <dd>When the element only contains <a href="#phrasing-content">phrasing content</a>: where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
+   <dd>Otherwise: where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#transparent">Transparent</a>.</dd>
    <dt>Content attributes:</dt>
@@ -23701,7 +23719,7 @@
   </div><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected, but only if there is a <code><a href="#the-map-element">map</a></code> element ancestor.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -24238,7 +24256,7 @@
 
   </div><h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/92">ISSUE-92</a> (cleanuptable) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>In this order: optionally a <code><a href="#the-caption-element">caption</a></code> element,
@@ -24814,7 +24832,7 @@
 
   </div><h4 id="the-caption-element"><span class="secno">4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the first element child of a <code><a href="#the-table-element">table</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>, but with no descendant <code><a href="#the-table-element">table</a></code> elements.</dd>
@@ -24861,7 +24879,7 @@
 
   </div><h4 id="the-colgroup-element"><span class="secno">4.9.3 </span>The <dfn><code>colgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any
    <code><a href="#the-caption-element">caption</a></code> elements and before any <code><a href="#the-thead-element">thead</a></code>,
    <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, and <code><a href="#the-tr-element">tr</a></code>
@@ -24895,7 +24913,7 @@
 
   </div><h4 id="the-col-element"><span class="secno">4.9.4 </span>The <dfn><code>col</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-colgroup-element">colgroup</a></code> element that doesn't have
    a <code title="attr-col-span"><a href="#attr-col-span">span</a></code> attribute.</dd>
    <dt>Content model:</dt>
@@ -24928,7 +24946,7 @@
 
   </div><h4 id="the-tbody-element"><span class="secno">4.9.5 </span>The <dfn><code>tbody</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any
    <code><a href="#the-caption-element">caption</a></code>, <code><a href="#the-colgroup-element">colgroup</a></code>, and
    <code><a href="#the-thead-element">thead</a></code> elements, but only if there are no
@@ -25007,7 +25025,7 @@
 
   </div><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any
    <code><a href="#the-caption-element">caption</a></code>, and <code><a href="#the-colgroup-element">colgroup</a></code>
    elements and before any <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, and
@@ -25068,7 +25086,7 @@
 
   </div><h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any
    <code><a href="#the-caption-element">caption</a></code>, <code><a href="#the-colgroup-element">colgroup</a></code>, and <code><a href="#the-thead-element">thead</a></code>
    elements and before any <code><a href="#the-tbody-element">tbody</a></code> and <code><a href="#the-tr-element">tr</a></code>
@@ -25096,7 +25114,7 @@
 
   </div><h4 id="the-tr-element"><span class="secno">4.9.8 </span>The <dfn><code>tr</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-thead-element">thead</a></code> element.</dd>
    <dd>As a child of a <code><a href="#the-tbody-element">tbody</a></code> element.</dd>
    <dd>As a child of a <code><a href="#the-tfoot-element">tfoot</a></code> element.</dd>
@@ -25235,7 +25253,7 @@
 
   </div><h4 id="the-td-element"><span class="secno">4.9.9 </span>The <dfn><code>td</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
@@ -25256,7 +25274,7 @@
 
   </div><h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -26924,7 +26942,7 @@
   suitable <a href="#plugin">plugin</a>, partake in <a href="#form-submission">form
   submission</a>.<h4 id="the-form-element"><span class="secno">4.10.3 </span>The <dfn><code>form</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#flow-content">Flow content</a>, but with no <code><a href="#the-form-element">form</a></code> element descendants.</dd>
@@ -27229,7 +27247,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
    <dd><a href="#category-listed" title="category-listed">Listed</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Optionally a <code><a href="#the-legend-element">legend</a></code> element, followed by <a href="#flow-content">flow content</a>.</dd>
@@ -27326,7 +27344,7 @@
 
   </div><h4 id="the-legend-element"><span class="secno">4.10.5 </span>The <dfn><code>legend</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the first child of a <code><a href="#the-fieldset-element">fieldset</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -27365,7 +27383,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
    <dd><a href="#form-associated-element">Form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>, but with no descendant <a href="#category-label" title="category-label">labelable form-associated elements</a> unless it is the element's <a href="#labeled-control">labeled control</a>, and no descendant <code><a href="#the-label-element">label</a></code> elements.</dd>
@@ -27491,7 +27509,7 @@
    <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is <em>not</em> in the <a href="#hidden-state" title="attr-input-type-hidden">Hidden</a> state: <a href="#interactive-content">Interactive content</a>.</dd>
    <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is <em>not</em> in the <a href="#hidden-state" title="attr-input-type-hidden">Hidden</a> state:<a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-label" title="category-label">labelable</a>, <a href="#category-submit" title="category-submit">submittable</a>, and <a href="#category-reset" title="category-reset">resettable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
    <dd>If the <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#hidden-state" title="attr-input-type-hidden">Hidden</a> state: <a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-submit" title="category-submit">submittable</a>, and <a href="#category-reset" title="category-reset">resettable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -32199,7 +32217,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
    <dd><a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-label" title="category-label">labelable</a>, and <a href="#category-submit" title="category-submit">submittable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>, but there must be no <a href="#interactive-content">interactive content</a> descendant.</dd>
@@ -32339,7 +32357,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
    <dd><a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-label" title="category-label">labelable</a>, <a href="#category-submit" title="category-submit">submittable</a>, and <a href="#category-reset" title="category-reset">resettable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href="#the-option-element">option</a></code> or <code><a href="#the-optgroup-element">optgroup</a></code> elements.</dd>
@@ -32753,7 +32771,7 @@
   </div><h4 id="the-datalist-element"><span class="secno">4.10.10 </span>The <dfn><code>datalist</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Either: <a href="#phrasing-content">phrasing content</a>.</dd>
@@ -32802,7 +32820,7 @@
 
   </div><h4 id="the-optgroup-element"><span class="secno">4.10.11 </span>The <dfn><code>optgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-select-element">select</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd>Zero or more <code><a href="#the-option-element">option</a></code> elements.</dd>
@@ -32869,7 +32887,7 @@
 
   </div><h4 id="the-option-element"><span class="secno">4.10.12 </span>The <dfn><code>option</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As a child of a <code><a href="#the-select-element">select</a></code> element.</dd>
    <dd>As a child of a <code><a href="#the-datalist-element">datalist</a></code> element.</dd>
    <dd>As a child of an <code><a href="#the-optgroup-element">optgroup</a></code> element.</dd>
@@ -33073,7 +33091,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
    <dd><a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-label" title="category-label">labelable</a>, <a href="#category-submit" title="category-submit">submittable</a>, and <a href="#category-reset" title="category-reset">resettable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#text-content" title="text content">Text</a>.</dd>
@@ -33346,7 +33364,7 @@
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
    <dd><a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-label" title="category-label">labelable</a>, <a href="#category-submit" title="category-submit">submittable</a>, and <a href="#category-reset" title="category-reset">resettable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Empty.</dd>
@@ -33610,7 +33628,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#category-listed" title="category-listed">Listed</a>, <a href="#category-label" title="category-label">labelable</a>, and <a href="#category-reset" title="category-reset">resettable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -33761,7 +33779,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#category-label" title="category-label">Labelable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>, but there must be no <code><a href="#the-progress-element">progress</a></code> element descendants.</dd>
@@ -33889,7 +33907,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#category-label" title="category-label">Labelable</a> <a href="#form-associated-element">form-associated element</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>, but there must be no <code><a href="#the-meter-element">meter</a></code> element descendants.</dd>
@@ -35775,7 +35793,7 @@
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#sectioning-root">Sectioning root</a>.</dd>
    <dd><a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>One <code><a href="#the-summary-element">summary</a></code> element followed by <a href="#flow-content">flow content</a>.</dd>
@@ -35857,7 +35875,7 @@
 
   </div><h4 id="the-summary-element"><span class="secno">4.11.2 </span>The <dfn><code>summary</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>As the first child of a <code><a href="#the-details-element">details</a></code> element.</dd>
    <dt>Content model:</dt>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
@@ -35876,7 +35894,7 @@
    <dd><span>Flow content</span>.</dd>
    <dd><span>Interactive content</span>.</dd>
    <dd><span>Sectioning root</span>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <span>flow content</span> is expected.</dd>
    <dt>Content model:</dt>
    <dd><span>Flow content</span>.</dd>
@@ -38474,7 +38492,7 @@
    <dd><a href="#metadata-content">Metadata content</a>.</dd>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#metadata-content">metadata content</a> is expected.</dd>
    <dd>Where <a href="#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
@@ -38658,7 +38676,7 @@
   </div><h4 id="menus"><span class="secno">4.11.4 </span>The <dfn><code>menu</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd>If the element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state: <a href="#interactive-content">Interactive content</a>.</dd>
-   <dt>Contexts in which this element may be used:</dt>
+   <dt>Contexts in which this element can be used:</dt>
    <dd>Where <a href="#flow-content">flow content</a> is expected.</dd>
    <dt>Content model:</dt>
    <dd>Either: Zero or more <code><a href="#the-li-element">li</a></code> elements.</dd>

Received on Thursday, 9 September 2010 22:51:37 UTC