Skip to content

Commit db5af58

Browse files
authored
[css-logical] Made headings more consistent (re: w3c#6492) (w3c#6494)
Signed-off-by: Jens Oliver Meiert <jens@meiert.com> Overriding IPR check as this is a spelling fix.
1 parent efe6590 commit db5af58

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

css-logical-1/Overview.bs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ and 'max-block-size'/'max-inline-size' properties</h3>
457457
The mapping depends on the element's 'writing-mode'.
458458

459459
<h3 id="margin-properties">
460-
Flow-relative Margins:
460+
Flow-Relative Margins:
461461
the 'margin-block-start', 'margin-block-end', 'margin-inline-start', 'margin-inline-end' properties and 'margin-block' and 'margin-inline' shorthands</h3>
462462

463463
<pre class="propdef">
@@ -489,7 +489,7 @@ the 'margin-block-start', 'margin-block-end', 'margin-inline-start', 'margin-inl
489489
If only one value is given, it applies to both the <a>start</a> and <a>end</a> edges.
490490

491491
<h3 id="position-properties">
492-
Flow-relative Offsets:
492+
Flow-Relative Offsets:
493493
the 'inset-block-start', 'inset-block-end', 'inset-inline-start', 'inset-inline-end' properties and 'inset-block', 'inset-inline', and 'inset' shorthands</h3>
494494

495495
The 'top', 'left', 'bottom', 'right' physical properties,
@@ -536,7 +536,7 @@ the 'inset-block-start', 'inset-block-end', 'inset-inline-start', 'inset-inline-
536536
Values are assigned to its <a>sub-properties</a> as for 'margin'.
537537

538538
<h3 id="padding-properties">
539-
Flow-relative Padding:
539+
Flow-Relative Padding:
540540
the 'padding-block-start', 'padding-block-end', 'padding-inline-start', 'padding-inline-end' properties and 'padding-block' and 'padding-inline' shorthands</h3>
541541

542542
<pre class="propdef">
@@ -569,10 +569,10 @@ the 'padding-block-start', 'padding-block-end', 'padding-inline-start', 'padding
569569
If only one value is given, it applies to both the <a>start</a> and <a>end</a> edges.
570570

571571
<h3 id="border-properties">
572-
Flow-relative Borders</h3>
572+
Flow-Relative Borders</h3>
573573

574574
<h4 id="border-width">
575-
Flow-relative Border Widths:
575+
Flow-Relative Border Widths:
576576
the 'border-block-start-width', 'border-block-end-width', 'border-inline-start-width', 'border-inline-end-width' properties and 'border-block-width' and 'border-inline-width' shorthands</h4>
577577

578578
<pre class="propdef">
@@ -606,7 +606,7 @@ the 'border-block-start-width', 'border-block-end-width', 'border-inline-start-w
606606

607607

608608
<h4 id="border-style">
609-
Flow-relative Border Styles:
609+
Flow-Relative Border Styles:
610610
the 'border-block-start-style', 'border-block-end-style', 'border-inline-start-style', 'border-inline-end-style' properties and 'border-block-style' and 'border-inline-style' shorthands</h4>
611611

612612
<pre class="propdef">
@@ -639,7 +639,7 @@ the 'border-block-start-style', 'border-block-end-style', 'border-inline-start-s
639639
If only one value is given, it applies to both the <a>start</a> and <a>end</a> edges.
640640

641641
<h4 id="border-color">
642-
Flow-relative Border Colors:
642+
Flow-Relative Border Colors:
643643
the 'border-block-start-color', 'border-block-end-color', 'border-inline-start-color', 'border-inline-end-color' properties and 'border-block-color' and 'border-inline-color' shorthands</h4>
644644

645645
<pre class="propdef">
@@ -672,7 +672,7 @@ the 'border-block-start-color', 'border-block-end-color', 'border-inline-start-c
672672
If only one value is given, it applies to both the <a>start</a> and <a>end</a> edges.
673673

674674
<h4 id="border-shorthands">
675-
Flow-relative Border Shorthands:
675+
Flow-Relative Border Shorthands:
676676
the 'border-block-start', 'border-block-end', 'border-inline-start', 'border-inline-end' properties and 'border-block' and 'border-inline' shorthands</h4>
677677

678678
<pre class="propdef shorthand">
@@ -700,7 +700,7 @@ the 'border-block-start', 'border-block-end', 'border-inline-start', 'border-inl
700700
see discussion in https://github.com/w3c/csswg-drafts/issues/3519 -->
701701

702702
<h3 id="border-radius-properties">
703-
Flow-relative Corner Rounding:
703+
Flow-Relative Corner Rounding:
704704
the 'border-start-start-radius', 'border-start-end-radius', 'border-end-start-radius', 'border-end-end-radius' properties</h3>
705705

706706
<pre class="propdef">

0 commit comments

Comments
 (0)