{"block", css_display_value::DISPLAY_BLOCK},
{"content", css_display_value::DISPLAY_INLINE},
{"flex", css_display_value::DISPLAY_BLOCK},
- {"grid", css_display_value::DISPLAY_INLINE},
+ {"grid", css_display_value::DISPLAY_BLOCK},
{"inline-block", css_display_value::DISPLAY_INLINE},
{"inline-flex", css_display_value::DISPLAY_INLINE},
{"inline-grid", css_display_value::DISPLAY_INLINE},
{"inline-table", css_display_value::DISPLAY_INLINE},
{"list-item", css_display_value::DISPLAY_BLOCK},
- {"run-in", css_display_value::DISPLAY_BLOCK},
+ {"run-in", css_display_value::DISPLAY_INLINE},
{"table", css_display_value::DISPLAY_BLOCK},
{"table-caption", css_display_value::DISPLAY_BLOCK},
{"table-column-group", css_display_value::DISPLAY_BLOCK},