csswg/css3-flexbox Overview.new.src.html,1.8,1.9

Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv9898

Modified Files:
	Overview.new.src.html 
Log Message:
Swapped out use of <b> for <i>.


Index: Overview.new.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.new.src.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.new.src.html	3 Feb 2011 19:31:06 -0000	1.8
+++ Overview.new.src.html	22 Feb 2011 23:14:01 -0000	1.9
@@ -17,21 +17,21 @@
 
 	<dl>
 		<dt>This version:
-			<dd><!-- <a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a></dd> -->
-				<a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
+		<dd><!-- <a href="http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/">http://www.w3.org/TR/[YEAR]/WD-[SHORTNAME]-[CDATE]/</a></dd> -->
+		<a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
 
 		<dt>Latest version:
-			<dd><a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a>
+		<dd><a href="http://www.w3.org/TR/css3-flexbox/">http://www.w3.org/TR/css3-flexbox/</a>
 
 		<dt>Editors:
-			<dd>Tab Atkins Jr. <a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>
-			<dd>Alex Mogilevsky <a href="mailto:alexmog@microsoft.com">alexmog@microsoft.com</a>
-			<dd>L. David Baron, Mozilla Corporation, <a href="mailto:dbaron@dbaron.org">dbaron@dbaron.org</a>
+		<dd>Tab Atkins Jr. <a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a>
+		<dd>Alex Mogilevsky <a href="mailto:alexmog@microsoft.com">alexmog@microsoft.com</a>
+		<dd>L. David Baron, Mozilla Corporation, <a href="mailto:dbaron@dbaron.org">dbaron@dbaron.org</a>
 
 		<dt>Authors and former editors:
-			<dd>Neil Deakin, Mozilla Corporation, <a href="mailto:enndeakin@gmail.com">enndeakin@gmail.com</a>
-			<dd>Ian Hickson, formerly of Opera Software, <a href="mailto:ian@hixie.ch">ian@hixie.ch</a>
-			<dd>David Hyatt, Apple, <a href="mailto:hyatt@apple.com">hyatt@apple.com</a>
+		<dd>Neil Deakin, Mozilla Corporation, <a href="mailto:enndeakin@gmail.com">enndeakin@gmail.com</a>
+		<dd>Ian Hickson, formerly of Opera Software, <a href="mailto:ian@hixie.ch">ian@hixie.ch</a>
+		<dd>David Hyatt, Apple, <a href="mailto:hyatt@apple.com">hyatt@apple.com</a>
 	</dl>
 	<!--copyright-->
 </div>
@@ -88,7 +88,7 @@
 
 	<p>Block-level and atomic inline-level children of the flexbox are referred
 	to as <dfn>flexbox children</dfn> in this specification.  Inline children are
-	wrapped in anonymous blocks, and these anonymous blocks are also <b>flexbox children</b>.</p>
+	wrapped in anonymous blocks, and these anonymous blocks are also <i>flexbox children</i>.</p>
 
 	<div class="example">
 		<p>For example:</p>
@@ -364,7 +364,7 @@
 	free-space distribution.  The precise details of how free space is determined 
 	and assigned to flexible lengths is detailed in a later chapter.</p>
 
-	<p>For <b>flexbox children</b>, the 'width', 'height', 'padding', and 'margin'
+	<p>For <i>flexbox children</i>, the 'width', 'height', 'padding', and 'margin'
 	properties additionally accept the <dfn>&lt;flex></dfn> data type.  Using 
 	''&lt;flex>'' in any other context is a syntax error.  The ''&lt;flex>'' data 
 	type can be expressed in two forms: the ''fl'' unit, and the ''flex()'' function.</p>
@@ -374,7 +374,7 @@
 
 		<p>One way to indicate that a length is flexible is by setting the property's
 		value using the <dfn>flex unit</dfn>, denoted as a ''&lt;number>'' followed by ''fl''.
-		The ''fl'' unit defines a <b>flexible length</b> with a <b>preferred size</b>
+		The ''fl'' unit defines a <i>flexible length</i> with a <i>preferred size</i>
 		of ''0'', a minimum size of ''0'', no maximum size, and a flexibility equal 
 		to its value.</p>
 	</div>
@@ -384,24 +384,24 @@
 
 		<p>For more complex flexible lengths, the ''flex()'' function can be used
 		to specify various attributes of the length; most importantly, the ''flex()''
