Skip to content

Commit 23687ae

Browse files
committed
[css-lists] Use new terminology that's better
1 parent 023d6d2 commit 23687ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ <h2 id='marker-pseudo-element'>
362362
Like ''::before'' and ''::after'',
363363
the ''::marker'' pseudo-element can be styled with the full range of CSS properties and values,
364364
exactly like a real element.
365-
Markers are placed at the beginning of their superior parent's content,
365+
Markers are placed at the beginning of their originating element's content,
366366
before the ''::before'' pseudo-element (if it exists).
367367
''::marker'' pseudo-elements are inline by default,
368368
though certain values for 'list-style-position' on the list item can make the marker box positioned,

0 commit comments

Comments
 (0)