csswg/css3-regions Overview.html,1.5,1.6 Overview.src.html,1.4,1.5

Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv5678

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed minor typo

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html	9 May 2011 22:08:45 -0000	1.5
+++ Overview.html	10 May 2011 01:42:13 -0000	1.6
@@ -23,13 +23,13 @@
 
    <h1>CSS Regions Module</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 May 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 May 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-regions-20110509/">http://www.w3.org/csswg/css3-regions</a>
+     href="http://www.w3.org/TR/2011/ED-css3-regions-20110510/">http://www.w3.org/csswg/css3-regions</a>
 
     <dt>Latest version:
 
@@ -493,8 +493,7 @@
    &lsquo;<a href="#content-from"><code
    class=property>content</code></a>&rsquo; property).
 
-  <div class=issue> Should it be possible to allow inline elements to also be
-   regions?</div>
+  <div class=issue> Could inline elements also be regions?</div>
 
   <h3 id=flow-breaking-rules><span class=secno>2.3. </span>Flow breaking
    rules</h3>
@@ -542,7 +541,7 @@
   <h3 id=formatting-model-considerations><span class=secno>2.4. </span>The
    Visual Formatting Model and Flows</h3>
 
-  <p>This section describes the flows to whichi elements formatted according
+  <p>This section describes the flows to which elements formatted according
    to the CSS <a href="http://www.w3.org/TR/CSS21/visuren.html">Visual
    Formatting Model</a> and other layout modules (such as Multi-Column Layout
    <a href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a>) belong

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.src.html	9 May 2011 22:08:45 -0000	1.4
+++ Overview.src.html	10 May 2011 01:42:13 -0000	1.5
@@ -397,7 +397,7 @@
     <h3 id="formatting-model-considerations">The Visual Formatting Model and
     Flows</h3>
 
-    <p>This section describes the flows to whichi elements formatted according
+    <p>This section describes the flows to which elements formatted according
     to the CSS <a href="http://www.w3.org/TR/CSS21/visuren.html">Visual
     Formatting Model</a> and other layout modules (such as Multi-Column Layout
     [[CSS3COL]]) belong to.</p>

Received on Tuesday, 10 May 2011 01:42:16 UTC