Skip to content

Commit b5fcf53

Browse files
committed
Formatting fixup.
1 parent 9899d88 commit b5fcf53

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

css3-lists/Overview.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,8 @@ <h3 id=position-marker><span class=secno>7.1. </span> The &lsquo;<code
11611161
few terms:
11621162

11631163
<dl>
1164-
<dt><dfn id=ancestor-list-item>ancestor list item</dfn>
1164+
<dt><dfn id=ancestor-list-item
1165+
title="ancestor list item|ancestor list item's">ancestor list item</dfn>
11651166

11661167
<dd>The <a href="#ancestor-list-item"><i>ancestor list item</i></a> is the
11671168
marker's nearest list item ancestor.
@@ -1182,23 +1183,22 @@ <h3 id=position-marker><span class=secno>7.1. </span> The &lsquo;<code
11821183
parent element, the <a
11831184
href="#marker-positioning-reference-element"><i>marker positioning
11841185
reference element</i></a> is the <a
1185-
href="#ancestor-list-item"><i>ancestor list item</i></a>&lsquo;<code
1186-
class=css>s parent.</code></p>
1186+
href="#ancestor-list-item"><i>ancestor list item's</i></a> parent.</p>
11871187

11881188
<p>Otherwise, the <a
11891189
href="#marker-positioning-reference-element"><i>marker positioning
11901190
reference element</i></a> is the <a
11911191
href="#ancestor-list-item"><i>ancestor list item</i></a>.</p>
11921192
</dl>
11931193

1194-
<p>The element&rsquo;s horizontal position must then be set such that the
1194+
<p>The element's horizontal position must then be set such that the
11951195
element's margin edge that corresponds to the "end" edge of the <a
11961196
href="#marker-positioning-reference-element"><i>marker positioning
11971197
reference element</i></a> is flush with the <a
1198-
href="#ancestor-list-item"><i>ancestor list item</i></a>&lsquo;<code
1199-
class=css>s border edge that corresponds to the "start" edge of the <a
1198+
href="#ancestor-list-item"><i>ancestor list item's</i></a> border edge
1199+
that corresponds to the "start" edge of the <a
12001200
href="#marker-positioning-reference-element"><i>marker positioning
1201-
reference element</i></a>.</code>
1201+
reference element</i></a>.
12021202

12031203
<p class=note>The purpose of this somewhat convoluted definition is to
12041204
position the marker flush against its list item, and then when
@@ -1223,8 +1223,9 @@ <h3 id=position-marker><span class=secno>7.1. </span> The &lsquo;<code
12231223
id=markers-associated-with-that-list-item title=associated-marker>markers
12241224
associated with that list item</dfn>.
12251225

1226-
<p>The &rsquo;top', &lsquo;<code class=property>right</code>&rsquo;,
1227-
&lsquo;<code class=property>bottom</code>&rsquo;, and &lsquo;<code
1226+
<p>The &lsquo;<code class=property>top</code>&rsquo;, &lsquo;<code
1227+
class=property>right</code>&rsquo;, &lsquo;<code
1228+
class=property>bottom</code>&rsquo;, and &lsquo;<code
12281229
class=property>left</code>&rsquo; properties specify offsets relative to
12291230
the top, right, bottom, and left edges (respectively) of the element
12301231
itself, similar to how relative positioning works.
@@ -4790,6 +4791,9 @@ <h2 class=no-num id=index>Index</h2>
47904791
<li>ancestor list item, <a href="#ancestor-list-item"
47914792
title="ancestor list item"><strong>7.1.</strong></a>
47924793

4794+
<li>ancestor list item's, <a href="#ancestor-list-item"
4795+
title="ancestor list item's"><strong>7.1.</strong></a>
4796+
47934797
<li>ancient-tamil, <a href="#ancient-tamil"
47944798
title=ancient-tamil><strong>10.6.</strong></a>
47954799

css3-lists/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -676,20 +676,20 @@ <h3 id='position-marker'>
676676
<p>To calculate the element's horizontal position, we must first define a few terms:</p>
677677

678678
<dl>
679-
<dt><dfn>ancestor list item</dfn></dt>
679+
<dt><dfn title="ancestor list item|ancestor list item's">ancestor list item</dfn></dt>
680680
<dd>The <i>ancestor list item</i> is the marker's nearest list item ancestor.</dd>
681681

682682
<dt><dfn>marker positioning reference element</dfn></dt>
683683
<dd>
684684
<p>If the <i>ancestor list item</i> has ''marker-attachment:list-item'', the <i>marker positioning reference element</i> is the <i>ancestor list item</i>.</p>
685685

686-
<p>Otherwise, if the <i>ancestor list item</i> has ''marker-attachment:list-container'' and has a parent element, the <i>marker positioning reference element</i> is the <i>ancestor list item</i>'s parent.</p>
686+
<p>Otherwise, if the <i>ancestor list item</i> has ''marker-attachment:list-container'' and has a parent element, the <i>marker positioning reference element</i> is the <i>ancestor list item's</i> parent.</p>
687687

688688
<p>Otherwise, the <i>marker positioning reference element</i> is the <i>ancestor list item</i>.</p>
689689
</dd>
690690
</dl>
691691

692-
<p>The element's horizontal position must then be set such that the element's margin edge that corresponds to the "end" edge of the <i>marker positioning reference element</i> is flush with the <i>ancestor list item</i>'s border edge that corresponds to the "start" edge of the <i>marker positioning reference element</i>.</p>
692+
<p>The element's horizontal position must then be set such that the element's margin edge that corresponds to the "end" edge of the <i>marker positioning reference element</i> is flush with the <i>ancestor list item's</i> border edge that corresponds to the "start" edge of the <i>marker positioning reference element</i>.</p>
693693

694694
<p class='note'>The purpose of this somewhat convoluted definition is to position the marker flush against its list item, and then when "marker-attachment:list-container", keep all the markers for a given list on the same side of their list items even in mixed-direction text, so that authors can specify padding on only one side and still ensure their markers are visible.</p>
695695

0 commit comments

Comments
 (0)