- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Mar 2010 09:15:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv23631
Modified Files:
Overview.html Overview.src.html
Log Message:
never question the grammar nazis
Index: Overview.html
===================================================================
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:15:23 UTC