Skip to content

Commit 53e0e02

Browse files
authored
Delete stray <li> from containing block definition
Before this change, https://drafts.csswg.org/css-position-3/#def-cb shows a stray list item (just an empty "3." in an ordered list). This comes from two back-to-back `<li>` tags. My change just removes one of these redundant `<li>` tags.
1 parent 620eb8c commit 53e0e02

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

css-position/Overview.bs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ Definition of <dfn lt="containing block">containing block</dfn></h3>
273273
</p>
274274
</ol>
275275
</ol>
276-
<li>
277276

278277
<li>
279278
If there is no such ancestor, the containing block is the <a>initial

0 commit comments

Comments
 (0)