Skip to content

Commit ed5c6a3

Browse files
committed
[css-display] Remove unnecessary reference to '::marker pseudo-element box'. Fixes #1625.
1 parent 9f72f24 commit ed5c6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Inner Display Layout Models: the ''flow'', ''flow-root'', ''table'', ''flex'', '
389389
Generating Marker Boxes: the ''list-item'' keyword</h3>
390390

391391
The <dfn value for="display, <display-list-item>">list-item</dfn> keyword
392-
causes the element to generate a ''::marker'' pseudo-element box [[!CSS-PSEUDO-4]]
392+
causes the element to generate a ''::marker'' pseudo-element [[!CSS-PSEUDO-4]]
393393
with the content specified by its 'list-style' properties
394394
(<a href="https://www.w3.org/TR/CSS2/generate.html#lists">CSS 2.1§12.5 Lists</a>) [[!CSS2]]
395395
together with a principal box of the specified type for its own contents.

0 commit comments

Comments
 (0)