Fill out remaining template replacements, add an issue, copy in dbaron's definition of max-cotent measure.

Thu, 09 Aug 2012 16:31:47 -0700

author
fantasai <fantasai.cvs@inkedblade.net>
date
Thu, 09 Aug 2012 16:31:47 -0700
changeset 6403
eaa8fefe1164
parent 6402
dc29bb6878c4
child 6404
b635bb7705a7

Fill out remaining template replacements, add an issue, copy in dbaron's definition of max-cotent measure.

css3-sizing/Overview.html file | annotate | diff | comparison | revisions
css3-sizing/Overview.src.html file | annotate | diff | comparison | revisions
css3-text/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-sizing/Overview.html	Thu Aug 09 09:56:36 2012 -0700
     1.2 +++ b/css3-sizing/Overview.html	Thu Aug 09 16:31:47 2012 -0700
     1.3 @@ -10,25 +10,6 @@
     1.4    <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
     1.5    type="text/css">
     1.6  
     1.7 -  <style type="text/css">
     1.8 -		/* delete this block when you've cleared out all the .replaceme elements */
     1.9 -		.replaceme {
    1.10 -			border: solid red;
    1.11 -			padding: 0 0.5em;
    1.12 -			margin: 0 0.1em;
    1.13 -			background: yellow;
    1.14 -			color: green;
    1.15 -		}
    1.16 -		.replaceme:before {
    1.17 -			 content: "FIXME(";
    1.18 -			 color: black;
    1.19 -		}
    1.20 -		.replaceme:after {
    1.21 -			 content: ")";
    1.22 -			 color: black;
    1.23 -		}
    1.24 -	</style>
    1.25 -
    1.26   <body>
    1.27    <div class=head> <!--begin-logo-->
    1.28     <p><a href="http://www.w3.org/"><img alt=W3C height=48
    1.29 @@ -36,11 +17,11 @@
    1.30  
    1.31     <h1>CSS Intrinsic &amp; Extrinsic Sizing Module Level 3</h1>
    1.32  
    1.33 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 August 2012</h2>
    1.34 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 August 2012</h2>
    1.35  
    1.36     <dl><!--
    1.37  	<dt>This version:
    1.38 -		<dd><a href="http://www.w3.org/TR/2012/ED-css3-sizing-20120801/" class="replaceme">http://www.w3.org/TR/2012/ED-css3-sizing-20120801/</a>
    1.39 +		<dd><a href="http://www.w3.org/TR/2012/ED-css3-sizing-20120809/">http://www.w3.org/TR/2012/ED-css3-sizing-20120809/</a>
    1.40  -->
    1.41  
    1.42      <dt>Latest version:
    1.43 @@ -100,8 +81,10 @@
    1.44  
    1.45    <h2 class="no-num no-toc" id=abstract>Abstract</h2>
    1.46  
    1.47 -  <p>This module contains the features of CSS relating to <var
    1.48 -   class=replaceme>DESCRIBE HERE</var>. <a
    1.49 +  <p>This module extends the CSS sizing properties with keywords that
    1.50 +   represent content-based "intrinsic" sizes and context-based "extrinsic"
    1.51 +   sizes, allowing CSS to more easily describe boxes that fit their content
    1.52 +   or fit into a particular layout context. <a
    1.53     href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing the
    1.54     rendering of structured documents (such as HTML and XML) on screen, on
    1.55     paper, in speech, etc.
    1.56 @@ -243,26 +226,15 @@
    1.57  
    1.58    <h3 id=placement><span class=secno>1.1. </span> Module interactions</h3>
    1.59  
    1.60 -  <p class=replaceme>Explain, normatively, how this module affects the
    1.61 -   definition of CSS.
    1.62 -
    1.63 -  <p>This module replaces and extends the <var class=replaceme>SUMMARIZE
    1.64 -   HERE</var> features defined in <a href="#CSS21"
    1.65 -   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> sections <var
    1.66 -   class=replaceme>W.X and Y.Z</var>.
    1.67 -
    1.68 -  <p class=replaceme>All properties in this module apply to the
    1.69 -   <code>::first-line</code> and <code>::first-letter</code> pseudo-elements.
    1.70 -   <!-- HANDLE, THEN REMOVE THIS COMMENT
    1.71 -		 Properties that affect box layout should be excluded from ::first-line.
    1.72 -		 Properties that take things out-of-flow or alter box construction should
    1.73 -		 be excluded from both ::first-line and ::first-letter. (A special exception
    1.74 -		 is made for float on ::first-letter, which is defined to emulate drop-caps.)
    1.75 -		 Examples of ::first-line / ::first-letter statements:
    1.76 -		 http://dev.w3.org/csswg/css3-background/#placement
    1.77 -			 (All properties apply to ::first-letter; some apply to ::first-line)
    1.78 -	-->
    1.79 -   
    1.80 +  <p>This module extends the ‘<code class=property>width</code>’,
    1.81 +   ‘<code class=property>height</code>’, ‘<code
    1.82 +   class=property>min-width</code>’, ‘<code
    1.83 +   class=property>min-height</code>’, ‘<code
    1.84 +   class=property>max-width</code>’, ‘<code
    1.85 +   class=property>max-height</code>’, and ‘<code
    1.86 +   class=property>column-width</code>’ features defined in <a href="#CSS21"
    1.87 +   rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> chapter 10 and in
    1.88 +   [[!CSS3MULTICOL]]
    1.89  
    1.90    <h3 id=values><span class=secno>1.2. </span> Values</h3>
    1.91  
    1.92 @@ -338,8 +310,8 @@
    1.93     <dt><dfn id=max-content-measure>max-content measure</dfn>
    1.94  
    1.95     <dd> Roughly, the narrowest measure a box could take while fitting around
    1.96 -    its contents if <em>none</em> of the optional soft wrap opportunities
    1.97 -    within the box were taken. The exact definition is given in XXX.
    1.98 +    its contents if <em>none</em> of the soft wrap opportunities within the
    1.99 +    box were taken. The exact definition is given in XXX.
   1.100      <p class=note> Note: This is called the <i>preferred width</i> in <a
   1.101       href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1§10.3.5</a>
   1.102       and the <i>maximum cell width</i> in <a
   1.103 @@ -348,9 +320,11 @@
   1.104  
   1.105     <dt><dfn id=min-content-measure>min-content measure</dfn>
   1.106  
   1.107 -   <dd> Roughly, the narrowest measure a box could take while fitting around
   1.108 -    its contents if <em>all</em> soft wrap opportunities within the box were
   1.109 -    taken. The exact definition is given in XXX.
   1.110 +   <dd> The narrowest measure a box could take that doesn't lead to
   1.111 +    inline-dimension overflow that could be avoided by choosing a larger
   1.112 +    measure. Roughly, the measure that would fit around its contents if
   1.113 +    <em>all</em> soft wrap opportunities within the box were taken. The exact
   1.114 +    definition is given in XXX.
   1.115      <p class=note> Note: This is called the <i>preferred minimum width</i> in
   1.116       <a
   1.117       href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1§10.3.5</a>
   1.118 @@ -514,6 +488,10 @@
   1.119      appropriate to the writing mode.
   1.120    </dl>
   1.121  
   1.122 +  <p class=issue> Right now all of these except ‘<a
   1.123 +   href="#fill-available"><code class=css>fill-available</code></a>’ mean
   1.124 +   the same thing for extents. This may or may not be ideal.
   1.125 +
   1.126    <h3 id=the-contain-floats-value><span class=secno>3.2. </span> Containing
   1.127     Floats</h3>
   1.128  
   1.129 @@ -713,15 +691,15 @@
   1.130     Non-Replaced Blocks</h3>
   1.131  
   1.132    <p> The <a href="#min-content-measure"><i>min-content measure</i></a> of a
   1.133 -   block box is the largest <i>min-measure contribution</i> of its in-flow or
   1.134 -   floated children.
   1.135 +   <i>block container box</i> is the largest <i>min-measure contribution</i>
   1.136 +   of its in-flow or floated children.
   1.137  
   1.138    <p> The <a href="#max-content-measure"><i>max-content measure</i></a> of a
   1.139 -   block box is the measure of the box after layout, if all children are
   1.140 -   sized under a <a href="#max-size-constraint"><i>max-size
   1.141 +   <i>block container box</i> is the measure of the box after layout, if all
   1.142 +   children are sized under a <a href="#max-size-constraint"><i>max-size
   1.143     constraint</i></a>.
   1.144  
   1.145 -  <p> If the computed measure of a block box is ‘<a
   1.146 +  <p> If the computed measure of a <i>block-level box</i> is ‘<a
   1.147     href="#min-content"><code class=css>min-content</code></a>’, ‘<a
   1.148     href="#max-content"><code class=css>max-content</code></a>’, or a <a
   1.149     href="#definite-size"><i>definite size</i></a>, its <i>min-measure
   1.150 @@ -733,7 +711,7 @@
   1.151     contribution</i> is its <a href="#min-content-measure"><i>min-content
   1.152     measure</i></a> plus any inline-axis margin, border, and padding.
   1.153  
   1.154 -  <p> If the computed measure of a block box is ‘<a
   1.155 +  <p> If the computed measure of a <i>block-level box</i> is ‘<a
   1.156     href="#min-content"><code class=css>min-content</code></a>’, ‘<a
   1.157     href="#max-content"><code class=css>max-content</code></a>’, or a <a
   1.158     href="#definite-size"><i>definite size</i></a>, its <i>max-measure
   1.159 @@ -746,8 +724,9 @@
   1.160     measure</i></a> plus any inline-axis margin, border, and padding.
   1.161  
   1.162    <p> The <a href="#min-content-extent"><i>min-content extent</i></a> and <a
   1.163 -   href="#max-content-extent"><i>max-content extent</i></a> of a block box is
   1.164 -   the content extent as defined (for horizontal writing modes) in <a
   1.165 +   href="#max-content-extent"><i>max-content extent</i></a> of a <i>block
   1.166 +   container box</i> is the content extent as defined (for horizontal writing
   1.167 +   modes) in <a
   1.168     href="http://www.w3.org/TR/CSS21/visudet.html#normal-block">CSS2.1§10.6.3</a>
   1.169     and <a
   1.170     href="http://www.w3.org/TR/CSS21/tables.html#height-layout">CSS2.1§17.5.3</a>
   1.171 @@ -755,8 +734,8 @@
   1.172     analogously for vertical writing modes.
   1.173  
   1.174    <p> The <i>min-extent contribution</i> and <i>max-extent contribution</i>
   1.175 -   of a block box is the extent of the block after layout, plus any
   1.176 -   block-axis margin, border, and padding.
   1.177 +   of a <i>block-level box</i> is the extent of the block after layout, plus
   1.178 +   any block-axis margin, border, and padding.
   1.179  
   1.180    <h3 id=table-intrinsic><span class=secno>4.4. </span> Intrinsic Sizes in
   1.181     Table Layout</h3>
   1.182 @@ -890,8 +869,8 @@
   1.183    <h3 id=conformance-classes><span class=secno>6.2. </span> Conformance
   1.184     classes</h3>
   1.185  
   1.186 -  <p>Conformance to <var class=replaceme>CSS Intrinsic Sizing Module</var> is
   1.187 -   defined for three conformance classes:
   1.188 +  <p>Conformance to CSS Intrinsic &amp; Extrinsic Sizing Level 3 is defined
   1.189 +   for three conformance classes:
   1.190  
   1.191    <dl>
   1.192     <dt><dfn id=style-sheet title="style sheet!!as conformance class">style
   1.193 @@ -912,25 +891,25 @@
   1.194      that writes a style sheet.
   1.195    </dl>
   1.196  
   1.197 -  <p>A style sheet is conformant to <var class=replaceme>CSS Intrinsic Sizing
   1.198 -   Module</var> if all of its statements that use syntax defined in this
   1.199 -   module are valid according to the generic CSS grammar and the individual
   1.200 -   grammars of each feature defined in this module.
   1.201 +  <p>A style sheet is conformant to CSS Intrinsic &amp; Extrinsic Sizing
   1.202 +   Level 3 if all of its statements that use syntax defined in this module
   1.203 +   are valid according to the generic CSS grammar and the individual grammars
   1.204 +   of each feature defined in this module.
   1.205  
   1.206 -  <p>A renderer is conformant to <var class=replaceme>CSS Intrinsic Sizing
   1.207 -   Module</var> if, in addition to interpreting the style sheet as defined by
   1.208 -   the appropriate specifications, it supports all the features defined by
   1.209 -   <var class=replaceme>CSS Intrinsic Sizing Module</var> by parsing them
   1.210 -   correctly and rendering the document accordingly. However, the inability
   1.211 -   of a UA to correctly render a document due to limitations of the device
   1.212 -   does not make the UA non-conformant. (For example, a UA is not required to
   1.213 -   render color on a monochrome monitor.)
   1.214 +  <p>A renderer is conformant to CSS Intrinsic &amp; Extrinsic Sizing Level 3
   1.215 +   if, in addition to interpreting the style sheet as defined by the
   1.216 +   appropriate specifications, it supports all the features defined by CSS
   1.217 +   Intrinsic &amp; Extrinsic Sizing Level 3 by parsing them correctly and
   1.218 +   rendering the document accordingly. However, the inability of a UA to
   1.219 +   correctly render a document due to limitations of the device does not make
   1.220 +   the UA non-conformant. (For example, a UA is not required to render color
   1.221 +   on a monochrome monitor.)
   1.222  
   1.223 -  <p>An authoring tool is conformant to <var class=replaceme>CSS Intrinsic
   1.224 -   Sizing Module</var> if it writes style sheets that are syntactically
   1.225 -   correct according to the generic CSS grammar and the individual grammars
   1.226 -   of each feature in this module, and meet all other conformance
   1.227 -   requirements of style sheets as described in this module.
   1.228 +  <p>An authoring tool is conformant to CSS Intrinsic &amp; Extrinsic Sizing
   1.229 +   Level 3 if it writes style sheets that are syntactically correct according
   1.230 +   to the generic CSS grammar and the individual grammars of each feature in
   1.231 +   this module, and meet all other conformance requirements of style sheets
   1.232 +   as described in this module.
   1.233  
   1.234    <h3 id=partial><span class=secno>6.3. </span> Partial implementations</h3>
   1.235  
   1.236 @@ -1037,7 +1016,8 @@
   1.237  
   1.238    <h2 class=no-num id=acknowledgments> Acknowledgments</h2>
   1.239  
   1.240 -  <p><var class=replaceme>[acknowledgments]</var>
   1.241 +  <p>Special thanks go to Aaron Gustafson, L. David Baron for their
   1.242 +   contributions to this module.
   1.243  
   1.244    <h2 class=no-num id=references> References</h2>
   1.245  
   1.246 @@ -1250,26 +1230,9 @@
   1.247  
   1.248     <tbody>
   1.249      <tr>
   1.250 -     <th><span class=property>‘column-width’</span>
   1.251 +     <th><span class=property></span>
   1.252  
   1.253 -     <td>‘min-content’ | ‘max-content’ | ‘fill-available’ |
   1.254 -      ‘fit-content’
   1.255 -
   1.256 -     <td>as defined in [CSS3COL]
   1.257 -
   1.258 -     <td>as defined in [CSS3COL]
   1.259 -
   1.260 -     <td>as defined in [CSS3COL]
   1.261 -
   1.262 -     <td>as defined in [CSS3COL]
   1.263 -
   1.264 -     <td>as defined in [CSS3COL]
   1.265 -
   1.266 -    <tr>
   1.267 -     <th><span class=property>‘min-width’</span>, <span
   1.268 -      class=property>‘min-height’</span>
   1.269 -
   1.270 -     <td>‘contain-floats’
   1.271 +     <td>
   1.272  
   1.273       <td>as defined in [CSS21] and [CSS3-FLEXBOX]
   1.274  
   1.275 @@ -1282,15 +1245,9 @@
   1.276       <td>as defined in [CSS21]
   1.277  
   1.278      <tr>
   1.279 -     <th><span class=property>‘width’</span>, <span
   1.280 -      class=property>‘min-width’</span>, <span
   1.281 -      class=property>‘max-width’</span>, <span
   1.282 -      class=property>‘height’</span>, <span
   1.283 -      class=property>‘min-height’</span>, <span
   1.284 -      class=property>‘max-height’</span>
   1.285 +     <th><span class=property></span>
   1.286  
   1.287 -     <td>‘fill-available’ | ‘max-content’ | ‘min-content’ |
   1.288 -      ‘fit-content’
   1.289 +     <td>
   1.290  
   1.291       <td>as defined in [CSS21] and [CSS3-FLEXBOX]
   1.292  
   1.293 @@ -1301,6 +1258,21 @@
   1.294       <td>as defined in [CSS21]
   1.295  
   1.296       <td>as defined in [CSS21]
   1.297 +
   1.298 +    <tr>
   1.299 +     <th><span class=property></span>
   1.300 +
   1.301 +     <td>
   1.302 +
   1.303 +     <td>as defined in [CSS3COL]
   1.304 +
   1.305 +     <td>as defined in [CSS3COL]
   1.306 +
   1.307 +     <td>as defined in [CSS3COL]
   1.308 +
   1.309 +     <td>as defined in [CSS3COL]
   1.310 +
   1.311 +     <td>as defined in [CSS3COL]
   1.312    </table>
   1.313    <!--end-properties-->
   1.314  </html>
     2.1 --- a/css3-sizing/Overview.src.html	Thu Aug 09 09:56:36 2012 -0700
     2.2 +++ b/css3-sizing/Overview.src.html	Thu Aug 09 16:31:47 2012 -0700
     2.3 @@ -8,24 +8,6 @@
     2.4  	<link rel="stylesheet" type="text/css" href="../default.css">
     2.5  	<link rel="stylesheet" type="text/css"
     2.6  				href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS].css">
     2.7 -	<style type="text/css">
     2.8 -		/* delete this block when you've cleared out all the .replaceme elements */
     2.9 -		.replaceme {
    2.10 -			border: solid red;
    2.11 -			padding: 0 0.5em;
    2.12 -			margin: 0 0.1em;
    2.13 -			background: yellow;
    2.14 -			color: green;
    2.15 -		}
    2.16 -		.replaceme:before {
    2.17 -			 content: "FIXME(";
    2.18 -			 color: black;
    2.19 -		}
    2.20 -		.replaceme:after {
    2.21 -			 content: ")";
    2.22 -			 color: black;
    2.23 -		}
    2.24 -	</style>
    2.25  </head>
    2.26  
    2.27  <div class="head">
    2.28 @@ -37,7 +19,7 @@
    2.29  <dl>
    2.30  <!--
    2.31  	<dt>This version:
    2.32 -		<dd><a href="[VERSION]" class="replaceme">http://www.w3.org/TR/[YEAR]/ED-css3-sizing-[CDATE]/</a>
    2.33 +		<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/ED-css3-sizing-[CDATE]/</a>
    2.34  -->
    2.35  	<dt>Latest version:
    2.36  		<dd><a href="http://dev.w3.org/csswg/css3-sizing/">http://dev.w3.org/csswg/css3-sizing/</a>
    2.37 @@ -63,8 +45,11 @@
    2.38  
    2.39  <h2 class="no-num no-toc" id="abstract">Abstract</h2>
    2.40  
    2.41 -	<p>This module contains the features of CSS relating to
    2.42 -	<var class="replaceme">DESCRIBE HERE</var>.
    2.43 +	<p>This module extends the CSS sizing properties with keywords
    2.44 +	that represent content-based "intrinsic" sizes
    2.45 +	and context-based "extrinsic" sizes,
    2.46 +	allowing CSS to more easily describe boxes that fit their content
    2.47 +	or fit into a particular layout context.
    2.48  	<a href="http://www.w3.org/TR/CSS/">CSS</a> is a language for describing
    2.49  	the rendering of structured documents (such as HTML and XML) on screen, on
    2.50  	paper, in speech, etc.
    2.51 @@ -96,22 +81,8 @@
    2.52  <h3 id="placement">
    2.53  Module interactions</h3>
    2.54  
    2.55 -	<p class="replaceme">Explain, normatively, how this module affects the definition of CSS.</p>
    2.56 -
    2.57 -	<p>This module replaces and extends the <var class="replaceme">SUMMARIZE HERE</var>
    2.58 -	features defined in [[!CSS21]] sections <var class="replaceme">W.X and Y.Z</var>.
    2.59 -
    2.60 -	<p class="replaceme">All properties in this module apply to the <code>::first-line</code> and
    2.61 -	<code>::first-letter</code> pseudo-elements.
    2.62 -	<!-- HANDLE, THEN REMOVE THIS COMMENT
    2.63 -		 Properties that affect box layout should be excluded from ::first-line.
    2.64 -		 Properties that take things out-of-flow or alter box construction should
    2.65 -		 be excluded from both ::first-line and ::first-letter. (A special exception
    2.66 -		 is made for float on ::first-letter, which is defined to emulate drop-caps.)
    2.67 -		 Examples of ::first-line / ::first-letter statements:
    2.68 -		 http://dev.w3.org/csswg/css3-background/#placement
    2.69 -			 (All properties apply to ::first-letter; some apply to ::first-line)
    2.70 -	-->
    2.71 +	<p>This module extends the 'width', 'height', 'min-width', 'min-height', 'max-width', 'max-height', and 'column-width'
    2.72 +	features defined in [[!CSS21]] chapter 10 and in [[!CSS3MULTICOL]]
    2.73  
    2.74  <h3 id="values">
    2.75  Values</h3>
    2.76 @@ -179,7 +150,7 @@
    2.77  		<dt><dfn>max-content measure</dfn>
    2.78  		<dd>
    2.79  			Roughly, the narrowest measure a box could take while fitting around its contents 
    2.80 -			if <em>none</em> of the optional soft wrap opportunities within the box were taken.
    2.81 +			if <em>none</em> of the soft wrap opportunities within the box were taken.
    2.82  			The exact definition is given in XXX.
    2.83  
    2.84  			<p class='note'>
    2.85 @@ -188,8 +159,10 @@
    2.86  
    2.87  		<dt><dfn>min-content measure</dfn>
    2.88  		<dd>
    2.89 -			Roughly, the narrowest measure a box could take 
    2.90 -			while fitting around its contents 
    2.91 +			The narrowest measure a box could take
    2.92 +			that doesn't lead to inline-dimension overflow
    2.93 +			that could be avoided by choosing a larger measure.
    2.94 +			Roughly, the measure that would fit around its contents 
    2.95  			if <em>all</em> soft wrap opportunities within the box were taken.
    2.96  			The exact definition is given in XXX.
    2.97  
    2.98 @@ -304,6 +277,10 @@
    2.99  			as appropriate to the writing mode.
   2.100  	</dl>
   2.101  
   2.102 +	<p class="issue">
   2.103 +		Right now all of these except ''fill-available'' mean the same thing
   2.104 +		for extents. This may or may not be ideal.
   2.105 +
   2.106  <h3 id='the-contain-floats-value'>
   2.107  Containing Floats</h3>
   2.108  
   2.109 @@ -643,7 +620,7 @@
   2.110  <h3 id="conformance-classes">
   2.111  Conformance classes</h3>
   2.112  
   2.113 -	<p>Conformance to <var class="replaceme">CSS Intrinsic Sizing Module</var>
   2.114 +	<p>Conformance to CSS Intrinsic &amp; Extrinsic Sizing Level 3
   2.115  	is defined for three conformance classes:
   2.116  	<dl>
   2.117  		<dt><dfn title="style sheet!!as conformance class">style sheet</dfn>
   2.118 @@ -658,21 +635,21 @@
   2.119  			that writes a style sheet.
   2.120  	</dl>
   2.121  	
   2.122 -	<p>A style sheet is conformant to <var class="replaceme">CSS Intrinsic Sizing Module</var>
   2.123 +	<p>A style sheet is conformant to CSS Intrinsic &amp; Extrinsic Sizing Level 3
   2.124  	if all of its statements that use syntax defined in this module are valid
   2.125  	according to the generic CSS grammar and the individual grammars of each
   2.126  	feature defined in this module.
   2.127  	
   2.128 -	<p>A renderer is conformant to <var class="replaceme">CSS Intrinsic Sizing Module</var>
   2.129 +	<p>A renderer is conformant to CSS Intrinsic &amp; Extrinsic Sizing Level 3
   2.130  	if, in addition to interpreting the style sheet as defined by the
   2.131  	appropriate specifications, it supports all the features defined
   2.132 -	by <var class="replaceme">CSS Intrinsic Sizing Module</var> by parsing them correctly
   2.133 +	by CSS Intrinsic &amp; Extrinsic Sizing Level 3 by parsing them correctly
   2.134  	and rendering the document accordingly. However, the inability of a
   2.135  	UA to correctly render a document due to limitations of the device
   2.136  	does not make the UA non-conformant. (For example, a UA is not
   2.137  	required to render color on a monochrome monitor.)
   2.138  	
   2.139 -	<p>An authoring tool is conformant to <var class="replaceme">CSS Intrinsic Sizing Module</var>
   2.140 +	<p>An authoring tool is conformant to CSS Intrinsic &amp; Extrinsic Sizing Level 3
   2.141  	if it writes style sheets that are syntactically correct according to the
   2.142  	generic CSS grammar and the individual grammars of each feature in
   2.143  	this module, and meet all other conformance requirements of style sheets
   2.144 @@ -787,7 +764,8 @@
   2.145  <h2 class=no-num id="acknowledgments">
   2.146  Acknowledgments</h2>
   2.147  
   2.148 -	<p><var class="replaceme">[acknowledgments]</var></p>
   2.149 +	<p>Special thanks go to Aaron Gustafson, L. David Baron
   2.150 +	for their contributions to this module.
   2.151  
   2.152  <h2 class=no-num id="references">
   2.153  References</h2>
     3.1 --- a/css3-text/Overview.html	Thu Aug 09 09:56:36 2012 -0700
     3.2 +++ b/css3-text/Overview.html	Thu Aug 09 16:31:47 2012 -0700
     3.3 @@ -32,7 +32,7 @@
     3.4  
     3.5     <h1>CSS Text Level 3</h1>
     3.6  
     3.7 -   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 8 August
     3.8 +   <h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 9 August
     3.9      2012</h2>
    3.10  
    3.11     <dl>
    3.12 @@ -42,7 +42,7 @@
    3.13    -->
    3.14  
    3.15      <dd><a
    3.16 -     href="http://www.w3.org/TR/2012/WD-css3-text-20120808/">http://www.w3.org/TR/2012/WD-css3-text-20120808/</a>
    3.17 +     href="http://www.w3.org/TR/2012/WD-css3-text-20120809/">http://www.w3.org/TR/2012/WD-css3-text-20120809/</a>
    3.18  
    3.19      <dt>Latest version:
    3.20  

mercurial