8000 [css-align] Rename headings. · w3c/csswg-drafts@7eda583 · GitHub
Skip to content

Commit 7eda583

Browse files
committed
[css-align] Rename headings.
--HG-- extra : rebase_source : 78418c65ea08aae8d9f50fcd85791e9e6f5cce3a
1 parent 6dd69ac commit 7eda583

2 files changed

Lines changed: 19 additions & 29 deletions

File tree

css-align/Overview.html

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Box Alignment Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-04-18 name=dcterms.date>
14+
<meta content=2013-04-22 name=dcterms.date>
1515
<meta content="Elika J. Etemad" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-align/"
@@ -36,13 +36,13 @@
3636

3737
<h1>CSS Box Alignment Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 April 2013</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 April 2013</h2>
4040

4141
<dl>
4242
<dt>This version:
43-
<!--<dd><a href="http://dev.w3.org/csswg/css3-align/">http://www.w3.org/TR/2013/WD-css3-align-20130418/</a>-->
43+
<!--<dd><a href="http://dev.w3.org/csswg/css3-align/">http://www.w3.org/TR/2013/WD-css3-align-20130422/</a>-->
4444

45-
<dd>ED-css3-align-20130418
45+
<dd>ED-css3-align-20130422
4646

4747
<dt>Latest version:
4848

@@ -193,15 +193,15 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
193193
Distribution: the ‘<code class=property>justify-content</code>’ and
194194
<code class=property>align-content</code>’ properties</a>
195195

196-
<li><a href="#item-alignment"><span class=secno>5. </span> Item
197-
Alignment</a>
196+
<li><a href="#self-alignment"><span class=secno>5. </span> Self-Alignment:
197+
Aligning the Box within its Parent</a>
198198
<ul class=toc>
199199
<li><a href="#justify-self-property"><span class=secno>5.1. </span>
200-
Inline/Main-Axis Self-Alignment: the ‘<code
200+
Inline/Main-Axis Alignment: the ‘<code
201201
class=property>justify-self</code>’ property</a>
202202

203203
<li><a href="#align-self-property"><span class=secno>5.2. </span>
204-
Block/Cross-Axis Self-Alignment: the ‘<code
204+
Block/Cross-Axis Alignment: the ‘<code
205205
class=property>align-self</code>’ property</a>
206206
</ul>
207207

@@ -588,7 +588,7 @@ <h3 id=positional-values><span class=secno>3.1. </span> Positional
588588
<p class=issue>Add example images.
589589

590590
<h3 id=baseline><span class=secno>3.2. </span> Baseline Alignment: the
591-
<a href="#lsquobaselinersquo0"><code class=css>baseline</code></a>
591+
<a href="#lsquobaselinersquo"><code class=css>baseline</code></a>
592592
keyword</h3>
593593

594594
<p>...
@@ -598,7 +598,7 @@ <h3 id=baseline><span class=secno>3.2. </span> Baseline Alignment: the
598598

599599
<dd>For table cells, grid items, and flex items, aligns the cell/item's
600600
<i>first formatted line</i>&apos;s baseline, if any, with the same
601-
baseline in other ‘<a href="#lsquobaselinersquo0"><code
601+
baseline in other ‘<a href="#lsquobaselinersquo"><code
602602
class=css>baseline</code></a>’-aligned cells/items in the row/column
603603
(as appropriate for the axis). This is similar to the behavior of
604604
<code class=css>vertical-align: baseline</code>’ on table cells; see
@@ -909,7 +909,8 @@ <h2 id=content-distribution><span class=secno>4. </span> Content
909909
values behave as their fallback values.
910910
</dl>
911911

912-
<h2 id=item-alignment><span class=secno>5. </span> Item Alignment</h2>
912+
<h2 id=self-alignment><span class=secno>5. </span> Self-Alignment: Aligning
913+
the Box within its Parent</h2>
913914

