csswg/css3-lists Overview.html,1.98,1.99 Overview.src.html,1.145,1.146

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv11424

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Formatting fixup.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- Overview.html	18 Nov 2011 21:00:37 -0000	1.98
+++ Overview.html	18 Nov 2011 21:14:51 -0000	1.99
@@ -1161,7 +1161,8 @@
    few terms:
 
   <dl>
-   <dt><dfn id=ancestor-list-item>ancestor list item</dfn>
+   <dt><dfn id=ancestor-list-item
+    title="ancestor list item|ancestor list item's">ancestor list item</dfn>
 
    <dd>The <a href="#ancestor-list-item"><i>ancestor list item</i></a> is the
     marker's nearest list item ancestor.
@@ -1182,8 +1183,7 @@
      parent element, the <a
      href="#marker-positioning-reference-element"><i>marker positioning
      reference element</i></a> is the <a
-     href="#ancestor-list-item"><i>ancestor list item</i></a>&lsquo;<code
-     class=css>s parent.</code></p>
+     href="#ancestor-list-item"><i>ancestor list item's</i></a> parent.</p>
 
     <p>Otherwise, the <a
      href="#marker-positioning-reference-element"><i>marker positioning
@@ -1191,14 +1191,14 @@
      href="#ancestor-list-item"><i>ancestor list item</i></a>.</p>
   </dl>
 
-  <p>The element&rsquo;s horizontal position must then be set such that the
+  <p>The element's horizontal position must then be set such that the
    element's margin edge that corresponds to the "end" edge of the <a
    href="#marker-positioning-reference-element"><i>marker positioning
    reference element</i></a> is flush with the <a
-   href="#ancestor-list-item"><i>ancestor list item</i></a>&lsquo;<code
-   class=css>s border edge that corresponds to the "start" edge of the <a
+   href="#ancestor-list-item"><i>ancestor list item's</i></a> border edge
+   that corresponds to the "start" edge of the <a
    href="#marker-positioning-reference-element"><i>marker positioning
-   reference element</i></a>.</code>
+   reference element</i></a>.
 
   <p class=note>The purpose of this somewhat convoluted definition is to
    position the marker flush against its list item, and then when
@@ -1223,8 +1223,9 @@
    id=markers-associated-with-that-list-item title=associated-marker>markers
    associated with that list item</dfn>.
 
-  <p>The &rsquo;top', &lsquo;<code class=property>right</code>&rsquo;,
-   &lsquo;<code class=property>bottom</code>&rsquo;, and &lsquo;<code
+  <p>The &lsquo;<code class=property>top</code>&rsquo;, &lsquo;<code
+   class=property>right</code>&rsquo;, &lsquo;<code
+   class=property>bottom</code>&rsquo;, and &lsquo;<code
    class=property>left</code>&rsquo; properties specify offsets relative to
    the top, right, bottom, and left edges (respectively) of the element
    itself, similar to how relative positioning works.
@@ -4790,6 +4791,9 @@
    <li>ancestor list item, <a href="#ancestor-list-item"
     title="ancestor list item"><strong>7.1.</strong></a>
 
+   <li>ancestor list item's, <a href="#ancestor-list-item"
+    title="ancestor list item's"><strong>7.1.</strong></a>
+
    <li>ancient-tamil, <a href="#ancient-tamil"
     title=ancient-tamil><strong>10.6.</strong></a>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.src.html	18 Nov 2011 21:00:37 -0000	1.145
+++ Overview.src.html	18 Nov 2011 21:14:51 -0000	1.146
@@ -676,20 +676,20 @@
 	<p>To calculate the element's horizontal position, we must first define a few terms:</p>
 
 	<dl>
-		<dt><dfn>ancestor list item</dfn></dt>
+		<dt><dfn title="ancestor list item|ancestor list item's">ancestor list item</dfn></dt>
 		<dd>The <i>ancestor list item</i> is the marker's nearest list item ancestor.</dd>
 
 		<dt><dfn>marker positioning reference element</dfn></dt>
 		<dd>
 			<p>If the <i>ancestor list item</i> has ''marker-attachment:list-item'', the <i>marker positioning reference element</i> is the <i>ancestor list item</i>.</p>
 
-			<p>Otherwise, if the <i>ancestor list item</i> has ''marker-attachment:list-container'' and has a parent element, the <i>marker positioning reference element</i> is the <i>ancestor list item</i>'s parent.</p>
+			<p>Otherwise, if the <i>ancestor list item</i> has ''marker-attachment:list-container'' and has a parent element, the <i>marker positioning reference element</i> is the <i>ancestor list item's</i> parent.</p>
 			
 			<p>Otherwise, the <i>marker positioning reference element</i> is the <i>ancestor list item</i>.</p>
 		</dd>
 	</dl>
 
-	<p>The element's horizontal position must then be set such that the element's margin edge that corresponds to the "end" edge of the <i>marker positioning reference element</i> is flush with the <i>ancestor list item</i>'s border edge that corresponds to the "start" edge of the <i>marker positioning reference element</i>.</p>
+	<p>The element's horizontal position must then be set such that the element's margin edge that corresponds to the "end" edge of the <i>marker positioning reference element</i> is flush with the <i>ancestor list item's</i> border edge that corresponds to the "start" edge of the <i>marker positioning reference element</i>.</p>
 
 	<p class='note'>The purpose of this somewhat convoluted definition is to position the marker flush against its list item, and then when "marker-attachment:list-container", keep all the markers for a given list on the same side of their list items even in mixed-direction text, so that authors can specify padding on only one side and still ensure their markers are visible.</p>
 

Received on Friday, 18 November 2011 21:14:55 UTC