Skip to content

Commit 2e8c7a1

Browse files
committed
[css-align] fix markup
1 parent 70cd1ab commit 2e8c7a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-align/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
480480
The <a>alignment subject</a> is the entire contents of the block.
481481

482482
The 'align-content' property applies along the <a>block axis</a>,
483-
but if a <var>&lt;content-distribution></var> is specified
483+
but if a <<content-distribution>> is specified
484484
the <a>fallback alignment</a> is used instead.
485485
The 'justify-content' property does not apply to and has no effect on block containers.
486486

@@ -498,7 +498,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
498498
The <a>alignment subject</a> is the column boxes, as a unit.
499499

500500
The 'align-content' property applies along the <a>block axis</a>,
501-
but if a <var>&lt;content-distribution></var> is specified
501+
but if a <<content-distribution>> is specified
502502
the <a>fallback alignment</a> is used instead.
503503
The 'justify-content' property does not apply to and has no effect on multi-column elements.
504504

@@ -528,7 +528,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
528528

529529
The 'align-content' property applies along the <a title="block axis">block (column) axis</a>.
530530
The 'justify-content' property applies along the <a title="inline axis">inline (row) axis</a>.
531-
In both properties, if a <var>&lt;content-distribution></var> is specified,
531+
In both properties, if a <<content-distribution>> is specified,
532532
the <a>fallback alignment</a> is used instead.
533533
</dl>
534534

css-align/Overview.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ <h2 class="heading settled" data-level=4 id=content-distribution><span class=sec
587587
The <a data-link-type=dfn href=#alignment-subject title="alignment subject">alignment subject</a> is the entire contents of the block.
588588

589589
<p>The <a class=property data-link-type=propdesc href=#propdef-align-content title=align-content>align-content</a> property applies along the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#block-axis title="block axis">block axis</a>,
590-
but if a <var>&lt;content-distribution&gt;</var> is specified
590+
but if a <a class="production css" data-link-type=type href=#typedef-content-distribution title="<content-distribution>">&lt;content-distribution&gt;</a> is specified
591591
the <a data-link-type=dfn href=#fallback-alignment title="fallback alignment">fallback alignment</a> is used instead.
592592
The <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> property does not apply to and has no effect on block containers.</p>
593593

@@ -605,7 +605,7 @@ <h2 class="heading settled" data-level=4 id=content-distribution><span class=sec
605605
The <a data-link-type=dfn href=#alignment-subject title="alignment subject">alignment subject</a> is the column boxes, as a unit.
606606

607607
<p>The <a class=property data-link-type=propdesc href=#propdef-align-content title=align-content>align-content</a> property applies along the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#block-axis title="block axis">block axis</a>,
608-
but if a <var>&lt;content-distribution&gt;</var> is specified
608+
but if a <a class="production css" data-link-type=type href=#typedef-content-distribution title="<content-distribution>">&lt;content-distribution&gt;</a> is specified
609609
the <a data-link-type=dfn href=#fallback-alignment title="fallback alignment">fallback alignment</a> is used instead.
610610
The <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> property does not apply to and has no effect on multi-column elements.</p>
611611

@@ -635,7 +635,7 @@ <h2 class="heading settled" data-level=4 id=content-distribution><span class=sec
635635

636636
<p>The <a class=property data-link-type=propdesc href=#propdef-align-content title=align-content>align-content</a> property applies along the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#block-axis title="block axis">block (column) axis</a>.
637637
The <a class=property data-link-type=propdesc href=#propdef-justify-content title=justify-content>justify-content</a> property applies along the <a data-link-type=dfn href=http://dev.w3.org/csswg/css-writing-modes-3/#inline-axis title="inline axis">inline (row) axis</a>.
638-
In both properties, if a <var>&lt;content-distribution&gt;</var> is specified,
638+
In both properties, if a <a class="production css" data-link-type=type href=#typedef-content-distribution title="<content-distribution>">&lt;content-distribution&gt;</a> is specified,
639639
the <a data-link-type=dfn href=#fallback-alignment title="fallback alignment">fallback alignment</a> is used instead.</p>
640640
</dl>
641641

0 commit comments

Comments
 (0)