[css-regions] add alignment and justification to region styling properties

Tue, 09 Oct 2012 15:48:38 -0700

author
Alan Stearns <stearns@adobe.com>
date
Tue, 09 Oct 2012 15:48:38 -0700
changeset 6833
51d608043229
parent 6832
fcea62f19491
child 6834
7342f927663a

[css-regions] add alignment and justification to region styling properties

css3-regions/Overview.html file | annotate | diff | comparison | revisions
css3-regions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-regions/Overview.html	Tue Oct 09 14:28:35 2012 -0700
     1.2 +++ b/css3-regions/Overview.html	Tue Oct 09 15:48:38 2012 -0700
     1.3 @@ -1386,17 +1386,6 @@
     1.4  
     1.5    <p>Only a limited list of properties can be set in a region style rule:
     1.6  
     1.7 -  <div class="issue-marker wrapper">
     1.8 -   <div class=issue-marker data-bug_id=16921 data-bug_status=REOPENED> <a
     1.9 -    href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
    1.10 -
    1.11 -    <div class=issue-details>
    1.12 -     <p class=short-desc>Should text-align be added to region styling
    1.13 -      properties
    1.14 -    </div>
    1.15 -   </div>
    1.16 -  </div>
    1.17 -
    1.18    <ol>
    1.19     <li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a>
    1.20  
    1.21 @@ -1428,6 +1417,9 @@
    1.22      href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">‘<code
    1.23      class=property>line-height</code>’</a>
    1.24  
    1.25 +   <li><a href="http://www.w3.org/TR/css3-text/#justification">alignment and
    1.26 +    justification properties</a>
    1.27 +
    1.28     <li><a href="http://www.w3.org/TR/css3-background/#borders">border
    1.29      properties</a>
    1.30  
    1.31 @@ -2777,6 +2769,8 @@
    1.32     28<sup>th</sup> 2012</a> version</h3>
    1.33  
    1.34    <ul>
    1.35 +   <li>Added alignment and justification to region styling properties
    1.36 +
    1.37     <li>Added timing for regionLayoutUpdate event
    1.38  
    1.39     <li>Clarified interaction between content and flow-from for
     2.1 --- a/css3-regions/Overview.src.html	Tue Oct 09 14:28:35 2012 -0700
     2.2 +++ b/css3-regions/Overview.src.html	Tue Oct 09 15:48:38 2012 -0700
     2.3 @@ -1241,15 +1241,6 @@
     2.4      
     2.5  
     2.6      <p>Only a limited list of properties can be set in a region style rule:</p>
     2.7 -    
     2.8 -    <div class="issue-marker wrapper">
     2.9 -    <div class="issue-marker" data-bug_id="16921" data-bug_status="REOPENED">
    2.10 -        <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
    2.11 -        <div class="issue-details">
    2.12 -            <p class="short-desc">Should text-align be added to region styling properties</p>
    2.13 -        </div>  
    2.14 -    </div>
    2.15 -    </div>
    2.16  
    2.17      <ol>
    2.18          <li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a></li>
    2.19 @@ -1261,6 +1252,7 @@
    2.20          <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-decoration">'text-decoration'</a></li>
    2.21          <li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-transform">'text-transform'</a></li>
    2.22          <li><a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">'line-height'</a></li>
    2.23 +        <li><a href="http://www.w3.org/TR/css3-text/#justification">alignment and justification properties</a></li>
    2.24          <li><a href="http://www.w3.org/TR/css3-background/#borders">border properties</a></li>
    2.25          <li><a href="http://www.w3.org/TR/css3-background/#corners">rounded corner properties</a></li>
    2.26          <li><a href="http://www.w3.org/TR/css3-background/#border-images">border images properties</a></li>
    2.27 @@ -2424,6 +2416,7 @@
    2.28      <h3 id="changes_from_Aug_28_2012">Changes from <a href="http://www.w3.org/TR/2012/WD-css3-regions-20120823/">August 28<sup>th</sup> 2012</a> version</h3>
    2.29  
    2.30      <ul>
    2.31 +      <li>Added alignment and justification to region styling properties</li>
    2.32        <li>Added timing for regionLayoutUpdate event</li>
    2.33        <li>Clarified interaction between content and flow-from for pseudo-elements</li>
    2.34        <li>Changed NamedFlowCollection getters to return undefined when there is no NamedFlow.</li>

mercurial