Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
dholbert authored Mar 14, 2017
commit 53e0e028df3789339c98a8e684e670c0b9854168
1 change: 0 additions & 1 deletion css-position/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ Definition of <dfn lt="containing block">containing block</dfn></h3>
</p>
</ol>
</ol>
<li>

<li>
If there is no such ancestor, the containing block is the <a>initial
Expand Down