Skip to content

Commit 327cad5

Browse files
committed
[css-align] Tweak section title.
1 parent 98916ae commit 327cad5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-align/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Baseline Content-Alignment</h3>
577577
This increases the intrinsic size of the box.
578578

579579
<h3 id="overflow-scroll-position">
580-
Overflow and Alignment: scroll positions</h3>
580+
Overflow and Scroll Positions</h3>
581581

582582
The <a>content distribution properties</a> also affect the initial scroll position,
583583
setting it to display the appropriate portion of the scrollable area.
@@ -587,8 +587,8 @@ Overflow and Alignment: scroll positions</h3>
587587

588588
<div class='example'>
589589
For example,
590-
if a scrollable flex container is set to ''justify-content: flex-end;''
591-
or ''justify-content: flex-start;'' with a 'flex-direction' of ''row-reverse'',
590+
if a scrollable flex container is set to ''justify-content: flex-end''
591+
(or ''justify-content: flex-start'' with ''flex-flow: row-reverse''),
592592
it will be initially displayed scrolled all the way to the main-end edge of the scrollable area,
593593
and its content will overflow its main-start edge.
594594
</div>

css-align/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h2 class="no-num no-toc no-ref heading settled" id=contents><span class=content
142142
<li><a href=#content-distribution><span class=secno>4</span> Content Distribution: the <span class=property data-link-type=propdesc title=justify-content>justify-content</span> and <span class=property data-link-type=propdesc title=align-content>align-content</span> properties</a>
143143
<ul class=toc>
144144
<li><a href=#baseline-align-content><span class=secno>4.1</span> Baseline Content-Alignment</a>
145-
<li><a href=#overflow-scroll-position><span class=secno>4.2</span> Overflow and Alignment: scroll positions</a></ul>
145+
<li><a href=#overflow-scroll-position><span class=secno>4.2</span> Overflow and Scroll Positions</a></ul>
146146
<li><a href=#self-alignment><span class=secno>5</span> Self-Alignment: Aligning the Box within its Parent</a>
147147
<ul class=toc>
148148
<li><a href=#justify-self-property><span class=secno>5.1</span> Inline/Main-Axis Alignment: the <span class=property data-link-type=propdesc title=justify-self>justify-self</span> property</a>
@@ -708,7 +708,7 @@ <h3 class="heading settled" data-level=4.1 id=baseline-align-content><span class
708708
This increases the intrinsic size of the box.</p>
709709

710710
<h3 class="heading settled" data-level=4.2 id=overflow-scroll-position><span class=secno>4.2 </span><span class=content>
711-
Overflow and Alignment: scroll positions</span><a class=self-link href=#overflow-scroll-position></a></h3>
711+
Overflow and Scroll Positions</span><a class=self-link href=#overflow-scroll-position></a></h3>
712712

713713
<p>The <a data-link-type=dfn href=#content-distribution-properties title="content distribution properties">content distribution properties</a> also affect the initial scroll position,
714714
setting it to display the appropriate portion of the scrollable area.
@@ -718,8 +718,8 @@ <h3 class="heading settled" data-level=4.2 id=overflow-scroll-position><span cla
718718

719719
<div class=example>
720720
For example,
721-
if a scrollable flex container is set to <a class=css data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content: flex-end;</a>
722-
or <a class=css data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content: flex-start;</a> with a <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#propdef-flex-direction title=flex-direction>flex-direction</a> of <span class=css>row-reverse</span>,
721+
if a scrollable flex container is set to <a class=css data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content: flex-end</a>
722+
(or <a class=css data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content: flex-start</a> with <a class=css data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#propdef-flex-flow title=flex-flow>flex-flow: row-reverse</a>),
723723
it will be initially displayed scrolled all the way to the main-end edge of the scrollable area,
724724
and its content will overflow its main-start edge.
725725
</div>
@@ -810,7 +810,7 @@ <h3 class="heading settled" data-level=5.1 id=justify-self-property><span class=
810810
<dd>
811811
This property does not apply to <a data-link-type=dfn href=http://dev.w3.org/csswg/css-flexbox-1/#flex-item title="flex items">flex items</a>,
812812
because there is more than one item in the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-flexbox-1/#main-axis title="main axis">main axis</a>.
813-
See <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#propdef-flex title=flex>flex</a> for stretching and <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> for <a data-link-type=dfn href=http://dev.w3.org/csswg/css-flexbox-1/#main-axis title=main-axis>main-axis</a> alignment. <a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-flexbox title=biblio-CSS3-FLEXBOX>[CSS3-FLEXBOX]</a>
813+
See <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-flexbox-1/#propdef-flex title=flex>flex</a> for stretching and <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> for <a data-link-type=dfn title=main-axis>main-axis</a> alignment. <a data-biblio-type=normative data-link-type=biblio href=#biblio-css3-flexbox title=biblio-CSS3-FLEXBOX>[CSS3-FLEXBOX]</a>
814814

815815
<dt>Grid Items:
816816
<dd>

0 commit comments

Comments
 (0)