Skip to content

Commit 1d80ab9

Browse files
committed
[css-lists] Add a space after image bullets.
1 parent 50750fb commit 1d80ab9

2 files changed

Lines changed: 57 additions & 50 deletions

File tree

css-lists/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ Generating the value of the 'content' property</h3>
500500
<dl>
501501
<dt>an <<image>>
502502
<dd>
503-
The computed value of the 'content' property is the computed value of the <<image>>.
503+
The computed value of the 'content' property is the computed value of the <<image>>,
504+
followed by a string containing a single space (U+0020 SPACE).
504505

505506
<dt>a <<string>>
506507
<dd>

0 commit comments

Comments
 (0)