-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Does <hr> create a new block formatting context? #2715
Copy link
Copy link
Closed
Labels
compatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizinginteropImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: rendering
Description
Similar to #2519 but for hr. cc @mstensho @dbaron
- N
- Normal block (not a BFC)
- A
- Avoids floats
- C
- Contains floats
- AC
- Avoids floats and contains floats (proper BFC)
*) overflowing content is clipped. Since height is specified in 5209 it doesn't grow to contain floats even if it's a proper BFC.
Per the current spec is should just be a normal block.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
compatStandard is not web compatible or proprietary feature needs standardizingStandard is not web compatible or proprietary feature needs standardizinginteropImplementations are not interoperable with each otherImplementations are not interoperable with each othertopic: rendering