Add issue on inheritance.

Wed, 01 Aug 2012 11:34:31 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Wed, 01 Aug 2012 11:34:31 -0700
changeset 6472
1743788dff9d
parent 6471
beffd0ad5064
child 6473
b804d6ed5183

Add issue on inheritance.

css3-overflow/Overview.html file | annotate | diff | comparison | revisions
css3-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-overflow/Overview.html	Tue Jul 31 17:56:34 2012 -0700
     1.2 +++ b/css3-overflow/Overview.html	Wed Aug 01 11:34:31 2012 -0700
     1.3 @@ -364,6 +364,14 @@
     1.4     directly from the element. This means that elements split between region
     1.5     boxes may have different styles for different parts of the element.
     1.6  
     1.7 +  <p class=issue> This inheritance rule allows specifying styles indirectly
     1.8 +   (by using explicit ‘<code class=css>inherit</code>’ or using default
     1.9 +   inheritance on properties that don't apply to ‘<code
    1.10 +   class=css>:first-letter</code>’) that can't be specified directly (based
    1.11 +   on the rules in the next section). This is a problem. The restrictions
    1.12 +   that apply to styling inside regions should also apply to inheritance from
    1.13 +   regions.
    1.14 +
    1.15    <h4 id=style-in-regions><span class=secno>3.1.3. </span>Styling inside
    1.16     regions</h4>
    1.17  
     2.1 --- a/css3-overflow/Overview.src.html	Tue Jul 31 17:56:34 2012 -0700
     2.2 +++ b/css3-overflow/Overview.src.html	Wed Aug 01 11:34:31 2012 -0700
     2.3 @@ -291,6 +291,17 @@
     2.4  		have different styles for different parts of the element.
     2.5  	</p>
     2.6  
     2.7 +	<p class="issue">
     2.8 +		This inheritance rule allows specifying styles indirectly
     2.9 +		(by using explicit ''inherit'' or using default inheritance
    2.10 +		on properties that don't apply to '':first-letter'')
    2.11 +		that can't be specified directly
    2.12 +		(based on the rules in the next section).
    2.13 +		This is a problem.
    2.14 +		The restrictions that apply to styling inside regions
    2.15 +		should also apply to inheritance from regions.
    2.16 +	</p>
    2.17 +
    2.18  <h4 id="style-in-regions">Styling inside regions</h4>
    2.19  
    2.20  	<p class="issue">

mercurial