@@ -93,7 +93,7 @@ Markers</h2>
9393 a symbol or ordinal that helps denote the beginning of each <a>list item</a> in a list.
9494 In the CSS layout model,
9595 <a>list item</a> <a>markers</a> are represented by
96- the <a>marker box</a> associated with the <a>list item</a> .
96+ a <a>marker box</a> associated with each <a>list item</a> .
9797 The contents of this <a>marker</a> can be controlled with
9898 the 'list-style-type' and 'list-style-image' properties on the <a>list item</a>
9999 and by assigning properties to its ''::marker'' pseudo-element.
@@ -193,7 +193,7 @@ The ''::marker'' Pseudo-Element</h3>
193193<h3 id='content-property'>
194194Generating Marker Contents</h3>
195195
196- The contents of the '':: marker'' pseudo-element
196+ The contents of the <a> marker box</a>
197197 are determined by the first of these conditions that is true:
198198
199199 <dl class=switch>
@@ -297,7 +297,7 @@ Text-based Markers: the 'list-style-type' property</h3>
297297 Specifies the <dfn>marker string</dfn> ,
298298 which is used to fill the <a>list item</a> ’s <a>marker</a>
299299 when its 'content' value is ''content/normal''
300- and there is [=marker image=] .
300+ and there is no [=marker image=] .
301301 The values are as follows:
302302
303303 <dl dfn-type="value" dfn-for="list-style-type">
@@ -413,7 +413,7 @@ Positioning Markers: The 'list-style-position' property</h3>
413413 If the <a>list item</a> is an <a>inline box</a> :
414414 this value is equivalent to ''inside'' .
415415
416- Issue: Alternatively, ''outside'' could lay out the marker as a previous sibling of the principal box.
416+ Issue: Alternatively, ''outside'' could lay out the marker as a previous sibling of the principal inline box.
417417 </dl>
418418
419419 <div class=example>
0 commit comments