Commit 53e0e02
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
| |||
0 commit comments