914915
<p> The ‘<a href="#justify-self"><code
915916
class=property>justify-self</code></a>’ and ‘<a
@@ -923,7 +924,7 @@ <h2 id=item-alignment><span class=secno>5. </span> Item Alignment</h2>
923924
</div>
924925

925926
<h3 id=justify-self-property><span class=secno>5.1. </span>
926-
Inline/Main-Axis Self-Alignment: the ‘<a href="#justify-self"><code
927+
Inline/Main-Axis Alignment: the ‘<a href="#justify-self"><code
927928
class=property>justify-self</code></a>’ property</h3>
928929

929930
<table class=propdef>
@@ -1098,7 +1099,7 @@ <h3 id=justify-self-property><span class=secno>5.1. </span>
10981099
<p>This property does not apply to floats.
10991100

11001101
<h3 id=align-self-property><span class=secno>5.2. </span> Block/Cross-Axis
1101-
Self-Alignment: the ‘<a href="#align-self"><code
1102+
Alignment: the ‘<a href="#align-self"><code
11021103
class=property>align-self</code></a>’ property</h3>
11031104

11041105
<table class=propdef>
@@ -1161,11 +1162,6 @@ <h3 id=align-self-property><span class=secno>5.2. </span> Block/Cross-Axis
11611162
<dt><dfn id=lsquoautorsquo><code class=css>auto</code></dfn>
11621163

11631164
<dd> ...
1164-
1165-
<dt><dfn id=lsquobaselinersquo0><code
1166-
class=css>baseline</code></dfn>
1167-
1168-
<dd> ...
11691165
</dl>
11701166

11711167
<h2 id=default-alignment><span class=secno>6. </span> Default Alignment</h2>
@@ -1672,9 +1668,7 @@ <h2 class=no-num id=index> Index</h2>
16721668
<a href="#lsquoautorsquo1" title="section 6.2."><strong>6.2.</strong></a>
16731669

16741670
<li><code class=css>baseline</code>’, <a href="#lsquobaselinersquo"
1675-
title="section 3.2."><strong>3.2.</strong></a>, <a
1676-
href="#lsquobaselinersquo0"
1677-
title="section 5.2."><strong>5.2.</strong></a>
1671+
title="section 3.2."><strong>3.2.</strong></a>
16781672

16791673
<li><code class=css>center</code>’, <a href="#lsquocenterrsquo"
16801674
title="section 3.1."><strong>3.1.</strong></a>

css-align/Overview.src.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ <h2 id='content-distribution'>
488488
In both properties, the <var>&lt;content-distribution></var> values behave as their fallback values.
489489
</dl>
490490

491-
<h2 id='item-alignment'>
492-
Item Alignment</h2>
491+
<h2 id='self-alignment'>
492+
Self-Alignment: Aligning the Box within its Parent</h2>
493493

494494
<p>
495495
The 'justify-self' and 'align-self' properties control alignment of the box within its containing block.
@@ -499,7 +499,7 @@ <h2 id='item-alignment'>
499499
</div>
500500

501501
<h3 id='justify-self-property'>
502-
Inline/Main-Axis Self-Alignment: the 'justify-self' property</h3>
502+
Inline/Main-Axis Alignment: the 'justify-self' property</h3>
503503

504504
<table class=propdef>
505505
<tr>
@@ -618,7 +618,7 @@ <h3 id='justify-self-property'>
618618
<p>This property does not apply to floats.
619619

620620
<h3 id='align-self-property'>
621-
Block/Cross-Axis Self-Alignment: the 'align-self' property</h3>
621+
Block/Cross-Axis Alignment: the 'align-self' property</h3>
622622

623623
<table class=propdef>
624624
<tr>
@@ -657,10 +657,6 @@ <h3 id='align-self-property'>
657657
<dt><dfn>''auto''</dfn>
658658
<dd>
659659
...
660-
661-
<dt><dfn>''baseline''</dfn>
662-
<dd>
663-
...
664660
</dl>
665661

666662
<h2 id='default-alignment'>

0 commit comments

Comments
 (0)