annevk: never question the grammar nazis

annevk: never question the grammar nazis

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.92&r2=1.93&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Overview.html 2 Mar 2010 09:07:04 -0000 1.92
+++ Overview.html 2 Mar 2010 09:15:19 -0000 1.93
@@ -1253,11 +1253,11 @@
     <code>label</code> element.
 
    <li>A new media type, <code>text/html-sandboxed</code>, was introduced to
-    allow hosting of potential hostile content without it causing harm.
+    allow hosting of potentially hostile content without it causing harm.
 
    <li>A <code>srcdoc</code> attribute for the <code>iframe</code> element
-    was introduced to allow embedding of potential hostile content inline. It
-    is expected to be used together with the <code>sandbox</code> and
+    was introduced to allow embedding of potentially hostile content inline.
+    It is expected to be used together with the <code>sandbox</code> and
     <code>seamless</code> attributes.
 
    <li>The <code>figure</code> element now uses a new element

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.src.html 2 Mar 2010 09:07:04 -0000 1.70
+++ Overview.src.html 2 Mar 2010 09:15:19 -0000 1.71
@@ -1070,12 +1070,12 @@
      as the <code>output</code> element, can now be labeled using the
      <code>label</code> element.</li>
      <li>A new media type, <code>text/html-sandboxed</code>, was introduced
-     to allow hosting of potential hostile content without it causing
+     to allow hosting of potentially hostile content without it causing
      harm.</li>
      <li>A <code>srcdoc</code> attribute for the <code>iframe</code> element
-     was introduced to allow embedding of potential hostile content inline.
-     It is expected to be used together with the <code>sandbox</code> and
-     <code>seamless</code> attributes.</li>
+     was introduced to allow embedding of potentially hostile content
+     inline. It is expected to be used together with the
+     <code>sandbox</code> and <code>seamless</code> attributes.</li>
      <li>The <code>figure</code> element now uses a new element
      <code>figcaption</code> rather than <code>legend</code> because people
      want to use HTML5 long before it reaches W3C Recommendation.</li>

Received on Tuesday, 2 March 2010 09:16:01 UTC