csswg/css-line-grid Overview.html,1.8,1.9 Overview.src.html,1.8,1.9

Update of /sources/public/csswg/css-line-grid
In directory hutz:/tmp/cvs-serv29967

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix sidenote example

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	30 Apr 2011 14:50:40 -0000	1.8
+++ Overview.html	30 Apr 2011 15:27:55 -0000	1.9
@@ -259,15 +259,15 @@
     of text in a multi-column document.</p>
   </div>
 
-  <div class=figure>
+  <div class=figure id=ex-sidenote>
    <div class=sidenote-block>
     <div class=sidenote-body> Sidenotes (and footnotes for that matter) are
      often set at a smaller size to the basic text. This smaller text should
      still line up with basic text. Authors can achieve this effect by
      calculating appropriate font-size, line-height, and margins*.</div>
 
-    <div class=sidenote-note> Only if author controls everything. Can be
-     broken by user stylesheet, for instance.</div>
+    <div class=sidenote-note> Only if author controls everything. It can
+     easily be broken by user stylesheet, for instance.</div>
    </div>
 
    <p class=caption>Sidenotes set at a smaller size, but still line up with
@@ -609,7 +609,7 @@
 <!-- --></code></pre>
   </div>
 
-  <div class=example id=gyou-dori>
+  <div class=example id=ex-gyou-dori>
    <p>East Asian layout often requires heights specified by the count of the
     line grids. In Japanese, this method is called Gyou-dori. Refer to <a
     href="#JLREQ" rel=biblioentry>[JLREQ]<!--{{JLREQ}}--></a> for more

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css-line-grid/Overview.src.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.src.html	30 Apr 2011 14:50:40 -0000	1.8
+++ Overview.src.html	30 Apr 2011 15:27:55 -0000	1.9
@@ -132,7 +132,7 @@
     <p class="caption">Keep vertical rhythm through pictures and different size of text in a multi-column document.</p>
   </div>
 
-  <div class="figure">
+  <div id="ex-sidenote" class="figure">
     <div class="sidenote-block">
       <div class="sidenote-body">
         Sidenotes (and footnotes for that matter) are often set
@@ -144,7 +144,7 @@
       </div>
       <div class="sidenote-note">
         Only if author controls everything.
-        Can be broken by user stylesheet, for instance.
+        It can easily be broken by user stylesheet, for instance.
       </div>
     </div>
     <p class="caption">Sidenotes set at a smaller size, but still line up with basic text.</p>
@@ -436,7 +436,7 @@
 <!-- --></code></pre>
   </div>
 
-  <div id="gyou-dori" class="example">
+  <div id="ex-gyou-dori" class="example">
     <p>East Asian layout often requires heights specified
       by the count of the line grids.
       In Japanese, this method is called Gyou-dori.

Received on Saturday, 30 April 2011 15:27:58 UTC