-		function can specify a non-zero length for the <b>preferred size</b>.  The
+		function can specify a non-zero length for the <i>preferred size</i>.  The
 		syntax of the ''flex()'' function is:</p>
 
 		<pre class=prod>flex( &lt;preferred-size>, &lt;flex-grow>[, &lt;flex-shrink>]? )</pre>
 
-		<p>The first argument given to the function sets the <b>preferred size</b>
-		of the <b>flexible length</b>.  It must be a value that would be valid for the property
+		<p>The first argument given to the function sets the <i>preferred size</i>
+		of the <i>flexible length</i>.  It must be a value that would be valid for the property
 		the ''flex()'' function is being used on, and resolves to the same length
 		that it would if used in that property (with the exception of ''auto'', which
 		is handled specially in flexbox layout).  It must not be a ''&lt;flex>'' 
 		value itself.</p>
 
-		<p>The second argument sets the <b>positive flexibility</b> of the length.
+		<p>The second argument sets the <i>positive flexibility</i> of the length.
 		It must be specified in flex units.</p>
 
-		<p>The third argument is optional.  If provided, it sets the <b>negative flexibility</b>
-		of the <b>flexible length</b>.  Just like the previous argument, it must
-		be specified in <b>flex unit</b>s.  If not provided, the <b>negative flexibility</b>
+		<p>The third argument is optional.  If provided, it sets the <i>negative flexibility</i>
+		of the <i>flexible length</i>.  Just like the previous argument, it must
+		be specified in <i>flex unit</i>s.  If not provided, the <i>negative flexibility</i>
 		of the length is ''0''.</p>
 
 		<p>Flexible lengths created by the ''flex()'' function have a minimum size
@@ -447,10 +447,10 @@
 			<td>visual
 	</table>
 
-	<p>Between and around the margins of <b>flexbox children</b> there are additional 
+	<p>Between and around the margins of <i>flexbox children</i> there are additional 
 	flexible lengths, called <dfn>packing space</dfn>.  Packing space can absorb 
-	leftover free space in a flexbox if there aren't any <b>flexible length</b>s 
-	otherwise, or if all the <b>flexible length</b>s have reached their maximum
+	leftover free space in a flexbox if there aren't any <i>flexible length</i>s 
+	otherwise, or if all the <i>flexible length</i>s have reached their maximum
 	size.  The 'flex-pack' property defines the flexibility of these packing spaces:
 
 	<dl>
@@ -489,7 +489,7 @@
 
 <!-- ====================================================================== -->
 <!-- Aborted new introduction to flexboxes
-<p>A flexbox has two axes, which are treated differently by the space distribute algorithm:  the <b>layout axis</b>, which is the axis along which the flexbox grows as you add more children, and the <b>transverse axis</b>, which is the perpendicular axis.</p>
+<p>A flexbox has two axes, which are treated differently by the space distribute algorithm:  the <i>layout axis</i>, which is the axis along which the flexbox grows as you add more children, and the <i>transverse axis</i>, which is the perpendicular axis.</p>
 
 <img alt="In a horizontal flexbox, the layout axis is horizontal, while the transverse axis is vertical.">
 
@@ -558,17 +558,17 @@
 			<td>visual
 	</table>
 
-	<p>By default, laying out flexbox children in the <b>transverse axis</b> is
+	<p>By default, laying out flexbox children in the <i>transverse axis</i> is
 	a simple matter of determining free space and then splitting it between any
-	<b>flexible length</b>s in that axis.  This is not always sufficient, however;
+	<i>flexible length</i>s in that axis.  This is not always sufficient, however;
 	in particular, it is often useful to align flexbox children by their baseline.
 	The 'flex-align' property changes the way free space is allocated in the
-	<b>transverse axis</b>.</p>
+	<i>transverse axis</i>.</p>
 
 	<dl>
 		<dt>auto</dt>
-		<dd>Allocate free space in the <b>transverse axis</b> as normal, by distributing
-		it proportionally between <b>flexible length</b>s in that axis.</dd>
+		<dd>Allocate free space in the <i>transverse axis</i> as normal, by distributing
+		it proportionally between <i>flexible length</i>s in that axis.</dd>
 
 		<dt>baseline</dt>
 		<dd>

Received on Tuesday, 22 February 2011 23:14:05 UTC