[html5] r7982 - [e] (0) fix some typos in the new <dialog> text Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 14 17:38:13 PDT 2013


Author: ianh
Date: 2013-06-14 17:38:12 -0700 (Fri, 14 Jun 2013)
New Revision: 7982

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix some typos in the new <dialog> text
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-14 23:52:17 UTC (rev 7981)
+++ complete.html	2013-06-15 00:38:12 UTC (rev 7982)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 14 June 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 15 June 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -57702,7 +57702,7 @@
 
   <p>All <code><a href=#the-dialog-element>dialog</a></code> elements are always in one of two modes: <dfn id=mundanely-aligned>mundanely aligned</dfn>,
   or <dfn id=magically-aligned>magically aligned</dfn>. When a <code><a href=#the-dialog-element>dialog</a></code> element is created, it must be placed
-  in the <a href=#mundanely-aligned>mundanely aligned</a> mode, the user agent must <a href=#set-up-the-default-static-position>set up the default static
+  in the <a href=#mundanely-aligned>mundanely aligned</a> mode and the user agent must <a href=#set-up-the-default-static-position>set up the default static
   position</a> for that element, without an anchor.</p>
 
 <!--CLEANUP-->

Modified: index
===================================================================
--- index	2013-06-14 23:52:17 UTC (rev 7981)
+++ index	2013-06-15 00:38:12 UTC (rev 7982)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 14 June 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 15 June 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -57702,7 +57702,7 @@
 
   <p>All <code><a href=#the-dialog-element>dialog</a></code> elements are always in one of two modes: <dfn id=mundanely-aligned>mundanely aligned</dfn>,
   or <dfn id=magically-aligned>magically aligned</dfn>. When a <code><a href=#the-dialog-element>dialog</a></code> element is created, it must be placed
-  in the <a href=#mundanely-aligned>mundanely aligned</a> mode, the user agent must <a href=#set-up-the-default-static-position>set up the default static
+  in the <a href=#mundanely-aligned>mundanely aligned</a> mode and the user agent must <a href=#set-up-the-default-static-position>set up the default static
   position</a> for that element, without an anchor.</p>
 
 <!--CLEANUP-->

Modified: source
===================================================================
--- source	2013-06-14 23:52:17 UTC (rev 7981)
+++ source	2013-06-15 00:38:12 UTC (rev 7982)
@@ -63908,7 +63908,7 @@
 
   <p>All <code>dialog</code> elements are always in one of two modes: <dfn>mundanely aligned</dfn>,
   or <dfn>magically aligned</dfn>. When a <code>dialog</code> element is created, it must be placed
-  in the <span>mundanely aligned</span> mode, the user agent must <span>set up the default static
+  in the <span>mundanely aligned</span> mode and the user agent must <span>set up the default static
   position</span> for that element, without an anchor.</p>
 
 <!--CLEANUP-->
@@ -63933,7 +63933,7 @@
   element, without an anchor.</p>
 
   <p>This top static position of a <span>mundanely aligned</span> <code>dialog</code> element must
-  remain the element's top static position until the <Span>set up the default static position</span>
+  remain the element's top static position until the <span>set up the default static position</span>
   algorithm is once again invoked for that element. (The element's static position is only used in
   calculating the used value of the 'top' property in certain situations; it's not used, for
   instance, to position the element if its 'position' property is set to 'static'.)</p>




More information about the Commit-Watchers mailing list