css-ruby/Overview.src.html

changeset 13469
86d51f1d4fa6
parent 9177
dbc00077efcc
child 13547
007edc5c8218
     1.1 --- a/css-ruby/Overview.src.html	Fri Mar 07 15:50:23 2014 -0800
     1.2 +++ b/css-ruby/Overview.src.html	Fri Mar 07 15:39:57 2014 -0800
     1.3 @@ -311,6 +311,22 @@
     1.4  	Note that the UA is not required to create any of these anonymous boxes in its internal structures,
     1.5  	as long as pairing and layout behaves as if they existed.
     1.6  
     1.7 +<h4 id="block-ruby">
     1.8 +Block-level Ruby</h4>
     1.9 +
    1.10 +	<p>If an element has a computed 'display-inside' of ''ruby''
    1.11 +	and a computed 'display-outside' other than ''inline-level'',
    1.12 +	then it generates two boxes:
    1.13 +	a principal block container box of the required 'display-outside' type,
    1.14 +	and an inline-level <i>ruby container</i>.
    1.15 +	All properties specified on the element apply to the principal box
    1.16 +	(and if inheritable, inherit to the <i>ruby container box</i>).
    1.17 +	This allows styling the element as a block,
    1.18 +	while correctly maintaining the internal ruby structure.
    1.19 +
    1.20 +	<p>See the <a href="http://www.w3.org/TR/css-display/">CSS Display Module</a>
    1.21 +	for more information on 'display-inside' and 'display-outside'.
    1.22 +
    1.23  <h3 id="pairing">
    1.24  Ruby Pairing and Annotation Levels</h3>
    1.25  

mercurial