Skip to content

Commit e123898

Browse files
committed
[css-regions] add alignment and justification to region styling properties
1 parent 9bf67ef commit e123898

2 files changed

Lines changed: 7 additions & 20 deletions

File tree

css3-regions/Overview.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,17 +1386,6 @@ <h3 id=the-at-region-style-rule><span class=secno>3.5. </span>The @region
13861386

13871387
<p>Only a limited list of properties can be set in a region style rule:
13881388

1389-
<div class="issue-marker wrapper">
1390-
<div class=issue-marker data-bug_id=16921 data-bug_status=REOPENED> <a
1391-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
1392-
1393-
<div class=issue-details>
1394-
<p class=short-desc>Should text-align be added to region styling
1395-
properties
1396-
</div>
1397-
</div>
1398-
</div>
1399-
14001389
<ol>
14011390
<li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a>
14021391

@@ -1428,6 +1417,9 @@ <h3 id=the-at-region-style-rule><span class=secno>3.5. </span>The @region
14281417
href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height"><code
14291418
class=property>line-height</code></a>
14301419

1420+
<li><a href="http://www.w3.org/TR/css3-text/#justification">alignment and
1421+
justification properties</a>
1422+
14311423
<li><a href="http://www.w3.org/TR/css3-background/#borders">border
14321424
properties</a>
14331425

@@ -2777,6 +2769,8 @@ <h3 id="changes_from_Aug_28_2012"><span class=secno>12.1. </span>Changes
27772769
28<sup>th</sup> 2012</a> version</h3>
27782770

27792771
<ul>
2772+
<li>Added alignment and justification to region styling properties
2773+
27802774
<li>Added timing for regionLayoutUpdate event
27812775

27822776
<li>Clarified interaction between content and flow-from for

css3-regions/Overview.src.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,15 +1241,6 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12411241

12421242

12431243
<p>Only a limited list of properties can be set in a region style rule:</p>
1244-
1245-
<div class="issue-marker wrapper">
1246-
<div class="issue-marker" data-bug_id="16921" data-bug_status="REOPENED">
1247-
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16921">Issue-16921</a>
1248-
<div class="issue-details">
1249-
<p class="short-desc">Should text-align be added to region styling properties</p>
1250-
</div>
1251-
</div>
1252-
</div>
12531244

12541245
<ol>
12551246
<li><a href="http://www.w3.org/TR/CSS2/fonts.html">font properties</a></li>
@@ -1261,6 +1252,7 @@ <h3 id="the-at-region-style-rule">The @region rule</h3>
12611252
<li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-decoration">'text-decoration'</a></li>
12621253
<li><a href="http://www.w3.org/TR/CSS2/text.html#propdef-text-transform">'text-transform'</a></li>
12631254
<li><a href="http://www.w3.org/TR/CSS2/visudet.html#propdef-line-height">'line-height'</a></li>
1255+
<li><a href="http://www.w3.org/TR/css3-text/#justification">alignment and justification properties</a></li>
12641256
<li><a href="http://www.w3.org/TR/css3-background/#borders">border properties</a></li>
12651257
<li><a href="http://www.w3.org/TR/css3-background/#corners">rounded corner properties</a></li>
12661258
<li><a href="http://www.w3.org/TR/css3-background/#border-images">border images properties</a></li>
@@ -2424,6 +2416,7 @@ <h2 id="changes">Changes</h2>
24242416
<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>
24252417

24262418
<ul>
2419+
<li>Added alignment and justification to region styling properties</li>
24272420
<li>Added timing for regionLayoutUpdate event</li>
24282421
<li>Clarified interaction between content and flow-from for pseudo-elements</li>
24292422
<li>Changed NamedFlowCollection getters to return undefined when there is no NamedFlow.</li>

0 commit comments

Comments
 (0)