css-ruby/Overview.src.html

changeset 9169
614ea183fabe
parent 9168
9aff8601c264
child 9172
b0abc18cf23b
     1.1 --- a/css-ruby/Overview.src.html	Fri Sep 13 14:02:29 2013 -0700
     1.2 +++ b/css-ruby/Overview.src.html	Fri Sep 13 14:05:56 2013 -0700
     1.3 @@ -386,7 +386,7 @@
     1.4  <h3 id="autohide">
     1.5  Autohiding Annotations</h3>
     1.6  
     1.7 -	<p>If a <i>ruby annotation</i> has the exact same content as its base,
     1.8 +	<p>If a <i>ruby annotation</i> has the exact same text content as its base,
     1.9  	it is <dfn title="hidden ruby annotation | hidden annotation">hidden</dfn>.
    1.10  	Hiding a <i>ruby annotation</i> does not affect annotation pairing
    1.11  	or the block-axis positioning of boxes in other <i>levels</i>.
    1.12 @@ -417,11 +417,12 @@
    1.13  
    1.14  	<p class="note">
    1.15  		Future levels of CSS Ruby may add controls for this,
    1.16 -		however in this level it is always forced.
    1.17 +		but in this level it is always forced.
    1.18  
    1.19  	<p>The content comparison for this auto-hiding behavior
    1.20 -	takes place prior to white space collapsing.
    1.21 -	<span class="issue">Is this easier? Or after collapsing is easier? We should do whatever is easier, as it really doesn't matter much which way to go.
    1.22 +	takes place prior to white space collapsing
    1.23 +	and ignores elements (considers only the <code>textContent</code> of the boxes).
    1.24 +	<span class="issue">Is before or after white space collapsing easier?We should do whatever is easier, as it really doesn't matter much which way to go.
    1.25  
    1.26  <h3 id="white-space">
    1.27  White Space</h3>

mercurial