- From: Arron Eicholz via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2011 21:53:09 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-positioning
In directory hutz:/tmp/cvs-serv12561
Modified Files:
Overview.html Overview.src.html
Log Message:
Adding Issue for replaced elements
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-positioning/Overview.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Overview.html 21 Oct 2011 21:05:36 -0000 1.1
+++ Overview.html 21 Oct 2011 21:53:06 -0000 1.2
@@ -82,9 +82,6 @@
<dd class=vcard><span class=fn>Arron Eicholz</span>, <span
class=org>Microsoft Corporation</span>
-
- <dd class=vcard><span class=fn>Sylvain Galineau</span>, <span
- class=org>Microsoft Corporation</span>
</dl>
<!--begin-copyright-->
<p class=copyright id=copyright-copy-year-2000-w3creg-mit-erci><a
@@ -250,8 +247,7 @@
<li id=the-width-of-a-center-positioned-replace><a
href="#width-of-center-replaced-elements"><span class=secno>7.4.
- </span>The width of a ‘<code class=property>center</code>’
- positioned, replaced element</a>
+ </span>The width of a center positioned, replaced element</a>
<li id=the-height-of-absolute-page-or-fixed-pos><a
href="#height-of-absolute-non-replaced-elements"><span class=secno>7.5.
@@ -2169,11 +2165,11 @@
<!-- End section: The width of absolute, page or fixed positioned, replaced element -->
<h3 id=width-of-center-replaced-elements><span class=secno>7.4. </span>The
- width of a ‘<code class=property>center</code>’ positioned,
- replaced element</h3>
+ width of a center positioned, replaced element</h3>
- <p id=x0></p>
- <!-- End section: The width of a 'center' positioned, replaced element -->
+ <p class=issue id=need-to-come-up-with-a-definition-for-re>Need to come up
+ with a definition for replaced elements</p>
+ <!-- End section: The width of a center positioned, replaced element -->
<h3 id=height-of-absolute-non-replaced-elements><span class=secno>7.5.
</span>The height of absolute, page or fixed positioned, non-replaced
@@ -2502,8 +2498,9 @@
<h3 id=height-of-center-replaced-elements><span class=secno>7.8. </span>The
height of a center positioned, replaced element</h3>
- <p id=x1></p>
- <!-- End section: The height of a 'center' positioned, replaced element -->
+ <p class=issue id=need-to-come-up-with-a-definition-for-re0>Need to come up
+ with a definition for replaced elements</p>
+ <!-- End section: The height of a center positioned, replaced element -->
<h3 id=auto-height-for-block-formatting-context-roots><span
class=secno>7.9. </span>‘<code class=property>Auto</code>’
@@ -3536,7 +3533,7 @@
user:
<div class=figure>
- <p id=x2><img alt="A stacking context with four layers" src=stack.png></p>
+ <p id=x0><img alt="A stacking context with four layers" src=stack.png></p>
<p class=caption id=schematic-diagram-of-a-stacking-context->Schematic
diagram of a stacking context with four layers.</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-positioning/Overview.src.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Overview.src.html 21 Oct 2011 21:04:49 -0000 1.3
+++ Overview.src.html 21 Oct 2011 21:53:07 -0000 1.4
@@ -63,7 +63,6 @@
<dd>None</dd>
<dt>Editors:</dt>
<dd class="vcard"><span class="fn">Arron Eicholz</span>, <span class="org">Microsoft Corporation</span>
- <dd class="vcard"><span class="fn">Sylvain Galineau</span>, <span class="org">Microsoft Corporation</span>
</dl>
<!--copyright-->
<hr title="Separator for header">
@@ -1256,9 +1255,9 @@
</ol>
<!-- End section: The width of absolute, page or fixed positioned, replaced element -->
- <h3 id="width-of-center-replaced-elements">The width of a 'center' positioned, replaced element</h3>
- <p></p>
- <!-- End section: The width of a 'center' positioned, replaced element -->
+ <h3 id="width-of-center-replaced-elements">The width of a center positioned, replaced element</h3>
+ <p class="issue">Need to come up with a definition for replaced elements</p>
+ <!-- End section: The width of a center positioned, replaced element -->
<h3 id="height-of-absolute-non-replaced-elements">The height of absolute, page or fixed positioned, non-replaced element</h3>
@@ -1458,8 +1457,8 @@
<!-- End section: The height of absolute, page or fixed positioned, replaced element -->
<h3 id="height-of-center-replaced-elements">The height of a center positioned, replaced element</h3>
- <p></p>
- <!-- End section: The height of a 'center' positioned, replaced element -->
+ <p class="issue">Need to come up with a definition for replaced elements</p>
+ <!-- End section: The height of a center positioned, replaced element -->
<h3 id="auto-height-for-block-formatting-context-roots">'Auto' heights for block formatting context roots</h3>
<p>
Received on Friday, 21 October 2011 21:53:10 UTC