回答編集履歴

1

引用内強調

2023/09/28 01:53

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア37421

test CHANGED
@@ -22,5 +22,5 @@
22
22
   
23
23
  > Some layout effects require blockification or inlinification of the box type, which sets the box’s computed outer display type to block or inline (respectively).
24
24
  > ...
25
- > For legacy reasons, if an inline block box (inline flow-root) is blockified, it becomes a block box (losing its flow-root nature). For consistency, a run-in flow-root box also blockifies to a block box.
25
+ > For legacy reasons, if an **inline block box (inline flow-root) is blockified, it becomes a block box** (losing its flow-root nature). For consistency, a run-in flow-root box also blockifies to a block box.
26
26
  > [2.7. Automatic Box Type Transformations | CSS Display Module Level 3](https://www.w3.org/TR/css-display-3/#transformations)